Skip to content

Commit

Permalink
Add stm32 platform to compile-sketches
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Sep 15, 2023
1 parent 7472819 commit 212bd3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/arduino-compile-sketches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
fqbn: 'energia:tivac:EK-TM4C123GXL'
platform-name: 'energia:tivac'
platform-sourceurl: 'https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/main/json/package_energia_minimal_TM4C_104_alternate_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: esp32
fqbn: 'esp32:esp32:esp32'
platform-name: 'esp32:esp32'
Expand Down

0 comments on commit 212bd3e

Please sign in to comment.