We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ebad0 commit c199921Copy full SHA for c199921
.github/workflows/build.yml
@@ -20,8 +20,6 @@ jobs:
20
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
21
west update
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
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
26
27
- name: Build fade
@@ -34,6 +32,11 @@ jobs:
34
32
run: |
35
33
west build -p -b arduino_nano_33_ble_sense samples/i2cdemo
36
+ - name: Build adc
+ working-directory: Arduino-Zephyr-API
37
+ run: |
38
+ west build -p -b beagleconnect_freedom samples/analog_input
39
+
40
- name: Archive firmware
41
uses: actions/upload-artifact@v2
42
with:
0 commit comments