micropython/ports/unix
Damien George 3c2aa5ff93 unix/.gitignore: Remove *.py from ignore list.
.py files are valid source files and shouldn't be ignored.  This line was
from the early days when .py files in the unix directory were used for
testing.

Signed-off-by: Damien George <damien@micropython.org>
2022-02-28 19:02:58 +11:00
..
variants tests/unix: Add coverage test for freezing various objects. 2022-02-28 19:02:58 +11:00
.gitignore unix/.gitignore: Remove *.py from ignore list. 2022-02-28 19:02:58 +11:00
Makefile unix/Makefile: Remove explicit addition of -std=c++ flag. 2022-02-18 14:40:16 +11:00
alloc.c
coverage.c py: Rework bytecode and .mpy file format to be mostly static data. 2022-02-24 18:08:43 +11:00
coveragecpp.cpp
fatfs_port.c
gccollect.c
input.c
input.h
main.c unix: Show compiler info in REPL banner. 2022-02-22 00:59:31 +11:00
modffi.c
modjni.c
modmachine.c
modos.c unix/modos: Add support for uos.urandom(n). 2021-11-17 12:59:38 +11:00
modtermios.c
modtime.c
moduos_vfs.c
moduselect.c
modusocket.c unix/modusocket: Support MP_STREAM_POLL in unix socket_ioctl. 2021-10-19 22:48:10 +11:00
mpbthciport.c
mpbtstackport.h
mpbtstackport_common.c
mpbtstackport_h4.c
mpbtstackport_usb.c
mpconfigport.h ports: Consolidate inclusion of umachine module in built-ins. 2022-02-03 10:08:54 +11:00
mpconfigport.mk
mphalport.h
mpnimbleport.c
mpnimbleport.h
mpthreadport.c
mpthreadport.h
qstrdefsport.h
unix_mphal.c