mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 20:33:49 -04:00
Update to use Yagarto compiler and use the noinline attribute on the serial port handler function.
This commit is contained in:
parent
4b7c5b07c1
commit
9a76bc39cb
3 changed files with 14 additions and 2 deletions
|
@ -35,6 +35,12 @@ SECTIONS
|
|||
*(.bss)
|
||||
} >ram
|
||||
|
||||
. = ALIGN(4);
|
||||
.eh_frame :
|
||||
{
|
||||
KEEP (*(.eh_frame))
|
||||
} > ram
|
||||
|
||||
/* Align here to ensure that the .bss section occupies space up to
|
||||
_end. Align after .bss to ensure correct alignment even if the
|
||||
.bss section disappears because there are no input sections. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue