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
LPC812/uARM/LPC812.sct@62:7e6c9f46b3bd, 2013-04-17 (annotated)
- Committer:
- emilmont
- Date:
- Wed Apr 17 15:30:58 2013 +0100
- Revision:
- 62:7e6c9f46b3bd
Add NXP LPC812
[KL25Z] Use channel 0 as a prescaler for channel 1
[CodeSourcery] Fix standard library retargeting removing duplicate "_isatty"
Move parse_pins in RPC module
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
emilmont | 62:7e6c9f46b3bd | 1 | |
emilmont | 62:7e6c9f46b3bd | 2 | LR_IROM1 0x00000000 0x4000 { ; load region size_region (32k) |
emilmont | 62:7e6c9f46b3bd | 3 | ER_IROM1 0x00000000 0x4000 { ; load address = execution address |
emilmont | 62:7e6c9f46b3bd | 4 | *.o (RESET, +First) |
emilmont | 62:7e6c9f46b3bd | 5 | *(InRoot$$Sections) |
emilmont | 62:7e6c9f46b3bd | 6 | .ANY (+RO) |
emilmont | 62:7e6c9f46b3bd | 7 | } |
emilmont | 62:7e6c9f46b3bd | 8 | ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0 |
emilmont | 62:7e6c9f46b3bd | 9 | ; 8KB - 0xC0 = 0xF40 |
emilmont | 62:7e6c9f46b3bd | 10 | RW_IRAM1 0x100000C0 0xF40 { |
emilmont | 62:7e6c9f46b3bd | 11 | .ANY (+RW +ZI) |
emilmont | 62:7e6c9f46b3bd | 12 | } |
emilmont | 62:7e6c9f46b3bd | 13 | } |
emilmont | 62:7e6c9f46b3bd | 14 |