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_LPC11U37H_401/TOOLCHAIN_ARM_MICRO/LPC11U37.sct@93:e188a91d3eaa, 2015-02-03 (annotated)
- Committer:
- Kojto
- Date:
- Tue Feb 03 15:31:20 2015 +0000
- Revision:
- 93:e188a91d3eaa
Release 93 of the mbed library
Main changes:
- Renesas RZ_A1H bugfixes - i2c, ticker
- new targets - Nucleo F303RE, Nucleo F070RB, BLE SMURFS,
Dragonfly 411RE,
- BusXXX - is connected method, plus operators addition
- LPC8xx - I2c fixes
- timestamp_t reverted to uint32_t
- RTX - fixes regarding stack (alignment, magic word)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 93:e188a91d3eaa | 1 | |
Kojto | 93:e188a91d3eaa | 2 | LR_IROM1 0x00000000 0x20000 { ; load region size_region (128K) |
Kojto | 93:e188a91d3eaa | 3 | ER_IROM1 0x00000000 0x20000 { ; load address = execution address |
Kojto | 93:e188a91d3eaa | 4 | *.o (RESET, +First) |
Kojto | 93:e188a91d3eaa | 5 | *(InRoot$$Sections) |
Kojto | 93:e188a91d3eaa | 6 | .ANY (+RO) |
Kojto | 93:e188a91d3eaa | 7 | } |
Kojto | 93:e188a91d3eaa | 8 | ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0 |
Kojto | 93:e188a91d3eaa | 9 | ; 8KB - 0xC0 = 0x1F40 |
Kojto | 93:e188a91d3eaa | 10 | RW_IRAM1 0x100000C0 0x1F40 { |
Kojto | 93:e188a91d3eaa | 11 | .ANY (+RW +ZI) |
Kojto | 93:e188a91d3eaa | 12 | } |
Kojto | 93:e188a91d3eaa | 13 | RW_IRAM2 0x20000000 0x800 { ; RW data, I/O Handler RAM |
Kojto | 93:e188a91d3eaa | 14 | .ANY (IOHANDLER_RAM) |
Kojto | 93:e188a91d3eaa | 15 | } |
Kojto | 93:e188a91d3eaa | 16 | RW_IRAM3 0x20004000 0x800 { ; RW data, USB RAM |
Kojto | 93:e188a91d3eaa | 17 | .ANY (USBRAM) |
Kojto | 93:e188a91d3eaa | 18 | } |
Kojto | 93:e188a91d3eaa | 19 | } |
Kojto | 93:e188a91d3eaa | 20 |