mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
7 lines
113 B
Batchfile
7 lines
113 B
Batchfile
set USE_THUMB_MODE=YES
|
|
set DEBUG=-g
|
|
set OPTIM=-O0
|
|
set RUN_MODE=RUN_FROM_RAM
|
|
set LDSCRIPT=atmel-ram.ld
|
|
make
|