1 parent 10b14e5 commit 29de373Copy full SHA for 29de373
1 file changed
.github/workflows/arduino-compile-sketches.yml
@@ -20,6 +20,10 @@ jobs:
20
fqbn: 'arduino:avr:uno'
21
platform-name: 'arduino:avr'
22
platform-sourceurl: 'https://downloads.arduino.cc/packages/package_index.json'
23
+ - arch: msp-gcc9
24
+ fqbn: 'energia:msp430gcc9:MSP-EXP430F5529LP'
25
+ platform-name: 'energia:msp430gcc9'
26
+ platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/refs/heads/main/json/package_energia_minimal_msp430_index.json'
27
- arch: msp
28
fqbn: 'energia:msp430:MSP-EXP430F5529LP'
29
platform-name: 'energia:msp430'
0 commit comments