File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ jobs:
17
17
- name : Initialize
18
18
working-directory : Arduino-Zephyr-API
19
19
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
21
21
west update
22
22
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
23
23
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
24
24
25
25
- name : Build fade
26
26
working-directory : Arduino-Zephyr-API
27
27
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
29
29
30
30
- name : Build i2cdemo
31
31
working-directory : Arduino-Zephyr-API
32
32
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
34
34
35
35
- name : Build adc
36
36
working-directory : Arduino-Zephyr-API
You can’t perform that action at this time.
0 commit comments