Skip to content

Commit c15a3bf

Browse files
committed
Update FQBN for Generic_nRF51822 in build.yml
Add chip=xxaa parameter to FQBN for tests and examples compilation steps.
1 parent b51ab79 commit c15a3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,15 +407,15 @@ jobs:
407407
- name: Compile Generic_nRF51822 (tests)
408408
#if: false # This will deactivate the step
409409
run: |
410-
FQBN="sandeepmistry:nRF5:Generic_nRF51822:softdevice=none,lfclk=lfxo"
410+
FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa,softdevice=none,lfclk=lfxo
411411
SKETCHES="./tests"
412412
EXCLUDES="./.github/workflows/.ci_scripts/Arduino-nRF5-excludes"
413413
./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES
414414
415415
- name: Compile Generic_nRF51822 (examples)
416416
#if: false # This will deactivate the step
417417
run: |
418-
FQBN="sandeepmistry:nRF5:Generic_nRF51822:softdevice=none,lfclk=lfxo"
418+
FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa,softdevice=none,lfclk=lfxo
419419
SKETCHES="./examples"
420420
EXCLUDES="./.github/workflows/.ci_scripts/Arduino-nRF5-excludes"
421421
./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES

0 commit comments

Comments
 (0)