This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
unix
History
Antonin ENFRUN
ceac71f1f5
unix: Add asm statements needed to read registers with clang. Code generated by gcc 4.9.0 is unchanged (same statements, different order).
...
Both are inefficient, saving unmodified registers on the stack.
2014-05-12 09:06:18 +02:00
..
.gitignore
Revamp qstrs: they now include length and hash.
2014-01-21 21:40:13 +00:00
file.c
Add license header to (almost) all files.
2014-05-03 23:27:38 +01:00
gccollect.c
unix: Add asm statements needed to read registers with clang. Code generated by gcc 4.9.0 is unchanged (same statements, different order).
2014-05-12 09:06:18 +02:00
input.c
unix: Add missing stdio.h header for readline.
2014-05-07 15:33:15 +01:00
input.h
Add input command for unix
2014-05-07 07:19:51 -07:00
main.c
modsys, unix: Add sys.exit(), should be implemented by a port.
2014-05-10 16:56:21 +03:00
Makefile
unix: Create __bss_start and _end symbols for Mach-O targets.
2014-05-12 00:13:10 +02:00
modffi.c
Add license header to (almost) all files.
2014-05-03 23:27:38 +01:00
modsocket.c
unix modsocket: Add comments re: recv() vs read(), etc. semantics.
2014-05-07 02:17:14 +03:00
modtime.c
mingw: Fix compilation issues
2014-05-10 10:42:40 +02:00
mpconfigport.h
py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT.
2014-05-11 17:35:43 +01:00
mpconfigport.mk
New config option MICROPY_FORCE_32BIT (defaulted to 0)
2014-04-16 01:46:01 +01:00
order.def
unix: Create __bss_start and _end symbols for Mach-O targets.
2014-05-12 00:13:10 +02:00
qstrdefsport.h
Add input command for unix
2014-05-07 07:19:51 -07:00
seg_helpers.c
unix: Create __bss_start and _end symbols for Mach-O targets.
2014-05-12 00:13:10 +02:00