Skip to content

Commit

Permalink
Add gcc9 to msp430 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Dec 31, 2024
1 parent 468c358 commit e57b0be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflow-templates/arduino-compile-sketches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
fqbn: 'arduino:avr:uno'
platform-name: 'arduino:avr'
platform-sourceurl: 'https://downloads.arduino.cc/packages/package_index.json'
- arch: msp-G2553-gcc9
fqbn: 'energia:msp430gcc9:MSP-EXP430G2553LP'
platform-name: 'energia:msp430gcc9'
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/refs/heads/main/json/package_energia_minimal_msp430_index.json'
- arch: msp-G2
fqbn: 'energia:msp430:MSP-EXP430G2553LP'
platform-name: 'energia:msp430'
Expand Down

0 comments on commit e57b0be

Please sign in to comment.