aboutsummaryrefslogtreecommitdiff
path: root/ports/zephyr
AgeCommit message (Expand)Author
2018-06-27zephyr: Rename CONFIG_CONSOLE_PULL to CONFIG_CONSOLE_SUBSYS.Damien George
2018-06-27zephyr/prj_qemu_x86.conf: Remove outdated CONFIG_RAM_SIZE.Paul Sokolovsky
2018-06-27zephyr/prj_base.conf: Remove outdated CONFIG_NET_NBUF_RX_COUNT option.Paul Sokolovsky
2018-05-21zephyr/Makefile: Add kobj_types_h_target to Z_EXPORTS.Paul Sokolovsky
2018-05-21zephyr: Add prj_disco_l475_iot1.conf with sensor drivers.Paul Sokolovsky
2018-05-21zephyr/prj_base.conf: Enable DHCP and group static IPs together.Paul Sokolovsky
2018-05-21zephyr/modzsensor: Zephyr sensor subsystem bindings.Paul Sokolovsky
2018-05-21zephyr/mpconfigport.h: Enable uhashlib and ubinascii modules.Paul Sokolovsky
2018-05-21zephyr/main: After builtin testsuite, drop to REPL.Paul Sokolovsky
2018-05-21zephyr/README: Hint about existence of qemu_x86_nommu.Paul Sokolovsky
2018-04-10py/stream: Switch stream close operation from method to ioctl.Damien George
2017-12-26zephyr/main: Remove unused do_str() function.Paul Sokolovsky
2017-12-26zephyr/Makefile: clean: Clean libmicropython.a too.Paul Sokolovsky
2017-12-15zephyr/prj_base.conf: Bump MAIN_STACK_SIZE to let builtin testsuite run.Paul Sokolovsky
2017-12-15zephyr: Add support for binary with builtin testsuite.Paul Sokolovsky
2017-12-08zephyr/main: Move var declarations to the top of file.Paul Sokolovsky
2017-12-06zephyr/CMakeLists.txt: Properly separate CFLAGS parts gotten from CMake.Paul Sokolovsky
2017-12-06zephyr/CMakeLists.txt: Update for latest Zephyr buildsys changes.Paul Sokolovsky
2017-12-01zephyr/Makefile: syscall_macros.h generation was moved from CMake to make.Paul Sokolovsky
2017-11-28zephyr/Makefile: Make prj_$(BOARD).conf optional, again.Paul Sokolovsky
2017-11-28zephyr/Makefile: Convert to new CMake-based Zephyr build system.Paul Sokolovsky
2017-11-28zephyr/prj_base.conf: Force zephyr.bin build output.Paul Sokolovsky
2017-11-28zephyr/Makefile: clean: Remove generated prj_*_merged.conf.Paul Sokolovsky
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-11-01zephyr/README: "make qemu" was replaced with "make run".Paul Sokolovsky
2017-10-07zephyr: Switch to interrupt-driven pull-style console.Paul Sokolovsky
2017-10-07zephyr: Use CONFIG_NET_APP_SETTINGS to setup initial network addresses.Paul Sokolovsky
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-12py/builtinhelp: Change signature of help text var from pointer to array.Damien George
2017-09-10zephyr/Makefile: Revamp "test" target after ports were moved to ports/.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