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
/
mpconfigvariant.mk
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-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-01-24
unix/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use.
Damien George
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