Skip to content

Commit

Permalink
Add esp and stm32 platforms to compile-sketches
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Sep 15, 2023
1 parent 2fe3e7d commit e300df9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/arduino-compile-sketches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ jobs:
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'
- arch: stm32
fqbn: 'STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8'
platform-name: 'STMicroelectronics:stm32'
platform-sourceurl: 'https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json'
- arch: esp8266
fqbn: 'esp8266:esp8266:thing'
platform-name: 'esp8266:esp8266'
platform-sourceurl: 'http://arduino.esp8266.com/stable/package_esp8266com_index.json'
- arch: esp32
fqbn: 'esp32:esp32:esp32'
platform-name: 'esp32:esp32'
platform-sourceurl: 'https://espressif.github.io/arduino-esp32/package_esp32_index.json'

name: call-compile-sketches-workflow
uses: Andy4495/.github/.github/workflows/arduino-compile-sketches.yml@main
Expand Down

0 comments on commit e300df9

Please sign in to comment.