micropython/tests/unix
Jim Mussared 5e04521251 examples/usercmodule: Add a sub-package example.
This demonstrates how to add a sub-package in a user c module, as well
as how to define the necessary qstrs and enable the feature in the build.

This is used by the unix coverage build to test this feature.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-01 16:21:37 +10:00
..
extra_coverage.py examples/usercmodule: Add a sub-package example. 2023-06-01 16:21:37 +10:00
extra_coverage.py.exp examples/usercmodule: Add a sub-package example. 2023-06-01 16:21:37 +10:00
ffi_callback.py
ffi_callback.py.exp
ffi_float.py
ffi_float.py.exp
ffi_float2.py
ffi_float2.py.exp
ffi_lib.c
ffi_types.py
ffi_types.py.exp
mod_os.py tests/unix/mod_os: Add test for os module. 2022-12-14 13:38:51 +11:00
mod_os.py.exp tests/unix/mod_os: Add test for os module. 2022-12-14 13:38:51 +11:00
time.py