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_TY51822R3/TOOLCHAIN_ARM_STD/nRF51822.sct@124:2241e3a39974, 2016-08-19 (annotated)
- Committer:
- Kojto
- Date:
- Fri Aug 19 10:17:11 2016 +0100
- Revision:
- 124:2241e3a39974
- Parent:
- 113:f141b2784e32
- Child:
- 128:9bcdf88f62b0
Release 124 of the mbed library
Changes:
- new targets - KL27Z, K66F
- deprecate macro - add since argument
- override new and delete operators to trap errors
- Maxim - i2c and dac bugfixes
- STM - STM32F4 - serial flow enablement, enable async serial
- pwm and analog definition clean-up
- Nordic - NRF51 - fix for overflow in the ticket
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 113:f141b2784e32 | 1 | ;WITHOUT SOFTDEVICE: |
Kojto | 113:f141b2784e32 | 2 | ;LR_IROM1 0x00000000 0x00040000 { |
Kojto | 113:f141b2784e32 | 3 | ; ER_IROM1 0x00000000 0x00040000 { |
Kojto | 113:f141b2784e32 | 4 | ; *.o (RESET, +First) |
Kojto | 113:f141b2784e32 | 5 | ; *(InRoot$$Sections) |
Kojto | 113:f141b2784e32 | 6 | ; .ANY (+RO) |
Kojto | 113:f141b2784e32 | 7 | ; } |
Kojto | 113:f141b2784e32 | 8 | ; RW_IRAM1 0x20000000 0x00008000 { |
Kojto | 113:f141b2784e32 | 9 | ; .ANY (+RW +ZI) |
Kojto | 113:f141b2784e32 | 10 | ; } |
Kojto | 113:f141b2784e32 | 11 | ;} |
Kojto | 113:f141b2784e32 | 12 | ; |
Kojto | 113:f141b2784e32 | 13 | ;WITH SOFTDEVICE: |
Kojto | 113:f141b2784e32 | 14 | |
Kojto | 124:2241e3a39974 | 15 | LR_IROM1 0x0001B000 0x0025000 { |
Kojto | 124:2241e3a39974 | 16 | ER_IROM1 0x0001B000 0x0025000 { |
Kojto | 113:f141b2784e32 | 17 | *.o (RESET, +First) |
Kojto | 113:f141b2784e32 | 18 | *(InRoot$$Sections) |
Kojto | 113:f141b2784e32 | 19 | .ANY (+RO) |
Kojto | 113:f141b2784e32 | 20 | } |
Kojto | 124:2241e3a39974 | 21 | RW_IRAM1 0x20002ef8 0x5108 { |
Kojto | 113:f141b2784e32 | 22 | .ANY (+RW +ZI) |
Kojto | 113:f141b2784e32 | 23 | } |
Kojto | 113:f141b2784e32 | 24 | } |