From ac16cbb518028859aead519d019861c5dfa4d826 Mon Sep 17 00:00:00 2001 From: Andreas Taylor Date: Tue, 31 Dec 2024 15:34:45 -0600 Subject: [PATCH] gcc9 matrix build for msp430 --- .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 c7dddd7..11504fa 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-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 fqbn: 'energia:msp430:MSP-EXP430G2553LP' platform-name: 'energia:msp430'