blackmagic/src
Sylvain Munaut 4289788e0b src: Replace sprintf with snprintf
snprintf is needed anyway, that's one less function to have :p
And it's bad practice anyway.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-08-05 15:43:33 +02:00
..
include build: Use a separate NO_LIBOPENCM3 flag to disable libopencm3 2019-08-05 15:24:16 +02:00
platforms build: Use a separate NO_LIBOPENCM3 flag to disable libopencm3 2019-08-05 15:24:16 +02: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