summaryrefslogtreecommitdiff
path: root/zephyr/main.c
AgeCommit message (Collapse)Author
2017-04-22zephyr/main: Configure IPv4 netmask and gateway to allow Internet access.Paul Sokolovsky
2017-03-14zephyr/main: Move lexer constructor to within NLR handler block.Damien George
And raise an exception when mp_lexer_new_from_file is called.
2017-03-14zephyr/main: Remove unused __fatal_error().Paul Sokolovsky
2017-03-13zephyr/main: nlr_jump_fail: Fix noreturn warning.Paul Sokolovsky
2017-02-14zephyr/main: Don't unconditionally dump stats on each GC.Paul Sokolovsky
This was a debug output for initial porting, breaks tests.
2017-02-14zephyr: Enable IPv6 networking in addition to IPv4.Paul Sokolovsky
2017-01-21zephyr: Enable SLIP networking for the default build.Paul Sokolovsky
This makes MicroPython app running in QEMU be pingable from the host (by following QEMU networking setup instructions, https://www.zephyrproject.org/doc/samples/net/qemu_setup.html).
2017-01-21zephyr: Remove deprecated .mdef file.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-11-05zephyr/Makefile: Add minimal port.Paul Sokolovsky
2016-11-04zephyr/Makefile: Allow to adjust heap size from make command line.Paul Sokolovsky
2016-10-12zephyr: Add copyright blurbs.Paul Sokolovsky
2016-10-10zephyr: Add Ctrl+C handling.Paul Sokolovsky
2016-10-10zephyr/main: Execute main.py frozen module on boot, if available.Paul Sokolovsky
2016-10-10zephyr: Enable stack checking and micropython.mem_info().Paul Sokolovsky
2016-10-10zephyr: Initial Zephyr RTOS port, MicroPython part.Paul Sokolovsky