mspdebug/drivers
Alex Orange 682d7ecc9c Add a bus pirate driver.
This is extremely slow at programming things, but is very useful for
unbricking an MSP-FET430UIF if you have a bus pirate and no other
programmers around.
2017-06-14 13:53:03 -06:00
..
bsl.c Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
bsl.h Restructuring: move drivers into drivers/ 2011-09-14 16:15:37 +12:00
bsllib.c don't unexport GPIO DTR/RTS if exported before 2016-07-27 10:17:08 +02:00
bsllib.h BSL entry via GPIO toggling. 2014-12-15 09:06:30 +13:00
device.c Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
device.h Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
devicelist.c fet_olimex_db: use a terminator record instead of a fixed array size. 2014-12-15 09:04:38 +13:00
devicelist.h fet_olimex_db: use a terminator record instead of a fixed array size. 2014-12-15 09:04:38 +13:00
eem_defs.h jtaglib: implement breakpoints. 2015-02-24 11:58:40 +13:00
fet.c Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
fet.h Separate Olimex transports and drivers. 2012-09-13 14:14:59 +12:00
fet3.c Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
fet3.h fet3: driver for eZ-FET debuggers. 2013-09-08 13:41:55 +12:00
fet_core.c fet_core: reset after erase. 2015-06-11 09:24:27 +12:00
fet_core.h Add --fet-skip-close option. 2013-05-21 15:59:17 +12:00
fet_db.c fet_db: fix incorrect FUSES for MSP430F2274. 2016-01-29 08:19:01 +13:00
fet_db.h Restructuring: move drivers into drivers/ 2011-09-14 16:15:37 +12:00
fet_error.c Update last error number (comment only) 2017-01-28 13:26:41 +01:00
fet_error.h Restructuring: move drivers into drivers/ 2011-09-14 16:15:37 +12:00
fet_olimex_db.c fet_olimex_db: use a terminator record instead of a fixed array size. 2014-12-15 09:04:38 +13:00
fet_olimex_db.h New chip identification database for Olimex debuggers. 2012-10-03 13:41:59 +13:00
fet_proto.c drivers/fet_proto.c: deal with spurious 0xff from Olimex adapter. 2015-05-11 13:01:49 +12:00
fet_proto.h fet_proto: capture FET error code. 2012-10-03 13:36:09 +13:00
flash_bsl.c Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
flash_bsl.h Restructuring: move drivers into drivers/ 2011-09-14 16:15:37 +12:00
gdbc.c Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
gdbc.h Restructuring: move drivers into drivers/ 2011-09-14 16:15:37 +12:00
goodfet.c Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
goodfet.h Implemented basic GoodFET support. 2012-07-18 12:26:55 +12:00
hal_proto.c fet3: driver for eZ-FET debuggers. 2013-09-08 13:41:55 +12:00
hal_proto.h fet3: driver for eZ-FET debuggers. 2013-09-08 13:41:55 +12:00
jtaglib.c Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
jtaglib.h Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
jtdev.c gpio driver prepare patch 2015-02-04 12:48:30 +13:00
jtdev.h Add a bus pirate driver. 2017-06-14 13:53:03 -06:00
jtdev_bus_pirate.c Add a bus pirate driver. 2017-06-14 13:53:03 -06:00
jtdev_gpio.c Fix gpio configuration parsing 2016-11-19 13:46:43 -06:00
loadbsl.c Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
loadbsl.h New driver: load-bsl. 2013-07-18 14:03:29 +12:00
loadbsl_fw.c New driver: load-bsl. 2013-07-18 14:03:29 +12:00
loadbsl_fw.h New driver: load-bsl. 2013-07-18 14:03:29 +12:00
obl.c Add support for Olimex firmware updates. 2012-09-11 14:35:31 +12:00
obl.h Add support for Olimex firmware updates. 2012-09-11 14:35:31 +12:00
pif.c Add a bus pirate driver. 2017-06-14 13:53:03 -06:00
pif.h Add a bus pirate driver. 2017-06-14 13:53:03 -06:00
rom_bsl.c Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
rom_bsl.h rom_bsl: ROM bootstrap loader driver. 2014-04-17 15:58:16 +12:00
sim.c Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
sim.h Restructuring: move drivers into drivers/ 2011-09-14 16:15:37 +12:00
tilib.c Add a function to the device struct to handle config fuses. 2017-06-14 13:28:07 -06:00
tilib.h Added TI library driver (experimental). 2011-10-14 12:49:04 +13:00
tilib_api.c Support for slac460s (loadDeviceDb) 2017-02-17 08:44:19 +01:00
tilib_api.h tilib_api: indirection layer for TI library dynamic loading. 2015-06-08 11:37:25 +12:00
tilib_defs.h tilib_api: add support for SLAC460L API. 2015-06-10 12:31:08 +12:00
v3hil.c added common readmem/writemem implementation with alignment and memory range checking 2015-10-24 15:48:21 +02:00
v3hil.h fet3: driver for eZ-FET debuggers. 2013-09-08 13:41:55 +12:00