mspdebug/drivers
Jan Pohanka bc57871a2e MSP430 BSL needs even counts and addresses
According to (not very good) documentation and empiric testing
BSL expects sizes of buffers sends to both sides to be even.
The same applies to memory addresses.
2017-02-15 10:29:59 +01:00
..
bsl.c bsl: add missing address increment. 2013-12-05 11:13:52 +13: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 device: always probe, and fix FRAM detection. 2016-01-01 12:02:28 +13:00
device.h added common readmem/writemem implementation with alignment and memory range checking 2015-10-24 15:48:21 +02: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 fet: fix unused variable warning. 2012-10-04 14:24:44 +12:00
fet.h Separate Olimex transports and drivers. 2012-09-13 14:14:59 +12:00
fet3.c added optional common chip identification 2015-10-21 08:20:15 +02: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 flash_bsl_destroy: use GPIO if requested 2016-07-27 10:17:13 +02:00
flash_bsl.h Restructuring: move drivers into drivers/ 2011-09-14 16:15:37 +12:00
gdbc.c JTAG fuse blow: add "blow_jtag_fuse" command. 2013-12-03 07:27:32 +13:00
gdbc.h Restructuring: move drivers into drivers/ 2011-09-14 16:15:37 +12:00
goodfet.c drivers/goodfet.c: initialize driver struct 2016-04-20 23:09:56 +02: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 toggling the test and reset pins to make gpio 4-wire JTAG work 2016-11-23 13:58:12 -06:00
jtaglib.h jtaglib: implement breakpoints. 2015-02-24 11:58:40 +13:00
jtdev.c gpio driver prepare patch 2015-02-04 12:48:30 +13:00
jtdev.h gpio driver Add gpio driver interface. 2015-02-04 12:48:30 +13:00
jtdev_gpio.c Fix gpio configuration parsing 2016-11-19 13:46:43 -06:00
loadbsl.c Use Mac OS X HID Interface at BSL 2016-11-26 19:03:41 +09: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 added common readmem/writemem implementation with alignment and memory range checking 2015-10-24 15:48:21 +02:00
pif.h added common readmem/writemem implementation with alignment and memory range checking 2015-10-24 15:48:21 +02:00
rom_bsl.c MSP430 BSL needs even counts and addresses 2017-02-15 10:29:59 +01:00
rom_bsl.h rom_bsl: ROM bootstrap loader driver. 2014-04-17 15:58:16 +12:00
sim.c Show triggered breakpoints (and watchpoints in sim). 2015-12-11 08:38:42 +13:00
sim.h Restructuring: move drivers into drivers/ 2011-09-14 16:15:37 +12:00
tilib.c tilib: don't use clientHandle. 2015-06-08 11:40:06 +12:00
tilib.h Added TI library driver (experimental). 2011-10-14 12:49:04 +13:00
tilib_api.c tilib_api: add support for SLAC460L API. 2015-06-10 12:31:08 +12: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