use board alias for pca10056

This commit is contained in:
hathach
2025-01-25 12:39:08 +07:00
parent 13856af935
commit 1003aba690
9 changed files with 15 additions and 513 deletions

View File

@@ -156,5 +156,5 @@ jobs:
- name: Build
run: |
west -v build -b pca10056 -d examples/device/cdc_msc/build examples/device/cdc_msc -- -DRTOS=zephyr
west -v build -b pca10056 -d examples/device/msc_dual_lun/build examples/device/msc_dual_lun -- -DRTOS=zephyr
west build -b pca10056 -d examples/device/cdc_msc/build examples/device/cdc_msc -- -DRTOS=zephyr
west build -b pca10056 -d examples/device/msc_dual_lun/build examples/device/msc_dual_lun -- -DRTOS=zephyr