blackmagic/src
Francesco Valla 8a9980cd06 pc/serial_unix: bump device path buffer size to 4096 bytes
Since dp->d_name can be up to 255 bytes long and the 'name' buffer variable is
is a superset of it, bump the size of the latter to 4096 bytes (correspoding
to PATH_MAX on Linux systems).
2020-04-03 11:05:11 +02:00
..
include BMP/PC: Allow to compile with mingw64 (#615) 2020-03-24 17:59:13 +01:00
platforms pc/serial_unix: bump device path buffer size to 4096 bytes 2020-04-03 11:05:11 +02:00
target Export function to read out PIDR and use for samd and samx5x. 2020-03-26 19:05:57 +01:00
Makefile Microchip SAM D51 / E5x support 2019-11-17 12:45:49 +01:00
command.c Make baudrate parameter of traceswo command mandatory for stlink/swlink, and superfluous on other platforms; change help message accordingly. 2019-11-19 20:20:13 +01:00
crc32.c stm32: Portability changes. 2019-10-20 22:20:06 +02: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: Implement 'p' and 'P' register access 2019-09-01 20:38:38 +02:00
gdb_packet.c Addition of pc-hosted variant and extensions to other targets to support it. 2019-10-08 19:16:12 +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 pc-hosted: Display morse message on controlling terminal. 2019-09-01 12:11:51 +02:00
remote.c Addition of pc-hosted variant and extensions to other targets to support it. 2019-10-08 19:16:12 +02:00
remote.h Addition of pc-hosted variant and extensions to other targets to support it. 2019-10-08 19:16:12 +02:00