zephyr/samples/subsys/dap/sample.yaml
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

14 lines
223 B
YAML

sample:
name: DAP USB
tests:
sample.dap.bulk:
build_only: true
depends_on:
- arduino_gpio
- usbd
platform_allow:
- nrf52840dk/nrf52840
- frdm_k64f
- nucleo_c071rb
tags: dap