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
ecc88e949c
Change some parts of the core API to use mp_uint_t instead of uint/int.
...
Addressing issue
#50
, still some way to go yet.
2014-08-30 00:35:11 +01:00
..
.gitignore
…
file.c
Change some parts of the core API to use mp_uint_t instead of uint/int.
2014-08-30 00:35:11 +01:00
gccollect.c
…
input.c
…
input.h
…
main.c
py: Fix bug where GC collected native/viper/asm function data.
2014-08-24 16:28:17 +01:00
Makefile
Add pip-micropython to unix make install.
2014-08-26 16:03:57 +01:00
modffi.c
Change some parts of the core API to use mp_uint_t instead of uint/int.
2014-08-30 00:35:11 +01:00
modos.c
…
modsocket.c
Change some parts of the core API to use mp_uint_t instead of uint/int.
2014-08-30 00:35:11 +01:00
modtermios.c
unix, modtermios: Make it properly configurable; fix spelling mistake.
2014-08-24 13:19:22 +01:00
modtime.c
…
mpconfigport.h
py: Fix bug where GC collected native/viper/asm function data.
2014-08-24 16:28:17 +01:00
mpconfigport.mk
…
qstrdefsport.h
…
seg_helpers.c
…