mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-07 14:47:42 -04:00
Prepare for FreeRTOS V7.1.1 tag.
This commit is contained in:
parent
ac66c45eb4
commit
38d09c99eb
736 changed files with 18028 additions and 6228 deletions
|
@ -103,7 +103,7 @@ SECTIONS
|
|||
} >FLASH
|
||||
|
||||
/* used by the startup to initialize data */
|
||||
_sidata = LOADADDR(.data);
|
||||
_sidata = .;
|
||||
|
||||
/* Initialized data sections goes into RAM, load LMA copy after code */
|
||||
.data : AT ( _sidata )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue