File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 8
8
steps :
9
9
- name : Checkout
10
10
uses : actions/checkout@v4
11
- with :
12
- path : Arduino-Zephyr-API
13
11
14
12
- name : Set up Python
15
13
uses : actions/setup-python@v5
@@ -19,20 +17,17 @@ jobs:
19
17
- name : Setup Zephyr project
20
18
uses : zephyrproject-rtos/action-zephyr-setup@v1
21
19
with :
20
+ app-path : gsoc-2022-arduino-core
22
21
toolchains : arm-zephyr-eabi
23
22
24
23
- name : Initialize
25
- working-directory : Arduino-Zephyr-API
26
24
run : |
27
- west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
28
- west update
29
25
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
30
26
ls -la
31
27
tree .
32
28
cp -r ArduinoCore-API/api cores/arduino/.
33
29
34
30
- name : Build adc
35
- working-directory : Arduino-Zephyr-API
36
31
run : |
37
32
west build -p -b beagleconnect_freedom samples/analog_input
38
33
You can’t perform that action at this time.
0 commit comments