mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-18 15:50:32 -05:00
Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types.
This commit is contained in:
parent
3dfbb349ca
commit
5c64e1fad9
4417 changed files with 1261274 additions and 0 deletions
17
20091005/Demo/CORTEX_LM3Sxxxx_Eclipse/program.script
Normal file
17
20091005/Demo/CORTEX_LM3Sxxxx_Eclipse/program.script
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
halt
|
||||
sleep 200
|
||||
wait_halt
|
||||
flash probe 0
|
||||
#sleep 500
|
||||
flash info 0
|
||||
#sleep 500
|
||||
#flash protect 0 0 31 off
|
||||
#sleep 500
|
||||
flash erase 0 0 255
|
||||
sleep 200
|
||||
flash write 0 ./RTOSDemo/RTOSDemo.bin 0
|
||||
sleep 200
|
||||
reset run
|
||||
shutdown
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue