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
/
ports
/
unix
Age
Commit message (
Expand
)
Author
2020-01-26
unix: Release GIL during all system calls.
David Lechner
2020-01-24
unix/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use.
Damien George
2020-01-24
tests/unix: Add coverage tests for mp_obj_is_type() and variants.
Yonatan Goldschmidt
2020-01-23
tests/unix: Add coverage test for mp_obj_new_exception_args.
Damien George
2020-01-22
tests/unix: Add coverage tests for pairheap data structure.
Damien George
2020-01-14
tests/unix: Add coverage test for new mp_obj_int_get_uint_checked func.
Damien George
2020-01-12
lib/mp-readline: Add word-based move/delete EMACS key sequences.
Yonatan Goldschmidt
2020-01-12
unix: Rename unix binaries to micropython-variant (not _variant).
Jim Mussared
2020-01-12
unix: Add placeholder DEV variant with settrace enabled.
Jim Mussared
2020-01-12
unix: Add build variants, analogous to boards on bare-metal.
Jim Mussared
2019-12-28
py/objslice: Add support for indices() method on slice objects.
Nicko van Someren
2019-12-28
unix/modos: Add uos.rename and uos.rmdir.
Damien George
2019-12-28
unix/modtime: Add utime.mktime function, to complement utime.localtime.
Andrew Leech
2019-12-27
py: Introduce MP_ROM_NONE macro for ROM to refer to None object.
Damien George
2019-11-21
unix/modtermios: Fix output speed setter in tcsetattr.
Laurens Valk
2019-11-11
extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.
Damien George
2019-10-30
extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately.
Damien George
2019-10-29
unix/mphalport.h: Define mp_hal_stdio_poll to dummy because it's unused.
Damien George
2019-10-29
unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build.
Damien George
2019-10-22
unix,windows: Enable module weak links.
Damien George
2019-10-21
unix: Allow building without a manifest.
Jim Mussared
2019-10-21
tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.
Jim Mussared
2019-10-15
unix: Convert to use FROZEN_MANIFEST to specify frozen code.
Damien George
2019-10-15
ports: Add new make target "submodules" which inits required modules.
Damien George
2019-10-01
py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx.
Damien George
2019-10-01
unix/coverage: Add coverage tests for ringbuf.
Jim Mussared
2019-09-26
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
Josh Lloyd
2019-08-30
py: Integrate sys.settrace feature into the VM and runtime.
Milan Rossa
2019-08-28
py: Add global default_emit_opt variable to make emit kind persistent.
Damien George
2019-08-28
unix/main: Only accept full emit cmd-line options if native enabled.
Damien George
2019-08-19
extmod/modure: Make regex dump-code debugging feature optional.
Damien George
2019-08-17
py/modmath: Implement math.isclose() for non-complex numbers.
stijn
2019-08-16
gitignore: Put build-*/ pattern in top-level gitignore file.
Damien George
2019-08-15
unix: Enable sys.atexit, triggered after the main script ends.
Milan Rossa
2019-07-09
unix/unix_mphal: Include time.h for CLOCK_MONOTONIC.
Paul m. p. P
2019-06-26
unix/unix_mphal: Use CLOCK_MONOTONIC for ticks_ms/us when available.
Mikhail Zakharov
2019-06-05
unix/mpconfigport.mk: Update comment about TLS implementations.
Damien George
2019-05-28
unix/modusocket: Raise ETIMEDOUT when connect or accept has timeout.
Damien George
2019-05-17
various: Update early copyright years to match actual edit history.
Damien George
2019-05-17
various: Add and update my copyright line based on git history.
Paul Sokolovsky
2019-05-14
py/objarray: Add support for memoryview.itemsize attribute.
stijn
2019-05-08
unix/modusocket: Fix use of setsockopt in usocket.settimeout impl.
Elad Namdar
2019-05-06
extmod/moducryptolib: Add AES-CTR support.
Yonatan Goldschmidt
2019-05-03
unix/coverage: Add test for printing literal % character.
Damien George
2019-05-01
unix/gcollect: Make sure stack/regs get captured properly for GC.
stijn
2019-03-27
unix/mpthreadport: Use named semaphores on Mac OS X.
Damiano Mazzella
2019-03-08
unix/Makefile: Update coverage tests to match those in Travis.
Damien George
2019-03-05
ports: Update to work with new oofatfs version.
Damien George
2019-02-25
unix/modffi: Eliminate unused-argument warning when debugging disabled.
Damien George
2019-02-14
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
Yonatan Goldschmidt
[prev]
[next]