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
/
Makefile
Age
Commit message (
Expand
)
Author
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George
2020-11-24
extmod/modbluetooth: Add API for L2CAP channels.
Jim Mussared
2020-11-13
extmod/modbluetooth: Re-instate optional no-ringbuf modbluetooth.
Jim Mussared
2020-10-29
unix/Makefile: Move coverage.c and coveragecpp.cpp to coverage variant.
Damien George
2020-10-29
esp32,unix: Support building C++ code.
stijn
2020-10-22
unix: Enable more warnings.
Emil Renner Berthing
2020-09-08
unix: Implement BLE H4 HCI UART for btstack/nimble.
Jim Mussared
2020-09-08
unix/Makefile: Always enable -f*-sections regardless of DEBUG setting.
Jim Mussared
2020-09-08
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
Jim Mussared
2020-07-01
unix: Make manifest selection match other ports.
Jim Mussared
2020-04-29
all: Factor gchelper code to one place and use it for unix & ARM ports.
Jim Mussared
2020-04-29
unix: Add btstack to the unix submodules list.
Jim Mussared
2020-04-29
unix: Enable modbluetooth on the "dev" and "coverage" variants.
Jim Mussared
2020-04-29
unix: Add support for modbluetooth and BLE using btstack.
Jim Mussared
2020-04-18
all: Enable extra conversion warnings where applicable.
stijn
2020-04-13
unix/Makefile: Fix regression using install on non-GNU systems.
David Lechner
2020-04-13
unix: Fix behaviour of COPT/NDEBUG for unix variants.
Jim Mussared
2020-03-18
unix: Remove custom file implementation to use extmod's VFS POSIX one.
Damien George
2020-03-11
unix/Makefile: Detect and pass thru mpy-cross flags when running tests.
Damien George
2020-02-16
unix/Makefile: Allow to install all variants of the executable.
David Lechner
2020-02-16
unix/Makefile: Remove old variant targets that are no longer needed.
Damien George
2020-01-24
unix/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use.
Damien George
2020-01-12
unix: Add build variants, analogous to boards on bare-metal.
Jim Mussared
2019-11-11
extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.
Damien George
2019-10-30
extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately.
Damien George
2019-10-29
unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build.
Damien George
2019-10-21
unix: Allow building without a manifest.
Jim Mussared
2019-10-15
unix: Convert to use FROZEN_MANIFEST to specify frozen code.
Damien George
2019-10-15
ports: Add new make target "submodules" which inits required modules.
Damien George
2019-03-08
unix/Makefile: Update coverage tests to match those in Travis.
Damien George
2019-03-05
ports: Update to work with new oofatfs version.
Damien George
2018-10-19
unix/Makefile: Allow to override/omit pthread lib name.
Paul Sokolovsky
2018-09-10
unix/Makefile: Build libffi inside $BUILD.
Paul Sokolovsky
2018-09-08
unix/Makefile: Remove building of libaxtls.a which is no longer needed.
Damien George
2018-08-14
unix/Makefile: Enable ussl module with nanbox build.
Damien George
2018-08-14
unix/Makefile: coverage: Explicitly build "axtls" too.
Paul Sokolovsky
2018-02-14
unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C.
Damien George
2018-02-08
.travis.yml,ports/unix/Makefile: Add coverage test for script via stdin.
Damien George
2017-12-16
unix/Makefile: coverage: Allow user to pass CFLAGS_EXTRA.
Paul Sokolovsky
2017-10-23
unix: Rename modsocket.c to modusocket.c.
Paul Sokolovsky
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George