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>
14 lines
223 B
YAML
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
|