File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1515 workflow_dispatch :
1616
1717jobs :
18+ build-for-stm32 :
19+ runs-on : ubuntu-latest
20+
21+ strategy :
22+ matrix :
23+ fqbn :
24+ - STMicroelectronics:stm32:Eval:pnum=STEVAL_MKSBOX1V1,usb=CDCgen
25+ - STMicroelectronics:stm32:Nucleo_64:pnum=NUCLEO_L476RG
26+ - STMicroelectronics:stm32:Disco:pnum=B_L475E_IOT01A
27+
28+ steps :
29+ - uses : actions/checkout@v4
30+ - uses : arduino/compile-sketches@v1
31+ with :
32+ github-token : ${{ secrets.GITHUB_TOKEN }}
33+ fqbn : ${{ matrix.fqbn }}
34+ platforms : |
35+ - name: STMicroelectronics:stm32
36+ source-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
37+ sketch-paths : |
38+ - examples
39+ cli-compile-flags : |
40+ - --build-property
41+ - build.extra_flags=-DIDB05A2_SPI_CLOCK_D3
42+
You can’t perform that action at this time.
0 commit comments