index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zephyr
/
main.c
Age
Commit message (
Expand
)
Author
2017-05-17
zephyr/main: Check default netif before applying operations to it.
Paul Sokolovsky
2017-05-02
zephyr/main: Remove superfluous include.
Paul Sokolovsky
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