index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zephyr
/
main.c
Age
Commit message (
Expand
)
Author
2017-04-22
zephyr/main: Configure IPv4 netmask and gateway to allow Internet access.
Paul Sokolovsky
2017-03-14
zephyr/main: Move lexer constructor to within NLR handler block.
Damien George
2017-03-14
zephyr/main: Remove unused __fatal_error().
Paul Sokolovsky
2017-03-13
zephyr/main: nlr_jump_fail: Fix noreturn warning.
Paul Sokolovsky
2017-02-14
zephyr/main: Don't unconditionally dump stats on each GC.
Paul Sokolovsky
2017-02-14
zephyr: Enable IPv6 networking in addition to IPv4.
Paul Sokolovsky
2017-01-21
zephyr: Enable SLIP networking for the default build.
Paul Sokolovsky
2017-01-21
zephyr: Remove deprecated .mdef file.
Paul Sokolovsky
2016-12-16
zephyr: Use core-provided keyboard exception object.
Paul Sokolovsky
2016-12-16
zephyr/main: Initialize sys.path and sys.argv.
Paul Sokolovsky
2016-12-15
zephyr: Implement soft reset feature.
Paul Sokolovsky
2016-12-15
zephyr: Support raw REPL.
Paul Sokolovsky
2016-11-05
zephyr/Makefile: Add minimal port.
Paul Sokolovsky
2016-11-04
zephyr/Makefile: Allow to adjust heap size from make command line.
Paul Sokolovsky
2016-10-12
zephyr: Add copyright blurbs.
Paul Sokolovsky
2016-10-10
zephyr: Add 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 stack checking and micropython.mem_info().
Paul Sokolovsky
2016-10-10
zephyr: Initial Zephyr RTOS port, MicroPython part.
Paul Sokolovsky