From df85b091d053e2d5d314d43bf891721a254a6325 Mon Sep 17 00:00:00 2001 From: Andreas Taylor Date: Thu, 2 Jan 2025 18:10:35 -0600 Subject: [PATCH] Add GCC9 to compile matrix --- .github/workflows/arduino-compile-sketches.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/arduino-compile-sketches.yml b/.github/workflows/arduino-compile-sketches.yml index db04ee9..77f8c0c 100644 --- a/.github/workflows/arduino-compile-sketches.yml +++ b/.github/workflows/arduino-compile-sketches.yml @@ -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://raw.githubusercontent.com/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'