Skip to content

Commit b594a11

Browse files
committed
Fix compile-muxto with Fab_SAM_Arduino:[email protected]
1 parent 5530e05 commit b594a11

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Diff for: .github/workflows/compile-muxto.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,19 @@ jobs:
3232
board:
3333
- fqbn: arduino:samd:muxto:float=default,config=enabled,clock=internal_usb,timer=timer_732Hz,bootloader=4kb,serial=two_uart,usb=cdc
3434
platforms: |
35-
# Install MattairTech_Arduino:samd via Boards Manager for the toolchain
36-
- name: MattairTech_Arduino:samd
37-
source-url: https://www.mattairtech.com/software/arduino/package_MattairTech_index.json
38-
# This needs to match with the version of MattairTech_Arduino:samd the Arduino fork is based on in order to get the right tool versions
39-
version: 1.6.17
35+
# Install Fab_SAM_Arduino:samd via Boards Manager for the toolchain
36+
- name: Fab_SAM_Arduino:samd
37+
source-url: https://raw.githubusercontent.com/qbolsee/ArduinoCore-fab-sam/master/json/package_Fab_SAM_index.json
38+
# Originally, we installed MattairTech_Arduino:[email protected] to get the right tool versions because the Arduino fork is based on it.
39+
# However, MattairTech_Arduino:samd is no longer available.
40+
# So we use its successor, Fab_SAM_Arduino:samd, and modify the Arduino fork to work with 1.12.0
41+
version: 1.12.0
4042
# Install officila samd version for compiler support
4143
- name: arduino:samd
4244
# Install the platform with MuxTO support
4345
- name: arduino:samd
44-
source-url: https://github.com/arduino/ArduinoCore-samd.git
45-
version: muxto
46+
source-url: https://github.com/pazeshun/ArduinoCore-samd.git
47+
version: muxto-fab-sam
4648
4749
steps:
4850
- name: Set environment variables

0 commit comments

Comments
 (0)