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 662d7a4 commit 31c84e6Copy full SHA for 31c84e6
.github/workflows/build.yml
@@ -39,6 +39,11 @@ jobs:
39
run: |
40
git clone https://github.com/arduino/ArduinoCore-API.git $MODULE_PATH/../ArduinoCore-API
41
west blobs fetch arduinocore-zephyr
42
+ apt install rustup
43
+ rustup target add thumbv6m-none-eabi
44
+ rustup target add thumbv7em-none-eabihf
45
+ rustup target add thumbv7em-none-eabi
46
+ rustup target add thumbv7m-none-eabi
47
48
- name: Build fade
49
0 commit comments