You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dave Hylands 755b01439b unix: machine_mem improvements 9 years ago
..
.gitignore unix: Update .gitignore; now ignores coverage build. 10 years ago
Makefile unix: Add FreeDos target 9 years ago
alloc.c unix: Add target to build "minimal" uPy interpreter. 10 years ago
coverage.c unix: Fix coverage build now that mp_plat_print uses write. 9 years ago
file.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 9 years ago
gccollect.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 9 years ago
input.c unix/input: Switch to POSIX I/O for history reading/writing. 9 years ago
input.h unix: Support readline history saving to file, improves interactive usage. 10 years ago
main.c windows: Make keyboard_interrupt_obj available, it's standard feature. 9 years ago
modffi.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 9 years ago
modjni.c unix/modjni: Add missing get_jclass_name() function. 9 years ago
modmachine.c unix: machine_mem improvements 9 years ago
modos.c unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros. 9 years ago
modsocket.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 9 years ago
modtermios.c unix/modtermios: DJGPP appears to have unicode-capable cc_t type. 9 years ago
modtime.c unix/modtime: Add strftime() function (only single argument is supported). 9 years ago
moduselect.c unix/moduselect: Make configurable with MICROPY_PY_USELECT. 9 years ago
mpconfigport.h unix: machine_mem improvements 9 years ago
mpconfigport.mk modussl: SSL socket wrapper module based on axTLS. 9 years ago
mpconfigport_fast.h unix: Include upip as fronzen modules inside the standard interpreter. 10 years ago
mpconfigport_freedos.h unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros. 9 years ago
mpconfigport_minimal.h unix: Rename "_os" module to "uos" for consistency with baremetal ports. 9 years ago
mphalport.h unix: Add "uselect" module, with poll() function. 9 years ago
qstrdefsport.h uos: Add errno() function to get/set errno value. 9 years ago
unix_mphal.c unix/unix_mphal: Just consistently set sigaction.sa_flags to 0. 9 years ago