micropython/examples
Damien George 5956466c0e py/builtin: Clean up and simplify import_stat and builtin_open config.
The following changes are made:

- If MICROPY_VFS is enabled then mp_vfs_import_stat and mp_vfs_open are
  automatically used for mp_import_stat and mp_builtin_open respectively.

- If MICROPY_PY_IO is enabled then "open" is automatically included in the
  set of builtins, and points to mp_builtin_open_obj.

This helps to clean up and simplify the most common port configuration.

Signed-off-by: Damien George <damien@micropython.org>
2022-05-25 13:04:45 +10:00
..
SDdatalogger
bluetooth examples/bluetooth: Add bonding/passkey demo. 2020-12-02 14:44:00 +11:00
embedding py/builtin: Clean up and simplify import_stat and builtin_open config. 2022-05-25 13:04:45 +10:00
hwapi
natmod
network
rp2 all: Update Python formatting to latest Black version 22.1.0. 2022-02-02 16:49:55 +11:00
unix
usercmodule unix/Makefile: Remove explicit addition of -std=c++ flag. 2022-02-18 14:40:16 +11:00
accel_i2c.py
accellog.py
asmled.py
asmsum.py
conwaylife.py
ledangle.py
mandel.py
micropython.py
pins.py
pyb.py
switch.py