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