mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 13:49:22 +08:00
6ec6285e1b
1. Add NUC980 Chili board supporting. 2. Correct NuMicro.h including. 3. Implement rt_hw_us_delay system call function. 4. Move board.c to drv_common.c for M480 and M2354 series.
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
LR_IROM1 0x00000000 0x800000 { ; load region size_region
|
|
ER_IROM1 0x00000000 0x800000 { ; load address = execution address
|
|
*.o (RESET, +First)
|
|
*(InRoot$$Sections)
|
|
.ANY (+RO)
|
|
}
|
|
RW_RAM1 +0 { ; RW_RAM1 start address is after ER_ROM1
|
|
.ANY (+RW +ZI)
|
|
}
|
|
}
|
|
|