File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2020 west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
2121 west update
2222 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
2523 cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
2624
2725 - name : Build fade
3432 run : |
3533 west build -p -b arduino_nano_33_ble_sense samples/i2cdemo
3634
35+ - name : Build adc
36+ working-directory : Arduino-Zephyr-API
37+ run : |
38+ west build -p -b beagleconnect_freedom samples/analog_input
39+
3740 - name : Archive firmware
3841 uses : actions/upload-artifact@v2
3942 with :
You can’t perform that action at this time.
0 commit comments