Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
TARGET_SAMD21G18A/TOOLCHAIN_ARM_STD/SAMD21G18A.sct@111:4336505e4b1c, 2015-12-15 (annotated)
- Committer:
- Kojto
- Date:
- Tue Dec 15 14:39:38 2015 +0000
- Revision:
- 111:4336505e4b1c
Release 111 of the mbed library
Changes:
- new platforms - Atmel targets (SAMR21G18A, SAMD21J18A, SAMD21G18A)
- Streams - add var argument (vprintf, vscanf)
- MAXWSNENV - BLE stack library additio
- LPC1768 - fix slave read
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 111:4336505e4b1c | 1 | ;SAMD21G18A |
Kojto | 111:4336505e4b1c | 2 | ;256KB FLASH (0x40000) @ 0x000000000 |
Kojto | 111:4336505e4b1c | 3 | ;2KB RAM (0x8000) @ 0x20000000 |
Kojto | 111:4336505e4b1c | 4 | |
Kojto | 111:4336505e4b1c | 5 | |
Kojto | 111:4336505e4b1c | 6 | ;SAMD21G18A: 256KB FLASH (0x40000) + 32KB RAM (0x8000) |
Kojto | 111:4336505e4b1c | 7 | LR_IROM1 0x00000000 0x40000 { ; load region size_region |
Kojto | 111:4336505e4b1c | 8 | ER_IROM1 0x00000000 0x40000 { ; load address = execution address |
Kojto | 111:4336505e4b1c | 9 | *.o (RESET, +First) |
Kojto | 111:4336505e4b1c | 10 | *(InRoot$$Sections) |
Kojto | 111:4336505e4b1c | 11 | .ANY (+RO) |
Kojto | 111:4336505e4b1c | 12 | } |
Kojto | 111:4336505e4b1c | 13 | |
Kojto | 111:4336505e4b1c | 14 | ; [RAM] Vector table dynamic copy: 45 vectors * 4 bytes = (0xB4) - alignment |
Kojto | 111:4336505e4b1c | 15 | RW_IRAM1 (0x20000000+0xB4) (0x8000-0xB4) { ; RW data |
Kojto | 111:4336505e4b1c | 16 | .ANY (+RW +ZI) |
Kojto | 111:4336505e4b1c | 17 | } |
Kojto | 111:4336505e4b1c | 18 | |
Kojto | 111:4336505e4b1c | 19 | } |