Skip to content

Commit

Permalink
add CI to lgt8f328
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Dec 11, 2023
1 parent 08c7d5d commit e342c04
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/LibraryBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,24 @@ jobs:
#############################################################################################################
include:
- arduino-boards-fqbn: arduino:avr:uno
sketches-exclude: MPU6050_DMP6_ESPWiFi,MPU6050_DMP6_Ethernet
sketches-exclude: MPU6050_DMP6_ESPWiFi,MPU6050_DMP6_Ethernet,MCU_Powercycle_DMP6

- arduino-boards-fqbn: arduino:avr:leonardo
sketches-exclude: MPU6050_DMP6_ESPWiFi,MPU6050_DMP6_Ethernet
sketches-exclude: MPU6050_DMP6_ESPWiFi,MPU6050_DMP6_Ethernet,MCU_Powercycle_DMP6

- arduino-boards-fqbn: arduino:samd:nano_33_iot
sketches-exclude: MPU6050_DMP6_ESPWiFi,MPU6050_DMP6_Ethernet
sketches-exclude: MPU6050_DMP6_ESPWiFi,MPU6050_DMP6_Ethernet,MCU_Powercycle_DMP6

- arduino-boards-fqbn: esp8266:esp8266:huzzah:eesz=4M3M,xtal=80
platform-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
sketches-exclude: MPU6050_DMP6_Ethernet
sketches-exclude: MPU6050_DMP6_Ethernet,MCU_Powercycle_DMP6

- arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80
platform-url: https://dl.espressif.com/dl/package_esp32_index.json
sketches-exclude: MPU6050_DMP6_Ethernet,MCU_Powercycle_DMP6

- arduino-boards-fqbn: lgt8fx:avr:lgt8f328
platform-url: https://raw.githubusercontent.com/dbuezas/lgt8fx/master/package_lgt8fx_index.json
sketches-exclude: MPU6050_DMP6_Ethernet

# Do not cancel all jobs / architectures if one job fails
Expand Down

0 comments on commit e342c04

Please sign in to comment.