aboutsummaryrefslogtreecommitdiff
path: root/ports/unix/mpconfigport.h
AgeCommit message (Expand)Author
2020-11-13unix: Handle pending events/scheduler in MICROPY_EVENT_POLL_HOOK.Andrew Leech
2020-10-20unix/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.Andrew Leech
2020-09-08unix: Implement BLE H4 HCI UART for btstack/nimble.Jim Mussared
2020-09-08extmod/modbluetooth: Refactor stack/hci/driver/port bindings.Jim Mussared
2020-09-01extmod/vfs: Add option to use 1970 as Epoch.Damien George
2020-04-30all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour.Damien George
2020-04-29all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared
2020-04-29unix: Add support for modbluetooth and BLE using btstack.Jim Mussared
2020-04-29unix/modmachine: Add machine.idle(), implemented using sched_yield.Jim Mussared
2020-04-18all: Enable extra conversion warnings where applicable.stijn
2020-04-13unix: Implement MICROPY_BEGIN/END_ATOMIC_SECTION protection macros.Jim Mussared
2020-03-25unix: Remove custom definition of MP_PLAT_PRINT_STRN.David Lechner
2020-03-18unix: Remove custom file implementation to use extmod's VFS POSIX one.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-26unix: Release GIL during all system calls.David Lechner
2020-01-12unix: Add build variants, analogous to boards on bare-metal.Jim Mussared
2019-12-28py/objslice: Add support for indices() method on slice objects.Nicko van Someren
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-10-22unix,windows: Enable module weak links.Damien George
2019-10-21unix: Allow building without a manifest.Jim Mussared
2019-08-30py: Integrate sys.settrace feature into the VM and runtime.Milan Rossa
2019-08-17py/modmath: Implement math.isclose() for non-complex numbers.stijn
2019-08-15unix: Enable sys.atexit, triggered after the main script ends.Milan Rossa
2019-03-05ports: Update to work with new oofatfs version.Damien George
2019-02-14extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.Yonatan Goldschmidt
2018-09-26unix/mpconfigport.h: Enable MICROPY_PY_UHASHLIB_MD5 for uhashlib.md5.Paul Sokolovsky
2018-08-02py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.Damien George
2018-06-27unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB.Paul Sokolovsky
2018-06-12ports: Enable IOBase on unix, stm32, esp8266 and esp32.Damien George
2018-06-06unix: Support MICROPY_VFS_POSIX and enable it in coverage build.Damien George
2018-05-22ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.Damien George
2018-02-21ports: Enable ucollections.deque on relevant ports.Damien George
2017-12-16unix/mpconfigport.h: Allow to override stackless options from commandline.Paul Sokolovsky
2017-12-10unix/mpconfigport: Disable uio.resource_stream().Paul Sokolovsky
2017-11-12extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library.Christopher Cooper
2017-10-28unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.Paul Sokolovsky
2017-09-26py: Add config option to print warnings/errors to stderr.David Lechner
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George