This website requires JavaScript.
Explore
Help
Sign In
m5
/
Core2forAWS-MicroPython
Watch
0
Star
0
Fork
0
You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced
2026-05-20 10:30:31 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
21c51f0bdead583cda2271b6370e65ce3ff53258
Core2forAWS-MicroPython
/
unix
T
History
Paul Sokolovsky
21c51f0bde
ffi: Fix mp_obj_str_get_data() return type.
2014-02-08 22:00:15 +02:00
..
.gitignore
Revamp qstrs: they now include length and hash.
2014-01-21 21:40:13 +00:00
ffi.c
ffi: Fix mp_obj_str_get_data() return type.
2014-02-08 22:00:15 +02:00
file.c
io.File, socket types: Add fileno() method.
2014-02-08 21:20:32 +02:00
main.c
Rename "rawsocket" module to "microsocket".
2014-02-08 21:20:32 +02:00
Makefile
unix: Add basic time module (with time() and clock() functions).
2014-02-02 01:34:11 +02:00
mpconfigport.h
Implement fixed buffer vstrs; use them for import path.
2014-02-06 21:11:19 +00:00
mpconfigport.mk
unix: Add basic time module (with time() and clock() functions).
2014-02-02 01:34:11 +02:00
qstrdefsport.h
Rename "rawsocket" module to "microsocket".
2014-02-08 21:20:32 +02:00
socket.c
io.File, socket types: Add fileno() method.
2014-02-08 21:20:32 +02:00
time.c
unix time.clock(): Actually return float value.
2014-02-02 08:58:16 +02:00