We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345c133 commit efdc525Copy full SHA for efdc525
Dockerfile
@@ -5,8 +5,8 @@ RUN \
5
&& git clone https://github.com/arduino/ArduinoCore-API.git .ArduinoCore-API \
6
&& sed '/WCharacter.h/ s/./\/\/ &/' .ArduinoCore-API/api/ArduinoAPI.h > .ArduinoCore-API/api/tmpArduinoAPI.h \
7
&& mv .ArduinoCore-API/api/tmpArduinoAPI.h .ArduinoCore-API/api/ArduinoAPI.h \
8
- && ln -sf .ArduinoCore-API/api gsoc-2022-arduino-core/cores/arduino/. \
+ && ln -sf .ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/. \
9
&& ls -la && ls -la home/* \
10
- && cd gsoc-2022-arduino-core && ls -la \
+ && cd modules/lib/Arduino-Zephyr-API && ls -la \
11
&& west build -p -b arduino_nano_33_ble samples/blinky_arduino \
12
&& printf '%s\n' "Module Successfully setup..."
0 commit comments