blackmagic/src
Brennan Ashton 443ced62d4 Target latest libopencm3
Required fixes:
 * use usbd_request_return_codes -- commit 54b117c5a5767df8dc114612dfd8e8cb88b72c6b
 * drop deprecated timer_reset() -- commit 034dbf20ff8c54dcbee5238390b37a0d35180f44
 * drop 48 & 120 MHz configs -- commit a9dde2832eb8039b9e0d21a50b9b991ddbfc4e2d
 * ld scripts: drop duplication of standard sections -- commit 9a05dcb6c0aef712052d337457838f6041ffd57a
2019-08-14 00:57:15 -07:00
..
include build: Use a separate NO_LIBOPENCM3 flag to disable libopencm3 2019-08-05 15:24:16 +02:00
platforms Target latest libopencm3 2019-08-14 00:57:15 -07:00
target src: Replace sprintf with snprintf 2019-08-05 15:43:33 +02:00
Makefile build: Allow support for .S assembly file in SRC 2019-08-05 15:41:46 +02:00
command.c adiv5: Add more coresight part numbers found on STM32MP157c-DK2 (#492). 2019-07-18 17:39:48 +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 gdb_main: Always release CPU when detaching. 2019-05-23 13:17:54 +02:00
gdb_packet.c src: Replace sprintf with snprintf 2019-08-05 15:43:33 +02:00
hex_utils.c Fix pointer sign warnings and remove -Wno-pointer-sign. 2015-03-13 20:35:39 -07:00
main.c jtag/swd: Rename defines/make variables to allow removal of weak attribute 2019-07-18 20:54:10 +02:00
morse.c Factor Morse code functions out of platform code. 2015-02-28 22:05:10 -08:00