This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
micropython
/
unix
History
Damien George
91fe0d4880
unix: Fix modffi to be able to return double on x86 machines.
2014-09-06 23:04:42 +00:00
..
.gitignore
…
alloc.c
Code style/whitespace cleanup; remove obsolete headers.
2014-09-03 22:47:23 +01:00
file.c
…
gccollect.c
…
input.c
…
input.h
…
main.c
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
2014-08-30 14:59:21 +01:00
Makefile
unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.
2014-09-06 17:46:52 +01:00
modffi.c
unix: Fix modffi to be able to return double on x86 machines.
2014-09-06 23:04:42 +00:00
modos.c
py: Change all uint to mp_uint_t in obj.h.
2014-08-30 14:19:41 +01:00
modsocket.c
unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.
2014-09-06 17:46:52 +01:00
modtermios.c
py: Change all uint to mp_uint_t in obj.h.
2014-08-30 14:19:41 +01:00
modtime.c
…
mpconfigport.h
py: Add support for emitting native x86 machine code.
2014-09-06 23:06:36 +01:00
mpconfigport.mk
…
qstrdefsport.h
…
seg_helpers.c
…