Skip to content

Commit

Permalink
Update FQBN for Generic_nRF51822 in build.yml
Browse files Browse the repository at this point in the history
Add chip=xxaa parameter to FQBN for tests
and examples compilation steps.
  • Loading branch information
virtual-maker committed Jan 2, 2025
1 parent b51ab79 commit c15a3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,15 +407,15 @@ jobs:
- name: Compile Generic_nRF51822 (tests)
#if: false # This will deactivate the step
run: |
FQBN="sandeepmistry:nRF5:Generic_nRF51822:softdevice=none,lfclk=lfxo"
FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa,softdevice=none,lfclk=lfxo
SKETCHES="./tests"
EXCLUDES="./.github/workflows/.ci_scripts/Arduino-nRF5-excludes"
./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES
- name: Compile Generic_nRF51822 (examples)
#if: false # This will deactivate the step
run: |
FQBN="sandeepmistry:nRF5:Generic_nRF51822:softdevice=none,lfclk=lfxo"
FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa,softdevice=none,lfclk=lfxo
SKETCHES="./examples"
EXCLUDES="./.github/workflows/.ci_scripts/Arduino-nRF5-excludes"
./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES

0 comments on commit c15a3bf

Please sign in to comment.