Skip to content

Commit 705d3eb

Browse files
committed
Remove supervisor stack limit from boot.py
1 parent 638d64a commit 705d3eb

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

boot.py

100755100644
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
import supervisor
2-
3-
supervisor.set_next_stack_limit(4096 + 4096)

docs/en/flashing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ Linux).
99
Given `make` and `rsync` are available on your system (in `$PATH`), the
1010
following will copy the `kmk` tree to your CircuitPython device, and will copy
1111
the file defined as `USER_KEYMAP` as your `main.py`. It will also copy our
12-
`boot.py`, which allocates a larger stack size (simply - more of the device's
13-
RAM will be available to KMK and your keyboard config) than CircuitPython's
14-
default. If any of these files exist on your CircuitPython device already, they
12+
`boot.py`. If any of these files exist on your CircuitPython device already, they
1513
will be overwritten without a prompt.
1614

1715
If you get permissions errors here, **don't run make as root or with sudo**. See

0 commit comments

Comments
 (0)