2009-04-02 17:44:28 +00:00
|
|
|
#
|
|
|
|
# Luminary Micro Stellaris LM3S811 Evaluation Kit
|
|
|
|
#
|
|
|
|
# http://www.luminarymicro.com/products/stellaris_811_evaluation_kits.html
|
|
|
|
#
|
2009-12-28 20:59:47 +00:00
|
|
|
# NOTE: this is only for boards *before* Rev C, which adds support
|
|
|
|
# for SWO tracing with ADBUS_6 DBG_ENn and BDBUS_4 SWO_EN signals.
|
|
|
|
# The "evb_lm3s811" layout doesn't set up those signals.
|
|
|
|
#
|
|
|
|
# Rev C boards work more like the other Stellaris eval boards. They
|
|
|
|
# need to use the "luminary_icdi" layout to work correctly.
|
|
|
|
#
|
2009-04-02 17:44:28 +00:00
|
|
|
|
2008-04-21 08:52:52 +00:00
|
|
|
interface ft2232
|
2009-12-28 20:59:47 +00:00
|
|
|
ft2232_device_desc "Stellaris Evaluation Board"
|
2008-04-21 08:52:52 +00:00
|
|
|
ft2232_layout evb_lm3s811
|
2009-12-28 20:59:47 +00:00
|
|
|
ft2232_vid_pid 0x0403 0xbcd9
|
2008-04-21 08:52:52 +00:00
|
|
|
|