Skip to content

Commit

Permalink
removed ESP32IDF builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Mar 26, 2024
1 parent ca2cd5e commit 76ac6d3
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pio-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false # Allow all machines to finish building
matrix:
boards: [LPC176X-RE-ARM, ESP32-MKS-DLC32, STM32F4-Blackpill-F411CE, AVR-X-Controller, ESP8266-Wemos-D1-R2, AVR-MKS-DLC, AVR-UNO, ESP32IDF-Wemos-D1-R32, STM32F1-Bluepill-F103C8-CLONE, ESP32-MKS-TINYBEE, STM32F1-Bluepill-F103C8, AVR-RAMBO, RP2040-PICO-W, SAMD21-Wemos-M0, AVR-CNC-Shield-V3, STM32F4-Blackpill-F401CC, ESP32IDF-MKS-DLC32, STM32F4-SKR-Pro-V1_2, RP2040-PICO, ESP32-Wemos-D1-R32, LPC176X-SKR-v1_4-TURBO, STM32F1-MKS-Robin-Nano-V1_2, AVR-MEGA2560-RAMPS-V1_4, LPC176X-MKS-BASE-V1_3, AVR-MKS-GEN-L-V1, SAMD21-Arduino-Zero, ESP32IDF-MKS-TINYBEE]
boards: [LPC176X-RE-ARM, ESP32-MKS-DLC32, STM32F4-Blackpill-F411CE, AVR-X-Controller, ESP8266-Wemos-D1-R2, AVR-MKS-DLC, AVR-UNO, STM32F1-Bluepill-F103C8-CLONE, ESP32-MKS-TINYBEE, STM32F1-Bluepill-F103C8, AVR-RAMBO, RP2040-PICO-W, SAMD21-Wemos-M0, AVR-CNC-Shield-V3, STM32F4-Blackpill-F401CC, STM32F4-SKR-Pro-V1_2, RP2040-PICO, ESP32-Wemos-D1-R32, LPC176X-SKR-v1_4-TURBO, STM32F1-MKS-Robin-Nano-V1_2, AVR-MEGA2560-RAMPS-V1_4, LPC176X-MKS-BASE-V1_3, AVR-MKS-GEN-L-V1, SAMD21-Arduino-Zero]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pio-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false # Allow all machines to finish building
matrix:
boards: [LPC176X-RE-ARM, ESP32-MKS-DLC32, STM32F4-Blackpill-F411CE, AVR-X-Controller, ESP8266-Wemos-D1-R2, AVR-MKS-DLC, AVR-UNO, ESP32IDF-Wemos-D1-R32, STM32F1-Bluepill-F103C8-CLONE, ESP32-MKS-TINYBEE, STM32F1-Bluepill-F103C8, AVR-RAMBO, RP2040-PICO-W, SAMD21-Wemos-M0, AVR-CNC-Shield-V3, STM32F4-Blackpill-F401CC, ESP32IDF-MKS-DLC32, STM32F4-SKR-Pro-V1_2, RP2040-PICO, ESP32-Wemos-D1-R32, LPC176X-SKR-v1_4-TURBO, STM32F1-MKS-Robin-Nano-V1_2, AVR-MEGA2560-RAMPS-V1_4, LPC176X-MKS-BASE-V1_3, AVR-MKS-GEN-L-V1, SAMD21-Arduino-Zero, ESP32IDF-MKS-TINYBEE]
boards: [LPC176X-RE-ARM, ESP32-MKS-DLC32, STM32F4-Blackpill-F411CE, AVR-X-Controller, ESP8266-Wemos-D1-R2, AVR-MKS-DLC, AVR-UNO, STM32F1-Bluepill-F103C8-CLONE, ESP32-MKS-TINYBEE, STM32F1-Bluepill-F103C8, AVR-RAMBO, RP2040-PICO-W, SAMD21-Wemos-M0, AVR-CNC-Shield-V3, STM32F4-Blackpill-F401CC, STM32F4-SKR-Pro-V1_2, RP2040-PICO, ESP32-Wemos-D1-R32, LPC176X-SKR-v1_4-TURBO, STM32F1-MKS-Robin-Nano-V1_2, AVR-MEGA2560-RAMPS-V1_4, LPC176X-MKS-BASE-V1_3, AVR-MKS-GEN-L-V1, SAMD21-Arduino-Zero]
steps:
- uses: actions/checkout@v4
- name: Cache pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pio-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
boards: [LPC176X-RE-ARM, ESP8266-Wemos-D1-R2, AVR-UNO, ESP32-MKS-TINYBEE, ESP32IDF-MKS-TINYBEE, STM32F1-Bluepill-F103C8, AVR-RAMBO, RP2040-PICO-W, SAMD21-Wemos-M0, STM32F4-Blackpill-F401CC, AVR-MEGA2560-RAMPS-V1_4]
boards: [LPC176X-RE-ARM, ESP8266-Wemos-D1-R2, AVR-UNO, ESP32-MKS-TINYBEE, STM32F1-Bluepill-F103C8, AVR-RAMBO, RP2040-PICO-W, SAMD21-Wemos-M0, STM32F4-Blackpill-F401CC, AVR-MEGA2560-RAMPS-V1_4]
runs-on: ubuntu-latest

steps:
Expand Down
50 changes: 25 additions & 25 deletions uCNC/src/hal/boards/esp32/esp32.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,31 +61,31 @@ lib_deps = ${common_esp32.lib_deps}
# ESPIDF builds #
#################

[env:ESP32IDF-Wemos-D1-R32]
extends = common_esp32
framework = arduino, espidf
board = wemos_d1_uno32
build_flags = ${common_esp32.build_flags} -DBOARD=BOARD_WEMOS_D1_R32
lib_deps = ${common_esp32.lib_deps}
SPIFFS
; [env:ESP32IDF-Wemos-D1-R32]
; extends = common_esp32
; framework = arduino, espidf
; board = wemos_d1_uno32
; build_flags = ${common_esp32.build_flags} -DBOARD=BOARD_WEMOS_D1_R32
; lib_deps = ${common_esp32.lib_deps}
; SPIFFS

[env:ESP32IDF-MKS-DLC32]
extends = common_esp32
framework = arduino, espidf
build_flags = ${common_esp32.build_flags} -DBOARD=BOARD_MKS_DLC32
lib_deps = ${common_esp32.lib_deps}
SPIFFS
; [env:ESP32IDF-MKS-DLC32]
; extends = common_esp32
; framework = arduino, espidf
; build_flags = ${common_esp32.build_flags} -DBOARD=BOARD_MKS_DLC32
; lib_deps = ${common_esp32.lib_deps}
; SPIFFS

[env:ESP32IDF-MKS-TINYBEE]
extends = common_esp32
framework = arduino, espidf
build_flags = ${common_esp32.build_flags} -DBOARD=BOARD_MKS_TINYBEE
lib_deps = ${common_esp32.lib_deps}
SPIFFS
; [env:ESP32IDF-MKS-TINYBEE]
; extends = common_esp32
; framework = arduino, espidf
; build_flags = ${common_esp32.build_flags} -DBOARD=BOARD_MKS_TINYBEE
; lib_deps = ${common_esp32.lib_deps}
; SPIFFS

[env:ESP32IDF-Shield-V3]
extends = common_esp32
framework = arduino, espidf
build_flags = ${common_esp32.build_flags} -DBOARD=BOARD_ESP32_SHIELD_V3
lib_deps = ${common_esp32.lib_deps}
SPIFFS
; [env:ESP32IDF-Shield-V3]
; extends = common_esp32
; framework = arduino, espidf
; build_flags = ${common_esp32.build_flags} -DBOARD=BOARD_ESP32_SHIELD_V3
; lib_deps = ${common_esp32.lib_deps}
; SPIFFS

0 comments on commit 76ac6d3

Please sign in to comment.