micropython/ports/unix/variants/coverage
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
..
frzmpy tests/unix: Add coverage test for freezing various objects. 2022-02-28 19:02:58 +11:00
frzstr unix: Make manifest selection match other ports. 2020-07-01 22:42:55 +10:00
manifest.py unix: Make manifest selection match other ports. 2020-07-01 22:42:55 +10:00
mpconfigvariant.h unix/moduos: Convert module to use extmod version. 2022-03-09 21:13:57 +11:00
mpconfigvariant.mk examples/usercmodules: Simplify user C module enabling. 2021-04-01 16:27:38 +11:00