zephyr/drivers/dp
Fabio Baltieri 87e20308bd drivers: dp: fix build on M0 MCUs
Current code does not build on Cortex-M0, seems like it does not like
subs:

Error: instruction not supported in Thumb16 mode -- `subs r3,#1'

Adding a unified assembler language declaration in the snippet seems to
fix the problem, also add an M0+ board so this is tested in CI.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2025-05-19 11:24:49 +02:00
..
CMakeLists.txt
Kconfig
swdp_bitbang.c
swdp_ll_pin_nrf.h drivers: dp: move the nrf code to its own file 2025-05-13 18:37:55 +01:00
swdp_ll_pin_stm32.h drivers: dp: add STM32 support 2025-05-13 18:37:55 +01:00
swdp_ll_pin.h drivers: dp: fix build on M0 MCUs 2025-05-19 11:24:49 +02:00