aboutsummaryrefslogtreecommitdiff
path: root/ports/unix
AgeCommit message (Expand)Author
2019-11-21unix/modtermios: Fix output speed setter in tcsetattr.Laurens Valk
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-10-30extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately.Damien George
2019-10-29unix/mphalport.h: Define mp_hal_stdio_poll to dummy because it's unused.Damien George
2019-10-29unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build.Damien George
2019-10-22unix,windows: Enable module weak links.Damien George
2019-10-21unix: Allow building without a manifest.Jim Mussared
2019-10-21tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.Jim Mussared
2019-10-15unix: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15ports: Add new make target "submodules" which inits required modules.Damien George
2019-10-01py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx.Damien George
2019-10-01unix/coverage: Add coverage tests for ringbuf.Jim Mussared
2019-09-26py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.Josh Lloyd
2019-08-30py: Integrate sys.settrace feature into the VM and runtime.Milan Rossa
2019-08-28py: Add global default_emit_opt variable to make emit kind persistent.Damien George
2019-08-28unix/main: Only accept full emit cmd-line options if native enabled.Damien George
2019-08-19extmod/modure: Make regex dump-code debugging feature optional.Damien George
2019-08-17py/modmath: Implement math.isclose() for non-complex numbers.stijn
2019-08-16gitignore: Put build-*/ pattern in top-level gitignore file.Damien George
2019-08-15unix: Enable sys.atexit, triggered after the main script ends.Milan Rossa
2019-07-09unix/unix_mphal: Include time.h for CLOCK_MONOTONIC.Paul m. p. P
2019-06-26unix/unix_mphal: Use CLOCK_MONOTONIC for ticks_ms/us when available.Mikhail Zakharov
2019-06-05unix/mpconfigport.mk: Update comment about TLS implementations.Damien George
2019-05-28unix/modusocket: Raise ETIMEDOUT when connect or accept has timeout.Damien George
2019-05-17various: Update early copyright years to match actual edit history.Damien George
2019-05-17various: Add and update my copyright line based on git history.Paul Sokolovsky
2019-05-14py/objarray: Add support for memoryview.itemsize attribute.stijn
2019-05-08unix/modusocket: Fix use of setsockopt in usocket.settimeout impl.Elad Namdar
2019-05-06extmod/moducryptolib: Add AES-CTR support.Yonatan Goldschmidt
2019-05-03unix/coverage: Add test for printing literal % character.Damien George
2019-05-01unix/gcollect: Make sure stack/regs get captured properly for GC.stijn
2019-03-27unix/mpthreadport: Use named semaphores on Mac OS X.Damiano Mazzella
2019-03-08unix/Makefile: Update coverage tests to match those in Travis.Damien George
2019-03-05ports: Update to work with new oofatfs version.Damien George
2019-02-25unix/modffi: Eliminate unused-argument warning when debugging disabled.Damien George
2019-02-14extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.Yonatan Goldschmidt
2019-02-12unix/modmachine: Handle repeated /dev/mem open errors.Yonatan Goldschmidt
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2019-01-31py/warning: Support categories for warnings.Paul Sokolovsky
2019-01-27py: Add optional support for 2-argument version of built-in next().stijn
2019-01-27unix/mpthreadport: Remove busy wait loop in thread garbage collection.Mikhail Zakharov
2019-01-27unix/mpthreadport: Cleanup used memory on thread exit.Mikhail Zakharov
2019-01-27unix/mpthreadport: Add thread deinit code to stop threads on exit.Mikhail Zakharov
2018-11-26unix/modos: Rename unlink to remove to be consistent with other ports.Paul Sokolovsky
2018-10-23py/objmodule: Implement PEP 562's __getattr__ for modules.Paul m. p. P
2018-10-22py/objstr: Make str.count() method configurable.Paul Sokolovsky
2018-10-19unix/Makefile: Allow to override/omit pthread lib name.Paul Sokolovsky
2018-10-17unix/modffi: Add support for "q"/"Q" specs (int64_t/uint64_t).Paul Sokolovsky
2018-10-17unix/modusocket: Finish socket.settimeout() implementation.Paul Sokolovsky
2018-10-17unix/modusocket: Initial implementation of socket.settimeout().Danielle Madeley