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
/
zephyr
Age
Commit message (
Expand
)
Author
2016-10-22
zephyr: Implement utime module.
Daniel Thompson
2016-10-21
py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.
Paul Sokolovsky
2016-10-12
zephyr: Add copyright blurbs.
Paul Sokolovsky
2016-10-12
zephyr/mpconfigport.h: Fix rebasing artifacts.
Paul Sokolovsky
2016-10-12
zephyr: Implement the help() function.
Daniel Thompson
2016-10-12
zephyr/Makefile: Be sure to extra qstr's from port sources.
Paul Sokolovsky
2016-10-10
zephyr: Add Ctrl+C handling.
Paul Sokolovsky
2016-10-10
zephyr/zephyr_getchar: Add support for Ctrl+C handling.
Paul Sokolovsky
2016-10-10
zephyr/main: Execute main.py frozen module on boot, if available.
Paul Sokolovsky
2016-10-10
zephyr: Enable frozen modules support.
Paul Sokolovsky
2016-10-10
zephyr: Enable stack checking and micropython.mem_info().
Paul Sokolovsky
2016-10-10
zephyr: Add README.
Paul Sokolovsky
2016-10-10
zephyr: Use recently added "make outputexports" Zephyr target.
Daniel Thompson
2016-10-10
zephyr/Makefile: Automatically derive target-specific CFLAGS.
Paul Sokolovsky
2016-10-10
zephyr: Support extra make targets
Daniel Thompson
2016-10-10
zephyr: Automatically derive ARCH.
Daniel Thompson
2016-10-10
zephyr: Switch to microkernel, required for network to work in background.
Paul Sokolovsky
2016-10-10
zephyr: Add zephyr_getchar module to handle console input.
Paul Sokolovsky
2016-10-10
zephyr: Initial Zephyr RTOS port, Zephyr part.
Paul Sokolovsky
2016-10-10
zephyr: Initial Zephyr RTOS port, MicroPython part.
Paul Sokolovsky