Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
TARGET_NRF51822/TOOLCHAIN_ARM_STD/nRF51822.sct@98:8ab26030e058, 2015-04-29 (annotated)
- Committer:
- Kojto
- Date:
- Wed Apr 29 10:16:23 2015 +0100
- Revision:
- 98:8ab26030e058
- Parent:
- 87:6213f644d804
- Child:
- 99:dbbf35b96557
Release 98 of the mbed library
Changes:
- Silabs new targets (Giant, Zero, Happy, Leopard, Wonder Geckos)
- Asynchronous SPI, I2C, Serial
- LowPower classes
- Nordic - nordic SDK v8.0 update
- Teensy - gcc arm fix for startup
- Nucleo F411 - usb freq fix
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
emilmont | 80:8e73be2a2ac1 | 1 | ;WITHOUT SOFTDEVICE: |
bogdanm | 87:6213f644d804 | 2 | ;LR_IROM1 0x00000000 0x00040000 { |
bogdanm | 87:6213f644d804 | 3 | ; ER_IROM1 0x00000000 0x00040000 { |
emilmont | 80:8e73be2a2ac1 | 4 | ; *.o (RESET, +First) |
emilmont | 80:8e73be2a2ac1 | 5 | ; *(InRoot$$Sections) |
emilmont | 80:8e73be2a2ac1 | 6 | ; .ANY (+RO) |
emilmont | 80:8e73be2a2ac1 | 7 | ; } |
bogdanm | 87:6213f644d804 | 8 | ; RW_IRAM1 0x20000000 0x00004000 { |
emilmont | 80:8e73be2a2ac1 | 9 | ; .ANY (+RW +ZI) |
emilmont | 80:8e73be2a2ac1 | 10 | ; } |
emilmont | 80:8e73be2a2ac1 | 11 | ;} |
emilmont | 80:8e73be2a2ac1 | 12 | ; |
emilmont | 80:8e73be2a2ac1 | 13 | ;WITH SOFTDEVICE: |
emilmont | 80:8e73be2a2ac1 | 14 | |
Kojto | 98:8ab26030e058 | 15 | LR_IROM1 0x18000 0x0028000 { |
Kojto | 98:8ab26030e058 | 16 | ER_IROM1 0x18000 0x0028000 { |
emilmont | 80:8e73be2a2ac1 | 17 | *.o (RESET, +First) |
emilmont | 80:8e73be2a2ac1 | 18 | *(InRoot$$Sections) |
emilmont | 80:8e73be2a2ac1 | 19 | .ANY (+RO) |
emilmont | 80:8e73be2a2ac1 | 20 | } |
bogdanm | 87:6213f644d804 | 21 | RW_IRAM1 0x20002000 0x00002000 { |
emilmont | 80:8e73be2a2ac1 | 22 | .ANY (+RW +ZI) |
emilmont | 80:8e73be2a2ac1 | 23 | } |
emilmont | 80:8e73be2a2ac1 | 24 | } |