diff --git a/tcl/board/redbee-econotag.cfg b/tcl/board/redbee-econotag.cfg deleted file mode 100644 index 7a02ce0d9f690ee19fb3628b72326e58c4a81fa5..0000000000000000000000000000000000000000 --- a/tcl/board/redbee-econotag.cfg +++ /dev/null @@ -1,8 +0,0 @@ -source [find target/mc13224v.cfg] - -# The redbee-econotag has an onboard ft2232h with channel A wired -# to the JTAG pins on the mc13224v -# channel B is wired to UART1 -interface ft2232 -ft2232_layout redbee-econotag -ft2232_vid_pid 0x0403 0x6010 diff --git a/tcl/board/redbee-usb.cfg b/tcl/board/redbee-usb.cfg deleted file mode 100644 index 3aa68c10a88c0c749200f4cd53aacfa5cabb3208..0000000000000000000000000000000000000000 --- a/tcl/board/redbee-usb.cfg +++ /dev/null @@ -1,8 +0,0 @@ -source [find target/mc13224v.cfg] - -# The redbee-econotag has an onboard ft2232h with -# channel B wired to the JTAG pins on the mc13224v -# channel A is wired to UART1 on the mc13224v -interface ft2232 -ft2232_layout redbee-usb -ft2232_vid_pid 0x0403 0x6010 diff --git a/tcl/board/redbee.cfg b/tcl/board/redbee.cfg new file mode 100644 index 0000000000000000000000000000000000000000..046e7a478bb90e07ff0b15ef4acadd74f259139d --- /dev/null +++ b/tcl/board/redbee.cfg @@ -0,0 +1 @@ +source [find target/mc13224v.cfg] diff --git a/tcl/interface/redbee-econotag.cfg b/tcl/interface/redbee-econotag.cfg new file mode 100644 index 0000000000000000000000000000000000000000..2dcd02782f65bc2b4044cf41771c897f136a81c0 --- /dev/null +++ b/tcl/interface/redbee-econotag.cfg @@ -0,0 +1,6 @@ +# The redbee-econotag has an onboard ft2232h with +# ft2232h channel A wired to mc13224v JTAG +# ft2232h channel B wired to mc13224v UART1 +interface ft2232 +ft2232_layout redbee-econotag +ft2232_vid_pid 0x0403 0x6010 diff --git a/tcl/interface/redbee-usb.cfg b/tcl/interface/redbee-usb.cfg new file mode 100644 index 0000000000000000000000000000000000000000..8fa7b0be392d5d2b6bd84b659df820904dc06222 --- /dev/null +++ b/tcl/interface/redbee-usb.cfg @@ -0,0 +1,6 @@ +# The redbee-usb has an onboard ft2232h with +# ft2232h channel B wired to mc13224v JTAG +# ft2232h channel A wired to mc13224v UART1 +interface ft2232 +ft2232_layout redbee-usb +ft2232_vid_pid 0x0403 0x6010