aboutsummaryrefslogtreecommitdiff
path: root/ports/zephyr
AgeCommit message (Expand)Author
2019-10-22py: Automatically provide weak links from "foo" to "ufoo" module name.Damien George
2019-05-24zephyr: Switch back to enabling I2C in board-specific configs.Paul Sokolovsky
2019-05-24zephyr/README: Reorder content related to recently added I2C.Paul Sokolovsky
2019-05-20zephyr/machine_i2c: Update to support new C-level I2C API.Damien George
2019-04-11zephyr/CMakeLists.txt: Set AR to point to the Zephyr toolchain exe.Damiano Mazzella
2019-03-26zephyr/i2c: Add support for hardware i2c.Maureen Helm
2019-03-12zephyr/prj_frdm_kw41z.conf: Add new board configuration.Maureen Helm
2019-03-12zephyr/prj_frdm_k64f.conf: Add fxos8700 sensor.Maureen Helm
2019-03-12zephyr/Makefile: Proxy ram_report, rom_report targets from Zephyr.Paul Sokolovsky
2019-03-12zephyr/prj_minimal.conf: Switch to CONFIG_STDOUT_CONSOLE.Paul Sokolovsky
2019-03-12zephyr/modzsensor: Rename "TEMP" sensor channel to "DIE_TEMP".Paul Sokolovsky
2019-03-12zephyr/modzephyr: Revamp stacks_analyze() call.Paul Sokolovsky
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2019-01-31py/warning: Support categories for warnings.Paul Sokolovsky
2018-10-22py/objstr: Make str.count() method configurable.Paul Sokolovsky
2018-09-14zephyr/CMakeLists: Update for latest Zephyr CMake usage refactorings.Paul Sokolovsky
2018-09-14zephyr/prj_base.conf: Update for net_config subsys refactor.Paul Sokolovsky
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