@@ -31,20 +31,20 @@ jobs:
31
31
32
32
matrix :
33
33
board :
34
- - fqbn : arduino-beta :mbed:nano33ble
35
- - fqbn : arduino-beta :mbed:envie_m4
36
- - fqbn : arduino-beta :mbed:envie_m7
34
+ - fqbn : arduino:mbed:nano33ble
35
+ - fqbn : arduino:mbed:envie_m4
36
+ - fqbn : arduino:mbed:envie_m7
37
37
38
38
# compile only the examples compatible with each board
39
39
include :
40
40
- board :
41
- fqbn : arduino-beta :mbed:nano33ble
41
+ fqbn : arduino:mbed:nano33ble
42
42
additional-sketch-paths : ' "libraries/PDM" "libraries/ThreadDebug"'
43
43
- board :
44
- fqbn : arduino-beta :mbed:envie_m4
44
+ fqbn : arduino:mbed:envie_m4
45
45
additional-sketch-paths : ' "libraries/doom" "libraries/KernelDebug" "libraries/Portenta_SDCARD" "libraries/Portenta_System" "libraries/Portenta_Video" '
46
46
- board :
47
- fqbn : arduino-beta :mbed:envie_m7
47
+ fqbn : arduino:mbed:envie_m7
48
48
additional-sketch-paths : ' "libraries/doom" "libraries/KernelDebug" "libraries/Portenta_SDCARD" "libraries/Portenta_System" "libraries/Portenta_Video" "libraries/ThreadDebug" "libraries/USBHOST"'
49
49
50
50
steps :
@@ -71,10 +71,10 @@ jobs:
71
71
fqbn : ${{ matrix.board.fqbn }}
72
72
platforms : |
73
73
# Use Board Manager to install the latest release of Arduino mbed Boards to get the toolchain
74
- - name: "arduino-beta :mbed"
74
+ - name: "arduino:mbed"
75
75
# Overwrite the Board Manager installation with the local platform
76
76
- source-path: "./"
77
- name: "arduino-beta :mbed"
77
+ name: "arduino:mbed"
78
78
sketch-paths : " ${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.additional-sketch-paths }}"
79
79
verbose : ' false'
80
80
enable-size-deltas-report : true
0 commit comments