Prepare for FreeRTOS V7.1.1 tag.

This commit is contained in:
Richard Barry 2012-05-08 17:35:44 +00:00
parent ac66c45eb4
commit 38d09c99eb
736 changed files with 18028 additions and 6228 deletions

View file

@ -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 )