aboutsummaryrefslogtreecommitdiff
path: root/zephyr
AgeCommit message (Expand)Author
2017-01-21zephyr: Enable SLIP networking for the default build.Paul Sokolovsky
2017-01-21zephyr: Add separate Zephyr config for "minimal" build.Paul Sokolovsky
2017-01-21zephyr: Remove deprecated .mdef file.Paul Sokolovsky
2017-01-20zephyr/help: Update n_args param type to size_t.Paul Sokolovsky
2016-12-18zephyr: Enable slice subscription.Paul Sokolovsky
2016-12-17zephyr/uart_core: Access console UART directly instead of printk() hack.Paul Sokolovsky
2016-12-16zephyr: Use core-provided keyboard exception object.Paul Sokolovsky
2016-12-16zephyr/main: Initialize sys.path and sys.argv.Paul Sokolovsky
2016-12-15zephyr: Implement soft reset feature.Paul Sokolovsky
2016-12-15zephyr: Support raw REPL.Paul Sokolovsky
2016-12-04zephyr: Switch to Zephyr 1.6 unified kernel API.Paul Sokolovsky
2016-11-30zephyr/zephyr_getchar: Update to Zephyr 1.6 unified kernel API.Paul Sokolovsky
2016-11-30zephyr: Add .gitignore to ignore Zephyr's "outdir" directory.Paul Sokolovsky
2016-11-09zephyr/mphalport.h: Update for new "unified" kernal API (sleep functions).Paul Sokolovsky
2016-11-05zephyr/Makefile: Add -fomit-frame-pointer.Paul Sokolovsky
2016-11-05zephyr/Makefile: Add minimal port.Paul Sokolovsky
2016-11-04zephyr/Makefile: Allow to override Zephyr config from make command line.Paul Sokolovsky
2016-11-04zephyr/Makefile: Update comments to the current state of affairs.Paul Sokolovsky
2016-11-04zephyr/Makefile: Allow to adjust heap size from make command line.Paul Sokolovsky
2016-11-04zephyr/mpconfigport.h: Move less important params to the bottom.Paul Sokolovsky
2016-10-29extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.Paul Sokolovsky
2016-10-28zephyr/README: Update for the current featureset, add more info.Paul Sokolovsky
2016-10-28zephyr: Support time -> utime module "weaklink".Paul Sokolovsky
2016-10-28zephyr/zephyr_getchar: Update for recent Zephyr refactor of console hooks.Paul Sokolovsky
2016-10-27zephyr: Initial implementation of machine.Pin.Daniel Thompson
2016-10-26zephyr: Use board/SoC values for startup banner based on Zephyr config.Vincenzo Frascino
2016-10-26zephyr: Fix mp_hal_set_interrupt_char() declaration to be compatible.Paul Sokolovsky
2016-10-22zephyr: Implement utime module.Daniel Thompson
2016-10-21py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.Paul Sokolovsky
2016-10-12zephyr: Add copyright blurbs.Paul Sokolovsky
2016-10-12zephyr/mpconfigport.h: Fix rebasing artifacts.Paul Sokolovsky
2016-10-12zephyr: Implement the help() function.Daniel Thompson
2016-10-12zephyr/Makefile: Be sure to extra qstr's from port sources.Paul Sokolovsky
2016-10-10zephyr: Add Ctrl+C handling.Paul Sokolovsky
2016-10-10zephyr/zephyr_getchar: Add support for Ctrl+C handling.Paul Sokolovsky
2016-10-10zephyr/main: Execute main.py frozen module on boot, if available.Paul Sokolovsky
2016-10-10zephyr: Enable frozen modules support.Paul Sokolovsky
2016-10-10zephyr: Enable stack checking and micropython.mem_info().Paul Sokolovsky
2016-10-10zephyr: Add README.Paul Sokolovsky
2016-10-10zephyr: Use recently added "make outputexports" Zephyr target.Daniel Thompson
2016-10-10zephyr/Makefile: Automatically derive target-specific CFLAGS.Paul Sokolovsky
2016-10-10zephyr: Support extra make targetsDaniel Thompson
2016-10-10zephyr: Automatically derive ARCH.Daniel Thompson
2016-10-10zephyr: Switch to microkernel, required for network to work in background.Paul Sokolovsky
2016-10-10zephyr: Add zephyr_getchar module to handle console input.Paul Sokolovsky
2016-10-10zephyr: Initial Zephyr RTOS port, Zephyr part.Paul Sokolovsky
2016-10-10zephyr: Initial Zephyr RTOS port, MicroPython part.Paul Sokolovsky