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
Age
Commit message (
Expand
)
Author
2020-01-29
py/mpthread.h: Use strong type for mp_thread_set_state() argument.
David Lechner
2020-01-29
stm32/powerctrl: For F7, allow PLLM!=HSE when setting PLLSAI to 48MHz.
Damien George
2020-01-27
py/nativeglue: Fix typo about where the native fun table enum is.
Jim Mussared
2020-01-27
py/emitnative: Stop after finding an unwind target.
Jim Mussared
2020-01-27
py/emitnative: Use NULL for pending exception (not None).
Jim Mussared
2020-01-27
tests: Add tests for generator throw and yield-from with exc handlers.
Jim Mussared
2020-01-26
unix/unix_mphal: Add compile check for incompatible GIL+ASYNC_KBD_INTR.
David Lechner
2020-01-26
windows/windows_mphal: Release GIL during system calls.
David Lechner
2020-01-26
py: Release GIL during syscalls in reader and writer code.
David Lechner
2020-01-26
extmod/vfs_posix: Release GIL during system calls.
David Lechner
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: Add boolean-as-integer formatting tests for fixed regression.
Yonatan Goldschmidt
2020-01-24
tests/unix: Add coverage tests for mp_obj_is_type() and variants.
Yonatan Goldschmidt
2020-01-24
py/obj.h: Add and use mp_obj_is_bool() helper.
Yonatan Goldschmidt
2020-01-23
tests/unix: Add coverage test for mp_obj_new_exception_args.
Damien George
2020-01-23
py/objexcept: Optimise mp_obj_new_exception[_arg1/_args] functions.
Damien George
2020-01-23
py/objgenerator: Use mp_obj_new_exception_arg1 to make StopIteration.
Damien George
2020-01-23
py/qstr: Don't include or init qstr_mutex when GIL is enabled.
David Lechner
2020-01-23
py/gc: Don't include or init gc_mutex when GIL is enabled.
David Lechner
2020-01-23
tools/pydfu.py: Clean up syntax, update comments and docstrings.
c0rejump
2020-01-23
tools: Add metrics.py script to build and compute port sizes/metrics.
Damien George
2020-01-22
tests/unix: Add coverage tests for pairheap data structure.
Damien George
2020-01-22
tests/extmod: Add basic machine.Timer test.
Damien George
2020-01-22
stm32/softtimer: Change linear linked list to a pairing heap.
Damien George
2020-01-22
py/pairheap: Add generic implementation of pairing heap data structure.
Damien George
2020-01-22
windows: Support word-based move/delete key sequences for REPL.
stijn
2020-01-22
esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting.
adzierzanowski
2020-01-22
docs/library/uos.rst: Improve block devices section, and ioctl ret vals.
Peter Hinch
2020-01-22
tests: Make run-tests help and README be more descriptive of behaviour.
Thorsten von Eicken
2020-01-15
esp32: Enable NimBLE support on all builds (IDF 3.3 and 4.0).
Jim Mussared
2020-01-14
esp8266/modules: Fix AttributeError in _boot.py if flash not formatted.
JensDiemer
2020-01-14
ports: Modify mp_hal_pin_write macro so it can be used as a function.
Memiks
2020-01-14
tests/unix: Add coverage test for new mp_obj_int_get_uint_checked func.
Damien George
2020-01-14
py/objint: Add mp_obj_int_get_uint_checked() helper.
Yonatan Goldschmidt
2020-01-12
py/mpconfig.h: Define BITS_PER_BYTE only if not already defined.
Yonatan Goldschmidt
2020-01-13
py/obj: Optimise mp_obj_get_type for immediate objs with repr A and C.
Damien George
2020-01-13
py/obj: Add MICROPY_OBJ_IMMEDIATE_OBJS option to reduce code size.
Damien George
2020-01-13
py/obj.h: Redefine qstr object encoding to add immediate obj encoding.
Damien George
2020-01-12
py/nativeglue: Use mp_const_X instead of &mp_const_X_obj.
Damien George
2020-01-12
docs/library: Add / to indicate positional-only args in library docs.
Jason Neal
2020-01-12
esp32/modmachine: Add implementation of machine.soft_reset().
Thorsten von Eicken
2020-01-12
docs/library/machine: Document machine.soft_reset() function.
Thorsten von Eicken
2020-01-12
py/runtime: Move MICROPY_PORT_INIT_FUNC near the end of mp_init().
David Lechner
2020-01-12
lib/mp-readline: Add word-based move/delete EMACS key sequences.
Yonatan Goldschmidt
2020-01-12
lib/mp-readline: Add an assert() to catch buffer overflows.
Yonatan Goldschmidt
2020-01-12
py/unicode: Add unichar_isalnum().
Yonatan Goldschmidt
2020-01-12
docs/README: Add short paragraph about using readthedocs.
Thorsten von Eicken
2020-01-12
unix: Rename unix binaries to micropython-variant (not _variant).
Jim Mussared
2020-01-12
travis: Update travis to specify which unix variant to build.
Jim Mussared
[next]