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
/
variants
/
coverage
Age
Commit message (
Expand
)
Author
2021-04-01
examples/usercmodules: Simplify user C module enabling.
Damien George
2020-10-29
unix/Makefile: Move coverage.c and coveragecpp.cpp to coverage variant.
Damien George
2020-10-29
examples: Add example code for user C modules, both C and C++.
stijn
2020-10-01
unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build.
Damien George
2020-09-18
tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.
Damien George
2020-09-08
unix: Implement BLE H4 HCI UART for btstack/nimble.
Jim Mussared
2020-07-01
unix: Make manifest selection match other ports.
Jim Mussared
2020-04-29
unix: Enable modbluetooth on the "dev" and "coverage" variants.
Jim Mussared
2020-04-18
all: Enable extra conversion warnings where applicable.
stijn
2020-04-13
unix: Fix behaviour of COPT/NDEBUG for unix variants.
Jim Mussared
2020-04-05
ports: Enable error text compression for various ports, but not all.
Jim Mussared
2020-03-26
unix: Enable uasyncio C helper module on coverage build.
Damien George
2020-03-18
unix: Remove custom file implementation to use extmod's VFS POSIX one.
Damien George
2020-03-11
py/modmicropython: Add heap_locked function to test state of heap.
Andrew Leech
2020-01-24
unix/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use.
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 build variants, analogous to boards on bare-metal.
Jim Mussared