micropython/docs/develop
Damien George de43b500bd py/runtime: Allow initialising sys.path/argv with defaults.
If MICROPY_PY_SYS_PATH_ARGV_DEFAULTS is enabled (which it is by default)
then sys.path and sys.argv will be initialised and populated with default
values.  This keeps all bare-metal ports aligned.

Signed-off-by: Damien George <damien@micropython.org>
2021-12-18 00:08:07 +11:00
..
img docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
cmodules.rst docs: Fix some spelling mistakes. 2021-05-04 22:58:00 +10:00
compiler.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
extendingmicropython.rst docs: Remove trailing spaces and convert tabs to spaces. 2021-12-15 11:49:22 +11:00
gettingstarted.rst docs: Remove trailing spaces and convert tabs to spaces. 2021-12-15 11:49:22 +11:00
index.rst docs: Remove trailing spaces and convert tabs to spaces. 2021-12-15 11:49:22 +11:00
library.rst docs: Replace ufoo with foo in all docs. 2021-08-13 22:53:29 +10:00
maps.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
memorymgt.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
natmod.rst docs/develop/natmod: Fix a small typo, con->can. 2021-01-30 15:20:44 +11:00
optimizations.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
porting.rst py/runtime: Allow initialising sys.path/argv with defaults. 2021-12-18 00:08:07 +11:00
publiccapi.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
qstr.rst docs: Remove trailing spaces and convert tabs to spaces. 2021-12-15 11:49:22 +11:00
writingtests.rst tests: Rename run-tests to run-tests.py for consistency. 2021-03-12 19:56:09 +11:00