.. |
flashstub
|
[efm32] add new devices PG12B, JG12B, GG11B, TG11B, GG12B
|
2019-12-08 15:55:12 +01:00 |
HACKING.md
|
misc: Added a HACKING.md to provide an explanation of nomenclature and how we handle reset terminology
|
2022-06-26 16:51:58 -07:00 |
adiv5.c
|
misc: Renamed connect_assert_nrst to clarify usage and align naming
|
2022-06-26 16:51:58 -07:00 |
adiv5.h
|
stm32wxxx: CPU2 needs wake-up call and has unexpected PIDR4 in AP1
|
2022-06-25 16:52:36 -04: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 another broken debug print that made assumptions about %x and %d that are wrong
|
2022-06-26 14:19:46 -07:00 |
cortexa.c
|
misc: Renamed platform_nrst_{get,set}_val to clarify naming and provide consistency
|
2022-06-26 16:51:58 -07:00 |
cortexm.c
|
Implement semihosting debug output redirection to usb-uart port.
|
2022-07-13 18:49:20 -07:00 |
cortexm.h
|
misc: Renamed CORTEXM_TOPT_INHIBIT_NRST to clarify usage and align naming
|
2022-06-26 16:51:58 -07:00 |
efm32.c
|
target: Refactored out the progress printer to reduce Flash usage
|
2022-07-13 19:34:57 -07: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: Switched to the unified mass erase command for the recovery target and added progress dots to stop GDB timing out
|
2022-07-13 19:34:57 -07:00 |
lmi.c
|
lmi: Added progress dots for mass erase to stop GDB timing out
|
2022-07-13 19:34:57 -07: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
|
lpc17xx: Switched to the unified mass erase command and added progress dots to stop GDB timing out
|
2022-07-13 19:34:57 -07:00 |
lpc43xx.c
|
lpc43xx: Switched to the unified mass erase command and added progress dots to stop GDB timing out
|
2022-07-13 19:34:57 -07:00 |
lpc546xx.c
|
lpc546xx: Switched to the unified mass erase command for the recovery target and added progress dots to stop GDB timing out
|
2022-07-13 19:34:57 -07:00 |
lpc_common.c
|
lpc546xx: Switched to the unified mass erase command for the recovery target and added progress dots to stop GDB timing out
|
2022-07-13 19:34:57 -07: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
|
nrf51: Switched to the unified mass erase command for the recovery target and added progress dots to stop GDB timing out
|
2022-07-13 19:34:57 -07:00 |
nxpke04.c
|
target: Refactored out the progress printer to reduce Flash usage
|
2022-07-13 19:34:57 -07:00 |
rp.c
|
rp: Cleanup in how we define some of the Flash constants
|
2022-07-13 19:34:57 -07:00 |
sam3x.c
|
target/sam3x: add aditional check for valid EEFC addr
|
2022-06-27 07:48:54 -04:00 |
sam4l.c
|
misc: Updated comments and READMEs to properly reflect pinouts and function
|
2022-06-26 16:51:58 -07:00 |
samd.c
|
samd: Cleanup and fixed a notification TODO
|
2022-07-13 19:34:57 -07:00 |
samx5x.c
|
samx5x: Bracket and GDB message cleanup
|
2022-07-13 19:34:57 -07:00 |
stm32f1.c
|
target: Refactored out the progress printer to reduce Flash usage
|
2022-07-13 19:34:57 -07:00 |
stm32f4.c
|
stm32f4: Switched to the unified mass erase command and added progress dots to stop GDB timing out
|
2022-07-13 19:34:57 -07:00 |
stm32g0.c
|
stm32g0: Switched to the unified mass erase command, breaking out the bank erase command and added progress dots to stop GDB timing out
|
2022-07-13 19:34:57 -07:00 |
stm32h7.c
|
stm32h7: Switched to the unified mass erase command, breaking up the implementation cleanly and added progress dots to stop GDB timing out
|
2022-07-13 19:34:57 -07:00 |
stm32l0.c
|
stm32l0: Added some links to the reference manuals
|
2022-07-13 19:34:57 -07:00 |
stm32l4.c
|
stm32l4: Switched to the unified mass erase command and added progress dots to stop GDB timing out
|
2022-07-13 19:34:57 -07:00 |
swdptap_generic.c
|
swd: Remove swd_proc and swdptap.h.
|
2021-04-21 21:50:04 +02:00 |
target.c
|
target: Refactored out the progress printer to reduce Flash usage
|
2022-07-13 19:34:57 -07:00 |
target_internal.h
|
target: Refactored out the progress printer to reduce Flash usage
|
2022-07-13 19:34:57 -07:00 |