Skip to content

Commit

Permalink
turn off vectorio for overflowing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Nov 13, 2024
1 parent edb1b8d commit 232f13e
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ CIRCUITPY_ESP_FLASH_SIZE = 4MB
CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 1

CIRCUITPY_ESP_USB_SERIAL_JTAG = 1

CIRCUITPY_VECTORIO = 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/deneyap_kart/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ CIRCUITPY_ESP_PSRAM_MODE = qio
CIRCUITPY_ESP_PSRAM_FREQ = 80m

CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 1

CIRCUITPY_VECTORIO = 0
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ CIRCUITPY_ESP_FLASH_SIZE = 4MB
CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 1

CIRCUITPY_ESP_USB_SERIAL_JTAG = 0

CIRCUITPY_VECTORIO = 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/lilygo_ttgo_t-oi-plus/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ CIRCUITPY_ESP_FLASH_SIZE = 4MB
CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 1

CIRCUITPY_ESP_USB_SERIAL_JTAG = 0

CIRCUITPY_VECTORIO = 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/luatos_core_esp32c3/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ CIRCUITPY_ESP_FLASH_SIZE=4MB
CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 1

CIRCUITPY_ESP_USB_SERIAL_JTAG = 1

CIRCUITPY_VECTORIO = 0
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ CIRCUITPY_ESP_FLASH_SIZE=4MB
CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 1

CIRCUITPY_ESP_USB_SERIAL_JTAG = 0

CIRCUITPY_VECTORIO = 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/m5stack_stamp_c3/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ CIRCUITPY_ESP_FLASH_SIZE=4MB
CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 1

CIRCUITPY_ESP_USB_SERIAL_JTAG = 0

CIRCUITPY_VECTORIO = 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/seeed_xiao_esp32c3/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ CIRCUITPY_ESP_FLASH_SIZE = 4MB
CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 1

CIRCUITPY_ESP_USB_SERIAL_JTAG = 1

CIRCUITPY_VECTORIO = 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/sunton_esp32_2424S012/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ CIRCUITPY_ESP_FLASH_SIZE=4MB
CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 1

CIRCUITPY_ESP_USB_SERIAL_JTAG = 1

CIRCUITPY_VECTORIO = 0

0 comments on commit 232f13e

Please sign in to comment.