micropython/unix
Damien George 675d1c9c60 ports: Remove typedef of machine_ptr_t, it's no longer needed.
This type was used only for the typedef of mp_obj_t, which is now defined
by the object representation.  So we can now remove this unused typedef,
to simplify the mpconfigport.h file.
2016-08-15 11:02:59 +10:00
..
.gitignore
Makefile unix/Makefile: And note why btree module is disabled for coverage build. 2016-07-31 02:27:13 +03:00
alloc.c
coverage.c
fatfs_port.c
fdfile.h unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 2016-08-07 01:25:59 +03:00
file.c unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 2016-08-07 01:25:59 +03:00
gccollect.c unix/gccollect: Provide declaration of exported function. 2016-06-28 11:28:50 +01:00
input.c
input.h
main.c unix/main: When preparing sys.path, allocate exact strings on uPy heap. 2016-07-09 01:48:07 +03:00
modffi.c
modjni.c
modmachine.c
modos.c
modsocket.c unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 2016-08-07 01:25:59 +03:00
modtermios.c
modtime.c unix/modtime: Release the GIL when sleeping. 2016-06-28 11:28:50 +01:00
moduselect.c unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 2016-08-07 01:25:59 +03:00
mpconfigport.h ports: Remove typedef of machine_ptr_t, it's no longer needed. 2016-08-15 11:02:59 +10:00
mpconfigport.mk extmod/modussl_axtls: Further changes to allow alternative SSL modules. 2016-07-13 01:49:38 +03:00
mpconfigport_coverage.h
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h ports: Remove typedef of machine_ptr_t, it's no longer needed. 2016-08-15 11:02:59 +10:00
mpconfigport_nanbox.h
mphalport.h
mpthreadport.c unix/mpthreadport: Adjust minimum thread stack, and stack limit check. 2016-07-11 14:59:47 +00:00
mpthreadport.h unix: Implement garbage collection with threading. 2016-06-28 11:28:49 +01:00
qstrdefsport.h
unix_mphal.c