blackmagic/src
Uwe Bonnes e54a826745 common/swdptap.c: Speed up by "unrolling" swd.._seq_...() for GPIO.
Try to have sensible setup/hold times by evenntually duplicated or
logically useless port commands.
Loading code to RAM on a STM32L476 got up from 46 to 83 kB/sec.
2018-06-26 19:50:14 +02:00
..
include Construct memory map on the stack 2018-04-23 10:51:04 +12:00
platforms common/swdptap.c: Speed up by "unrolling" swd.._seq_...() for GPIO. 2018-06-26 19:50:14 +02:00
target Merge pull request #356 from UweBonnes/probe_halted 2018-06-21 10:06:56 -07:00
Makefile Support for MSP432 TI MCUs (#353) 2018-06-07 08:34:21 +12:00
command.c cortexm: Allow to set timeout to wait for halt. 2018-06-13 14:03:50 +02:00
crc32.c target: move mmio routines out of public interface. 2016-07-13 08:31:09 +12:00
exception.c debug: Use semihosting if available or output via usbuart. 2016-09-29 21:31:13 -07:00
gdb_hostio.c target: Use size_t instead of unsigned in syscall interface. 2016-07-13 08:31:09 +12:00
gdb_hostio.h target: Use size_t instead of unsigned in syscall interface. 2016-07-13 08:31:09 +12:00
gdb_main.c Construct memory map on the stack 2018-04-23 10:51:04 +12:00
gdb_packet.c target: Replace all calls to gdb_out with new tc_printf. 2016-07-13 08:31:09 +12:00
hex_utils.c Fix pointer sign warnings and remove -Wno-pointer-sign. 2015-03-13 20:35:39 -07:00
main.c Remove some unused includes. 2016-07-13 08:31:09 +12:00
morse.c Factor Morse code functions out of platform code. 2015-02-28 22:05:10 -08:00