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