mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-03 04:43:52 -04:00
Add FreeRTOS-Plus directory.
This commit is contained in:
parent
7bd5f21ad5
commit
f508a5f653
6798 changed files with 134949 additions and 19 deletions
28
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/fury_ft2232.cfg
Normal file
28
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/fury_ft2232.cfg
Normal file
|
@ -0,0 +1,28 @@
|
|||
#daemon configuration
|
||||
telnet_port 4444
|
||||
gdb_port 3333
|
||||
|
||||
#interface
|
||||
interface ft2232
|
||||
ft2232_device_desc "Stellaris Evaluation Board A"
|
||||
ft2232_layout evb_lm3s811
|
||||
ft2232_vid_pid 0x0403 0xbcd9
|
||||
jtag_speed 40
|
||||
#LM3S811 Evaluation Board has only srst
|
||||
reset_config srst_only separate
|
||||
|
||||
#jtag scan chain
|
||||
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
|
||||
jtag_device 4 0x1 0xf 0xe
|
||||
|
||||
#target configuration
|
||||
daemon_startup attach
|
||||
#target <type> <startup mode>
|
||||
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
|
||||
target cortex_m3 little run_and_halt 0
|
||||
# 4k working area at base of ram
|
||||
working_area 0 0x20000800 0x1200 nobackup
|
||||
#target_script 0 reset ../doc/scripts/evb_lm3s811_test.script
|
||||
|
||||
#flash configuration
|
||||
flash bank stellaris 0 0 0 0 0
|
Loading…
Add table
Add a link
Reference in a new issue