This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
mirror of
https://github.com/micropython/micropython.git
synced
2025-09-07 02:10:52 +02:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
50a2d6ff5902a92b4380da934d5a59b1085e9ece
micropython
/
unix
History
Paul Sokolovsky
50a2d6ff59
Fix incorrect prototype of mp_builtin_open() after args refactor.
2014-01-19 07:50:45 +02:00
..
.gitignore
Add unix-cpy, used to test Micro Python byte code against CPython.
2013-12-29 18:01:01 +00:00
file.c
Fix incorrect prototype of mp_builtin_open() after args refactor.
2014-01-19 07:50:45 +02:00
main.c
Merge pull request
#194
from pfalcon/socket
2014-01-18 15:34:30 -08:00
Makefile
Add lean ("raw") socket module.
2014-01-19 00:16:39 +02:00
mpconfigport.h
Add source file name and line number to error messages.
2014-01-18 23:24:36 +00:00
socket.c
Fix warnings about int/pointer casting.
2014-01-18 23:50:12 +00:00