mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-06 22:27:49 -04:00
Finalise MSP430X CCS4 port and demo.
This commit is contained in:
parent
329c36c6bc
commit
c85523f870
3 changed files with 6 additions and 8 deletions
|
@ -108,9 +108,9 @@ SECTIONS
|
|||
|
||||
/* Can be modified to test the use of high memory. */
|
||||
/* Original line. */
|
||||
.text : {}>> FLASH | FLASH2 /* CODE */
|
||||
.text : {}>> FLASH | FLASH2 /* CODE */
|
||||
/* Modified line. */
|
||||
/* .text : {}>> FLASH2 */ /* CODE */
|
||||
/* .text : {} >> FLASH2 */ /* CODE */
|
||||
.main : {} > FLASH
|
||||
.text:_isr : {} > FLASH /* ISR CODE SPACE */
|
||||
.cinit : {} > FLASH /* INITIALIZATION TABLES */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue