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