zephyr/subsys/dap
Johann Fischer 53c33ab9b5 dap: add DAP backend USB
The backend uses a new USB device stack and bulk endpoints. Only a
single instance of the backend function is currently supported. Both DAP
packet processing and the new backend are prepared to support multiple
instances, but require a user interface and minor modifications.

New backen has similar functionality to what is provided by the function
in the sample samples/subsys/dap.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2025-03-11 18:54:24 +01:00
..
CMakeLists.txt dap: add DAP backend USB 2025-03-11 18:54:24 +01:00
cmsis_dap.c cmsis_dap: remove Kconfig option CMSIS_DAP_PACKET_SIZE 2025-03-11 18:54:24 +01:00
cmsis_dap.h cmsis_dap: remove Kconfig option CMSIS_DAP_PACKET_SIZE 2025-03-11 18:54:24 +01:00
dap_backend_usb.c dap: add DAP backend USB 2025-03-11 18:54:24 +01:00
Kconfig dap: add DAP backend USB 2025-03-11 18:54:24 +01:00