Skip to content

Commit f39efe4

Browse files
committed
Use new Package Index JSON Files
1 parent 3ca3543 commit f39efe4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

workflow-templates/arduino-compile-sketches.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ jobs:
2727
- arch: msp-G2
2828
fqbn: 'energia:msp430:MSP-EXP430G2553LP'
2929
platform-name: 'energia:msp430'
30-
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/main/json/package_energia_minimal_MSP_107_index.json'
30+
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/refs/heads/main/json/package_energia_minimal_msp430_index.json'
3131
- arch: msp-F5529
3232
fqbn: 'energia:msp430:MSP-EXP430F5529LP'
3333
platform-name: 'energia:msp430'
34-
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/main/json/package_energia_minimal_MSP_107_index.json'
34+
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/refs/heads/main/json/package_energia_minimal_msp430_index.json'
3535
- arch: msp432
36-
fqbn: 'energia:msp432r:MSP-EXP432P401R'
37-
platform-name: 'energia:msp432r'
38-
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/main/json/package_energia_minimal_MSP432r_index.json'
36+
fqbn: 'energia:msp432:MSP-EXP432P401R'
37+
platform-name: 'energia:msp432'
38+
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/refs/heads/main/json/package_energia_minimal_msp432_index.json'
3939
- arch: tivac
4040
fqbn: 'energia:tivac:EK-TM4C123GXL'
4141
platform-name: 'energia:tivac'
42-
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/main/json/package_energia_minimal_TM4C_104_alternate_index.json'
42+
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/refs/heads/main/json/package_energia_minimal_tiva_index.json'
4343
- arch: esp8266
4444
fqbn: 'esp8266:esp8266:thing'
4545
platform-name: 'esp8266:esp8266'

0 commit comments

Comments
 (0)