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
targets/cmsis/TARGET_WIZNET/TARGET_W7500x/TARGET_WIZwiki_W7500ECO/TOOLCHAIN_ARM_MICRO/W7500.sct@2:6d3776d23548, 2015-10-06 (annotated)
- Committer:
- mbed_official
- Date:
- Tue Oct 06 11:45:10 2015 +0100
- Revision:
- 2:6d3776d23548
Synchronized with git revision 0e0bd6f2dde8c642b3962122205189134017fa8f
Full URL: https://github.com/mbedmicro/mbed/commit/0e0bd6f2dde8c642b3962122205189134017fa8f/
PR for new platform WIZWIKI_W7500ECO.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 2:6d3776d23548 | 1 | ; ************************************************************* |
mbed_official | 2:6d3776d23548 | 2 | ; *** Scatter-Loading Description File generated by uVision *** |
mbed_official | 2:6d3776d23548 | 3 | ; ************************************************************* |
mbed_official | 2:6d3776d23548 | 4 | |
mbed_official | 2:6d3776d23548 | 5 | LR_IROM1 0x00000000 0x00020000 { ; load region size_region |
mbed_official | 2:6d3776d23548 | 6 | ER_IROM1 0x00000000 0x00020000 { ; load address = execution address |
mbed_official | 2:6d3776d23548 | 7 | *.o (RESET, +First) |
mbed_official | 2:6d3776d23548 | 8 | *(InRoot$$Sections) |
mbed_official | 2:6d3776d23548 | 9 | .ANY (+RO) |
mbed_official | 2:6d3776d23548 | 10 | } |
mbed_official | 2:6d3776d23548 | 11 | RW_IRAM1 0x20000000 0x00004000 { ; RW data |
mbed_official | 2:6d3776d23548 | 12 | .ANY (+RW +ZI) |
mbed_official | 2:6d3776d23548 | 13 | } |
mbed_official | 2:6d3776d23548 | 14 | } |
mbed_official | 2:6d3776d23548 | 15 |