Skip to content

Commit

Permalink
final v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Nov 28, 2023
1 parent 3253f13 commit 4be18d6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ jobs:
# board packages we want to run
# attention the matrix spans over the fqbn not platform so that we can choose different boards
fqbn: [
arduino:avr:uno,
Infineon:xmc:XMC1100_XMC2GO,
Infineon:xmc:XMC4700_Relax_Kit
"arduino:avr:uno",
"Infineon:xmc:XMC1100_XMC2GO",
"Infineon:xmc:XMC4700_Relax_Kit"
]

include:
- fqbn: arduino:avr:uno
platform: arduino:avr
- fqbn: Infineon:xmc:XMC1100_XMC2GO
platform: infineon:xmc
- fqbn: Infineon:xmc:XMC4700_Relax_Kit
platform: infineon:xmc
- fqbn: "arduino:avr:uno"
platform: "arduino:avr"
- fqbn: "Infineon:xmc:XMC1100_XMC2GO"
platform: "infineon:xmc"
- fqbn: "Infineon:xmc:XMC4700_Relax_Kit"
platform: "infineon:xmc"

steps:
- name: Checkout actions
Expand Down Expand Up @@ -92,14 +92,14 @@ jobs:
# board packages we want to run
# attention the matrix spans over the fqbn not platform so that we can choose different boards
fqbn: [
Infineon:xmc:XMC1100_XMC2GO,
"Infineon:xmc:XMC1100_XMC2GO",
]

include:
- fqbn: Infineon:xmc:XMC1100_XMC2GO
platform: infineon:xmc
port_name: port_serial.0
device: device.0
- fqbn: "Infineon:xmc:XMC1100_XMC2GO"
platform: "infineon:xmc"
port_name: "port_serial.0"
device: "device.0"

steps:
- name: Checkout action
Expand Down

0 comments on commit 4be18d6

Please sign in to comment.