index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
Age
Commit message (
Expand
)
Author
2016-03-02
unix/modsocket: Add comment regarding close() error checking (which is none).
Paul Sokolovsky
2016-02-25
unix: Enabled importing of persistent bytecode (.mpy files).
Damien George
2016-02-15
extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf.
Paul Sokolovsky
2016-02-15
extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.
Paul Sokolovsky
2016-02-15
extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio.
Paul Sokolovsky
2016-02-15
py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality.
Paul Sokolovsky
2016-02-14
unix: Enable VfsFat support.
Paul Sokolovsky
2016-02-06
unix/file: Stop assuming that O_RDWR == O_RDONLY | O_WRONLY.
Paul Sokolovsky
2016-02-01
py/mpprint: Fix sign extension when printf'ing %u, %x and %X.
Damien George
2016-01-29
py/runtime: mp_stack_ctrl_init() should be called immediately on startup.
Paul Sokolovsky
2016-01-29
unix/main: Remove debug code left from MP_OBJ_TO_PTR refactor.
Paul Sokolovsky
2016-01-28
lib/utils/printf: Fix printf on release builds
Dave Hylands
2016-01-27
unix/modsocket: sockaddr(): Handle AF_INET6 addresses.
Paul Sokolovsky
2016-01-26
extmod/modurandom: Add some extra random functions.
Damien George
2016-01-21
unix/modsocket: accept(): Make IPv6-clean.
Paul Sokolovsky
2016-01-17
extmod/modurandom: Add "urandom" module.
Paul Sokolovsky
2016-01-15
unix/modffi: Allow to compile modffi in OBJ_REPR_D mode.
Damien George
2016-01-15
unix/.gitignore: Add nanbox build output to ignore list.
Damien George
2016-01-15
unix: Add option to build 64-bit NaN-boxing interpreter.
Damien George
2016-01-11
unix: Allow to build coverage build with OBJ_REPR_D.
Damien George
2016-01-11
unix: Add socket.inet_ntop function
Dave Hylands
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2016-01-11
py: Change type signature of builtin funs that take variable or kw args.
Damien George
2016-01-11
py: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Damien George
2016-01-10
unix/modtime: strftime(): Support 2nd argument, but as time_t value.
Paul Sokolovsky
2016-01-03
py: Change struct and macro for builtin fun so they can be type checked.
Damien George
2016-01-02
unix/Makefile: Move include of mpconfigport.mk to before mkenv.mk.
Damien George
2016-01-02
unix/.gitignore: Ignore gcov files.
Paul Sokolovsky
2016-01-01
unix/unix_mphal: Be sure to wrap dupterm code with MICROPY_PY_OS_DUPTERM.
Paul Sokolovsky
2016-01-01
unix/unix_mphal: Handle exceptions in call to dupterm's .read().
Paul Sokolovsky
2016-01-01
extmod/moduos_dupterm: Make mp_uos_dupterm_tx_strn() function reusable.
Paul Sokolovsky
2016-01-01
py: Clean up instantiation of dupterm object.
Paul Sokolovsky
2016-01-01
py/mpconfig: Make configuration of dupterm object reusable.
Paul Sokolovsky
2016-01-01
extmod/moduos_dupterm: Make uos.dupterm() implementation reusable.
Paul Sokolovsky
2015-12-28
unix: Implement uos.dupterm(). Conditional on MICROPY_PY_OS_DUPTERM.
Paul Sokolovsky
2015-12-23
unix/unix_mphal: Raise KeyboardInterrupt straight from signal handler.
Paul Sokolovsky
2015-12-22
unix: Properly cancel REPL input when Ctrl-C is pressed.
Damien George
2015-12-18
unix: machine_mem improvements
Dave Hylands
2015-12-18
ports: Rename "machine" module to "umachine".
Paul Sokolovsky
2015-12-18
windows: Make keyboard_interrupt_obj available, it's standard feature.
Paul Sokolovsky
2015-12-18
unix/unix_mphal: Just consistently set sigaction.sa_flags to 0.
Paul Sokolovsky
2015-12-17
unix/unix_mphal: Properly initialize struct sigaction.
Paul Sokolovsky
2015-12-16
unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros.
Damien George
2015-12-16
unix: Add FreeDos target
pohmelie
2015-12-16
unix/modos: Fix silly bugs in ilistdir tuple creation.
Damien George
2015-12-16
unix/modos: Allow to configure use of d_ino using _DIRENT_HAVE_D_INO.
Damien George
2015-12-16
uos: Add errno() function to get/set errno value.
Paul Sokolovsky
2015-12-14
unix/modos: Implement ilistdir().
Paul Sokolovsky
2015-12-14
unix/modtime: Add strftime() function (only single argument is supported).
Paul Sokolovsky
2015-12-13
unix/moduselect: Make configurable with MICROPY_PY_USELECT.
Paul Sokolovsky
[next]