Remove supervisor stack limit from boot.py
This commit is contained in:
parent
638d64af72
commit
705d3eb032
3
boot.py
Executable file → Normal file
3
boot.py
Executable file → Normal file
@ -1,3 +0,0 @@
|
|||||||
import supervisor
|
|
||||||
|
|
||||||
supervisor.set_next_stack_limit(4096 + 4096)
|
|
@ -9,9 +9,7 @@ Linux).
|
|||||||
Given `make` and `rsync` are available on your system (in `$PATH`), the
|
Given `make` and `rsync` are available on your system (in `$PATH`), the
|
||||||
following will copy the `kmk` tree to your CircuitPython device, and will copy
|
following will copy the `kmk` tree to your CircuitPython device, and will copy
|
||||||
the file defined as `USER_KEYMAP` as your `main.py`. It will also copy our
|
the file defined as `USER_KEYMAP` as your `main.py`. It will also copy our
|
||||||
`boot.py`, which allocates a larger stack size (simply - more of the device's
|
`boot.py`. If any of these files exist on your CircuitPython device already, they
|
||||||
RAM will be available to KMK and your keyboard config) than CircuitPython's
|
|
||||||
default. If any of these files exist on your CircuitPython device already, they
|
|
||||||
will be overwritten without a prompt.
|
will be overwritten without a prompt.
|
||||||
|
|
||||||
If you get permissions errors here, **don't run make as root or with sudo**. See
|
If you get permissions errors here, **don't run make as root or with sudo**. See
|
||||||
|
Loading…
Reference in New Issue
Block a user