micropython/ports
Damien George 6e71cde6aa ports: Use default VFS config for import_stat and builtin_open.
For ports with MICROPY_VFS and MICROPY_PY_IO enabled their configuration
can now be simplified to use the defaults for mp_import_stat and
mp_builtin_open.

This commit makes no functional change, except for the following minor
points:
- the built-in "open" is removed from the minimal port (it previously did
  nothing)
- the duplicate built-in "input" is removed from the esp32 port
- qemu-arm now delegates to VFS import/open

Signed-off-by: Damien George <damien@micropython.org>
2022-05-25 13:04:45 +10:00
..
bare-arm
cc3200 ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
esp32 ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
esp8266 ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
javascript ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
mimxrt ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
minimal ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
nrf ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
pic16bit
powerpc
qemu-arm ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
renesas-ra ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
rp2 ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
samd ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
stm32 ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
teensy
unix ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
windows ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
zephyr ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00