blackmagic/src/target
Dag Ågren f6edb54395 Fix RP2040 memory sizes. 2022-06-01 11:41:58 -04:00
..
flashstub [efm32] add new devices PG12B, JG12B, GG11B, TG11B, GG12B 2019-12-08 15:55:12 +01:00
adiv5.c STM32F4: Move DBGMCU_handling to target specific code. Apply for F4 too. 2022-03-31 13:43:52 -04:00
adiv5.h jtag_scan: Remove the now redundant IDCode parameter from the handlers 2022-03-14 21:37:44 -07:00
adiv5_jtagdp.c advi5: Raise the access timeouts as 20ms is too low in some cases 2022-03-29 15:33:23 -07:00
adiv5_swdp.c adiv5_swdp: Changed the low-level access code to retry till timeout (partial revert of 61efe26) 2022-03-29 15:33:23 -07:00
ch32f1.c ch32f1: Fixed the assumption that uint32_t is an `unsigned int` 2022-05-31 21:37:02 -04:00
cortexa.c cortexa: Fix the new Watchpoint support causing a no-build 2022-05-31 22:03:21 -04:00
cortexm.c target: add samx7x probe method 2022-05-31 21:48:54 -04:00
cortexm.h rp: Handle flash. 2021-04-21 21:55:03 +02:00
efm32.c target: target_error_check now defaults to not indicate error. 2021-08-15 16:43:29 +02:00
jtag_devs.c Removal of MFR descriptions as requested in #978 2022-03-14 21:37:44 -07:00
jtag_devs.h jtag_scan: Remove the now redundant IDCode parameter from the handlers 2022-03-14 21:37:44 -07:00
jtag_scan.c jtag_scan: Cleaned up the ones array to use a more correct syntax 2022-03-14 21:37:44 -07:00
jtag_scan.h Revert "jtag: Make jtag_devs argument to jtag_handler." 2022-03-14 21:37:44 -07:00
jtagtap_generic.c jtag/swd: Rename defines/make variables to allow removal of weak attribute 2019-07-18 20:54:10 +02:00
kinetis.c kinetis: Clarify arguments to kl_gen_command 2022-03-13 19:48:38 -07:00
lmi.c Classify debug messages 2020-06-05 14:59:30 +02:00
lpc11xx.c Make more functions static. 2021-09-22 15:16:20 +02:00
lpc15xx.c Make more functions static. 2021-09-22 15:16:20 +02:00
lpc17xx.c Make more functions static. 2021-09-22 15:16:20 +02:00
lpc43xx.c Make more functions static. 2021-09-22 15:16:20 +02:00
lpc546xx.c Make more functions static. 2021-09-22 15:16:20 +02:00
lpc_common.c fix a size format warning 2021-09-13 23:01:05 +02:00
lpc_common.h lpc: Care for protected pages on LPC80x devices. 2021-06-01 16:23:19 +02:00
msp432.c Classify debug messages 2020-06-05 14:59:30 +02:00
nrf51.c Add nRF51 command for (only) erasing the UICR registers 2021-06-07 13:50:36 +02:00
nxpke04.c Fixes to compile with gcc11 #925 2021-10-10 15:59:57 +02:00
rp.c Fix RP2040 memory sizes. 2022-06-01 11:41:58 -04:00
sam3x.c target/samx7x: handle tcm reconfiguration 2022-05-31 21:48:54 -04:00
sam4l.c Adiv5: Print Designer/Partno when device is not recognized 2020-10-07 20:12:35 +02:00
samd.c samd: Fixed the hosted build as the code from #987 assumed unsigned long was 32-bit 2022-03-14 21:38:45 -07:00
samx5x.c efm32/samd/samx5x: Remove static allocates strings. Allocate in priv_storage. 2021-04-25 16:03:23 +02:00
stm32f1.c put ch32f1 in its own file 2022-04-10 23:40:44 -04:00
stm32f4.c stm32f4: Attach logic cleanup by making sure we only set the extra bits needed when writing DBGMCU_CR 2022-03-31 13:46:29 -04:00
stm32g0.c Temporarily enable DBG clock in stm32g0_detach(); fixes #1003 2022-04-12 05:39:14 -04:00
stm32h7.c Comprehensive STM32G03/4/5/6/7/8/B/C driver 2021-03-29 21:42:40 +02:00
stm32l0.c target/stm32: Use t->idcode with probe. 2020-10-07 20:12:35 +02:00
stm32l4.c Add option bit support for STM32WLxx 2022-01-02 12:29:03 +01:00
swdptap_generic.c swd: Remove swd_proc and swdptap.h. 2021-04-21 21:50:04 +02:00
target.c target: split mem_map_free into ram_map_free and flash_map_free 2022-05-31 21:48:54 -04:00
target_internal.h target: split mem_map_free into ram_map_free and flash_map_free 2022-05-31 21:48:54 -04:00