Skip to content

Commit

Permalink
Use new Package Index JSON Files
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Sep 27, 2024
1 parent dfc39d6 commit dfa65bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/arduino-compile-sketches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- arch: msp
fqbn: 'energia:msp430:MSP-EXP430G2553LP'
platform-name: 'energia:msp430'
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/main/json/package_energia_minimal_MSP_107_index.json'
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/refs/heads/main/json/package_energia_minimal_msp430_index.json'
- arch: msp432
fqbn: 'energia:msp432r:MSP-EXP432P401R'
platform-name: 'energia:msp432r'
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/main/json/package_energia_minimal_MSP432r_index.json'
fqbn: 'energia:msp432:MSP-EXP432P401R'
platform-name: 'energia:msp432'
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/refs/heads/main/json/package_energia_minimal_msp432_index.json'
- arch: tivac
fqbn: 'energia:tivac:EK-TM4C123GXL'
platform-name: 'energia:tivac'
Expand Down

0 comments on commit dfa65bb

Please sign in to comment.