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 7a556b5Copy full SHA for 7a556b5
.github/workflows/build.yml
@@ -39,6 +39,12 @@ 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 default stable
44
+ rustup target add thumbv6m-none-eabi
45
+ rustup target add thumbv7em-none-eabihf
46
+ rustup target add thumbv7em-none-eabi
47
+ rustup target add thumbv7m-none-eabi
48
49
- name: Build fade
50
0 commit comments