micropython/ports/unix/variants
Damien George 2b409ef8a4 unix/moduos: Convert module to use extmod version.
All variants now use extmod/moduos.c as their uos module implementation.
In particular this means they all have MICROPY_VFS enabled and use VfsPosix
for their filesystem.

As part of this, the available functions in uos become more consistent with
other ports:
- coverage variant gets uos.urandom
- minimal and standard variant get: unlink, chdir, getcwd, listdir

Signed-off-by: Damien George <damien@micropython.org>
2022-03-09 21:13:57 +11:00
..
coverage unix/moduos: Convert module to use extmod version. 2022-03-09 21:13:57 +11:00
dev unix/moduos: Convert module to use extmod version. 2022-03-09 21:13:57 +11:00
fast unix/variants: Fix fast and freedos variants so they build again. 2020-08-30 13:48:26 +10:00
freedos unix/variants: Fix fast and freedos variants so they build again. 2020-08-30 13:48:26 +10:00
minimal unix/moduos: Convert module to use extmod version. 2022-03-09 21:13:57 +11:00
nanbox
standard unix/variants: Enable help and help("modules") on standard and dev. 2021-07-13 16:18:15 +10:00
manifest.py unix: Make manifest selection match other ports. 2020-07-01 22:42:55 +10:00