File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ jobs:
1717 - name : Initialize
1818 working-directory : Arduino-Zephyr-API
1919 run : |
20- west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core .git
20+ west init -m https://github.com/arduino/ArduinoCore-zephyr .git
2121 west update
2222 git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
2323 cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
2424
2525 - name : Build fade
2626 working-directory : Arduino-Zephyr-API
2727 run : |
28- west build -p -b arduino_nano_33_ble_sense samples/fade
28+ west build -p -b arduino_nano_33_ble//sense samples/fade
2929
3030 - name : Build i2cdemo
3131 working-directory : Arduino-Zephyr-API
3232 run : |
33- west build -p -b arduino_nano_33_ble_sense samples/i2cdemo
33+ west build -p -b arduino_nano_33_ble//sense samples/i2cdemo
3434
3535 - name : Build adc
3636 working-directory : Arduino-Zephyr-API
You can’t perform that action at this time.
0 commit comments