Skip to content

Commit

Permalink
Set setup = true for all boards so that no overwrites occur for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Sep 2, 2023
1 parent c7b4da3 commit 02c3fcd
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Boardfiles/Seeed_XIAO_nRF52840_Sense/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 6144

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/adafruit_feather_esp32s2/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 12288

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/adafruit_feather_esp32s3_tft/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 12288

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/adafruit_kb2040/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 4608

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/beetle-esp32-c3/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 4608

[LJINUX]
setup = true
serial_console = true
usb_access = false
ledtype = "generic"
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/lolin_s2_mini/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 12288

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/m5stack_timer_camera_x/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 12288

[LJINUX]
setup = true
serial_console = true
usb_access = false
ledtype = "generic"
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/pimoroni_picolipo_16mb/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 4608

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/pimoroni_picolipo_4mb/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 4608

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/raspberry_pi_pico/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 4608

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/raspberry_pi_pico_w/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 4608

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/waveshare_esp32s2_pico/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 12288

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/waveshare_rp2040_zero/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 4608

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/yd_esp32_s3_n16r8/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 12288

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down
1 change: 1 addition & 0 deletions Boardfiles/yd_esp32_s3_n8r8/settings.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CIRCUITPY_PYSTACK_SIZE = 12288

[LJINUX]
setup = true
serial_console = true
usb_access = false
leden = -1
Expand Down

0 comments on commit 02c3fcd

Please sign in to comment.