blackmagic/src/target
Richard Meadows 98faaceb70 [efm32] Add support for EFM32 devices with different DI and MSC layouts
* DI layout is identified by attempting to read OUI from both layouts
* MSC address is passed to flashstub in r3

Retested EZR32LG230 (EZR Leopard Gecko M3)
Tested EFR32BG13P532F512GM32 (EFR Blue Gecko)

Achieves aims of PR #264 (I think) Thanks to @dholth and @ryankurte for inspiration
Fixes Issue #226
2018-07-16 20:18:36 +00:00
..
flashstub [efm32] Add support for EFM32 devices with different DI and MSC layouts 2018-07-16 20:18:36 +00:00
adiv5.c Merge pull request #356 from UweBonnes/probe_halted 2018-06-21 10:06:56 -07:00
adiv5.h Provide a target function to write with given size. 2018-06-16 13:30:08 +02:00
adiv5_jtagdp.c Move target files into separate directory. 2016-07-13 08:31:09 +12:00
adiv5_swdp.c common/swdptap: some clean up. 2018-06-26 19:50:14 +02:00
cortexa.c cortexa: Check for fault on set/clear soft breakpoint. 2017-09-20 11:16:36 +12:00
cortexm.c Merge pull request #356 from UweBonnes/probe_halted 2018-06-21 10:06:56 -07:00
cortexm.h Merge pull request #356 from UweBonnes/probe_halted 2018-06-21 10:06:56 -07:00
efm32.c [efm32] Add support for EFM32 devices with different DI and MSC layouts 2018-07-16 20:18:36 +00:00
jtag_scan.c Added LPC17xx support (#317) 2018-03-25 12:53:30 -07:00
jtag_scan.h Constify strings and constant structs 2017-04-22 13:50:04 -07:00
jtagtap_generic.c Move target files into separate directory. 2016-07-13 08:31:09 +12:00
kinetis.c Merge branch 'master' into always_buffer_flash 2018-04-23 10:40:20 +12:00
lmi.c target: Only support buffered flash writes 2017-10-13 08:58:37 +13:00
lpc11xx.c target: Only support buffered flash writes 2017-10-13 08:58:37 +13:00
lpc15xx.c target: Only support buffered flash writes 2017-10-13 08:58:37 +13:00
lpc17xx.c Merge branch 'master' into always_buffer_flash 2018-04-23 10:40:20 +12:00
lpc43xx.c target: Use target_addr for flash routines. 2016-07-13 08:31:09 +12:00
lpc_common.c target: Only support buffered flash writes 2017-10-13 08:58:37 +13:00
lpc_common.h Added LPC17xx support (#317) 2018-03-25 12:53:30 -07:00
msp432.c Support for MSP432 TI MCUs (#353) 2018-06-07 08:34:21 +12:00
nrf51.c Merge branch 'master' into always_buffer_flash 2018-04-23 10:40:20 +12:00
sam3x.c target: Only support buffered flash writes 2017-10-13 08:58:37 +13:00
sam4l.c target: Only support buffered flash writes 2017-10-13 08:58:37 +13:00
samd.c target: Only support buffered flash writes 2017-10-13 08:58:37 +13:00
stm32f1.c Fixes option erase for STM32F070x6 STM32F070xB STM32F030xC 2018-07-10 18:44:05 +03:00
stm32f4.c Merge pull request #366 from UweBonnes/f7_fix 2018-07-07 13:03:14 +12:00
stm32l0.c target: Only support buffered flash writes 2017-10-13 08:58:37 +13:00
stm32l4.c stm32l4: Use buffered direct write to flash. 2018-06-16 13:30:53 +02:00
swdptap_generic.c Move target files into separate directory. 2016-07-13 08:31:09 +12:00
target.c libftdi: Flush buffer with detach. 2018-05-30 19:21:03 +02:00
target_internal.h Support for MSP432 TI MCUs (#353) 2018-06-07 08:34:21 +12:00