blackmagic/src
Ken Healy 26216beaab Microchip SAM D51 / E5x support
Adds a target driver for Microchip SAM D51 / E5x family.

Tested on SAMD51G19A and SAMD51J19A. According to the datasheet, the
D51 / E5x family share the same core feature set, differing only in the
addition of CAN (E51) or ethernet controllers (E53/54). All members of
the family should be equivalent from a debug and programming perspective.
2019-11-17 12:45:49 +01:00
..
include target: Add new methods for read/write individual regs. 2019-09-01 20:38:38 +02:00
platforms pc-hosted/jtagtap.c: Handle DO as bytes (PR #552) 2019-11-10 17:36:58 +01:00
target Microchip SAM D51 / E5x support 2019-11-17 12:45:49 +01:00
Makefile Microchip SAM D51 / E5x support 2019-11-17 12:45:49 +01:00
command.c Fixed tokenization of gdb monitor commands. 2019-10-19 13:25:26 +02: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