Skip to content

Add restart/reload note about env variables #10493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ Details of the toml language subset
CircuitPython behavior
----------------------

CircuitPython will also read the environment to configure its behavior. Other
keys are ignored by CircuitPython. Here are the keys it uses:
CircuitPython will also read the environment to configure its behavior. Some keys are read at
startup once and others are read on reload (ctrl-D in the REPL). If a reload doesn't change things,
then try a reset (a power cycle or pressing the reset button). Other keys are ignored by CircuitPython.
Here are the keys it uses:

Core CircuitPython keys
^^^^^^^^^^^^^^^^^^^^^^^
Expand Down