Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sloyko <m.sloyko+github@gmail.com>2016-04-16 17:30:48 +0300
committerKarl Palsson <karlp@tweak.net.au>2018-04-14 21:40:54 +0300
commit2b1ddc8490c834998cc162c3f254d71389a50a2e (patch)
tree40542f823958b225a349d3aae411b86d7efbd64a /ld/devices.data
parentb4f195b4889c1803bf2e4d94041c384f970940db (diff)
sam/4l: monster commit
The original submitter of this squished everything into one series, and has not returned. The code mostly appears good, and review comments were followed for the most part. The project doesn't really maintain any testing or board farm for sam3/sam4 parts, so we're going to just trust our users. Reviewed-by: Karl Palsson <karlp@tweak.net.au> sam/4l: IRQ Configuration file (irq.json) sam/4l: Basic Memory Map. sam/4l: GPIO Defines. sam/4l: GPIO Functions Added everything that needed to compile the library: Makefile, Linker Script and common includes. sam/4l: SCIF function to start OSC. sam/4l: GPIO Enable/Disable and Multiplexing configuration functions. sam/4l: PLL Clock configuration. sam/4l: Peripheral clock configuration and basic USART support. sam: USART Character length configuration. sam/4l: Generic Clock configuration functions. sam/4l: Analog to Digital Converter Interface (ADCIFE) basic support.
Diffstat (limited to 'ld/devices.data')
-rw-r--r--ld/devices.data11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/devices.data b/ld/devices.data
index 3815e7a4..a2b95ac1 100644
--- a/ld/devices.data
+++ b/ld/devices.data
@@ -230,6 +230,13 @@ samd10?13* samd ROM=8K RAM=4K
samd10?14* samd ROM=16K RAM=4K
################################################################################
+# the SAM4 chips
+
+sam4l?8* sam4l ROM=512K RAM=64K RAM1=4K
+sam4l?4* sam4l ROM=256K RAM=32K RAM1=4K
+sam4l?2* sam4l ROM=128K RAM=32K RAM1=4K
+
+################################################################################
# the lpc chips
lpc1311* lpc13 ROM=8K RAM=4K
@@ -461,6 +468,10 @@ sam3x END ROM_OFF=0x00080000 RAM_OFF=0x20000000 RAM1_OFF=0x20080000 CPU=cortex-m
samd END ROM_OFF=0x00000000 RAM_OFF=0x20000000 CPU=cortex-m0plus FPU=soft
################################################################################
+# the SAM4 families
+sam4l END ROM_OFF=0x00000000 RAM_OFF=0x20000000 RAM1_OFF=0x21000000
+
+################################################################################
# the lpc families
lpc13xx END ROM_OFF=0x00000000 RAM_OFF=0x10000000 RAM1_OFF=0x20000000 CPU=cortex-m3 FPU=soft