File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 20
20
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
21
21
west update
22
22
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
23
- sed '/WCharacter.h/ s/./\/\/ &/' ArduinoCore-API/api/ArduinoAPI.h > ArduinoCore-API/api/tmpArduinoAPI.h
24
- mv ArduinoCore-API/api/tmpArduinoAPI.h ArduinoCore-API/api/ArduinoAPI.h
25
23
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
26
24
27
25
- name : Build fade
34
32
run : |
35
33
west build -p -b arduino_nano_33_ble_sense samples/i2cdemo
36
34
35
+ - name : Build adc
36
+ working-directory : Arduino-Zephyr-API
37
+ run : |
38
+ west build -p -b beagleconnect_freedom samples/analog_input
39
+
37
40
- name : Archive firmware
38
41
uses : actions/upload-artifact@v2
39
42
with :
You can’t perform that action at this time.
0 commit comments