mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Update to V4.5.0 files and directory structure.
This commit is contained in:
parent
1362bebfdc
commit
98a9959a44
758 changed files with 53177 additions and 3139 deletions
17
Demo/CORTEX_LM3Sxxxx_Eclipse/program.script
Normal file
17
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