ads1115 only
Fork of mbed by
TARGET_NRF51_DONGLE/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:
- 95:7e07b6fb45cf
- 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 |
---|---|---|---|
Kojto | 91:031413cf7a89 | 1 | ;WITHOUT SOFTDEVICE: |
Kojto | 91:031413cf7a89 | 2 | ;LR_IROM1 0x00000000 0x00040000 { |
Kojto | 91:031413cf7a89 | 3 | ; ER_IROM1 0x00000000 0x00040000 { |
Kojto | 91:031413cf7a89 | 4 | ; *.o (RESET, +First) |
Kojto | 91:031413cf7a89 | 5 | ; *(InRoot$$Sections) |
Kojto | 91:031413cf7a89 | 6 | ; .ANY (+RO) |
Kojto | 91:031413cf7a89 | 7 | ; } |
Kojto | 95:7e07b6fb45cf | 8 | ; RW_IRAM1 0x20000000 0x00008000 { |
Kojto | 91:031413cf7a89 | 9 | ; .ANY (+RW +ZI) |
Kojto | 91:031413cf7a89 | 10 | ; } |
Kojto | 91:031413cf7a89 | 11 | ;} |
Kojto | 91:031413cf7a89 | 12 | ; |
Kojto | 91:031413cf7a89 | 13 | ;WITH SOFTDEVICE: |
Kojto | 91:031413cf7a89 | 14 | |
Kojto | 98:8ab26030e058 | 15 | LR_IROM1 0x18000 0x0028000 { |
Kojto | 98:8ab26030e058 | 16 | ER_IROM1 0x18000 0x0028000 { |
Kojto | 91:031413cf7a89 | 17 | *.o (RESET, +First) |
Kojto | 91:031413cf7a89 | 18 | *(InRoot$$Sections) |
Kojto | 91:031413cf7a89 | 19 | .ANY (+RO) |
Kojto | 91:031413cf7a89 | 20 | } |
Kojto | 91:031413cf7a89 | 21 | RW_IRAM1 0x20002000 0x00006000 { |
Kojto | 91:031413cf7a89 | 22 | .ANY (+RW +ZI) |
Kojto | 91:031413cf7a89 | 23 | } |
Kojto | 91:031413cf7a89 | 24 | } |