mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 20:03:50 -04:00
Add FreeRTOS-Plus directory.
This commit is contained in:
parent
7bd5f21ad5
commit
f508a5f653
6798 changed files with 134949 additions and 19 deletions
18
FreeRTOS/Demo/ARM7_LPC2106_GCC/readme.txt
Normal file
18
FreeRTOS/Demo/ARM7_LPC2106_GCC/readme.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
Use one of the following four batch files to build the demo application:
|
||||
|
||||
+ rom_arm.bat
|
||||
|
||||
Creates an ARM mode release build suitable for programming into flash.
|
||||
|
||||
+ ram_arm.bat
|
||||
|
||||
Creates an ARM mode debug build suitable for running from RAM.
|
||||
|
||||
+ rom_thumb.bat
|
||||
|
||||
Creates a THUMB mode release build suitable for programming into flash.
|
||||
|
||||
+ ram_thumb.bat
|
||||
|
||||
Creates a THUMB mode debug build suitable for running from RAM.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue