From e57b0bea493c3705c915c356441621970dd6a29d Mon Sep 17 00:00:00 2001 From: Andreas Taylor Date: Mon, 30 Dec 2024 21:44:49 -0600 Subject: [PATCH] Add gcc9 to msp430 workflow --- workflow-templates/arduino-compile-sketches.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/workflow-templates/arduino-compile-sketches.yml b/workflow-templates/arduino-compile-sketches.yml index 0a61cb0..e068088 100644 --- a/workflow-templates/arduino-compile-sketches.yml +++ b/workflow-templates/arduino-compile-sketches.yml @@ -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'