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
2017-03-12
zephyr: Make sure that generated prj.conf is updated only on content changes.
Paul Sokolovsky
2017-03-09
zephyr/modzephyr: Fix typo in identifier.
Paul Sokolovsky
2017-03-08
zephyr/modzephyr: Add a module for Zephyr-specific things.
Paul Sokolovsky
2017-02-17
zephyr/README: Network startup issues with frdm_k64f resolved.
Paul Sokolovsky
2017-02-14
zephyr/main: Don't unconditionally dump stats on each GC.
Paul Sokolovsky
2017-02-14
zephyr: Add qemu_cortex_m3 config fragment.
Paul Sokolovsky
2017-02-14
zephyr: Enable IPv6 networking in addition to IPv4.
Paul Sokolovsky
2017-02-01
zephyr/README: Describe many gotchas of networked builds.
Paul Sokolovsky
2017-01-30
zephyr/Makefile.zephyr: Support and default to networked (SLIP) QEMU.
Paul Sokolovsky
2017-01-27
zephyr/prj_frdm_k64f.conf: Add, enable Ethernet support.
Paul Sokolovsky
2017-01-27
zephyr: Allow to have per-board Zephyr config fragments.
Paul Sokolovsky
2017-01-27
zephyr: Make sure that correct Zephyr config is used for "minimal" build.
Paul Sokolovsky
2017-01-22
zephyr: Convert to use builtin help function.
Damien George
2017-01-21
zephyr: Enable SLIP networking for the default build.
Paul Sokolovsky
2017-01-21
zephyr: Add separate Zephyr config for "minimal" build.
Paul Sokolovsky
2017-01-21
zephyr: Remove deprecated .mdef file.
Paul Sokolovsky
2017-01-20
zephyr/help: Update n_args param type to size_t.
Paul Sokolovsky
2016-12-18
zephyr: Enable slice subscription.
Paul Sokolovsky
2016-12-17
zephyr/uart_core: Access console UART directly instead of printk() hack.
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-12-04
zephyr: Switch to Zephyr 1.6 unified kernel API.
Paul Sokolovsky
2016-11-30
zephyr/zephyr_getchar: Update to Zephyr 1.6 unified kernel API.
Paul Sokolovsky
2016-11-30
zephyr: Add .gitignore to ignore Zephyr's "outdir" directory.
Paul Sokolovsky
2016-11-09
zephyr/mphalport.h: Update for new "unified" kernal API (sleep functions).
Paul Sokolovsky
2016-11-05
zephyr/Makefile: Add -fomit-frame-pointer.
Paul Sokolovsky
2016-11-05
zephyr/Makefile: Add minimal port.
Paul Sokolovsky
2016-11-04
zephyr/Makefile: Allow to override Zephyr config from make command line.
Paul Sokolovsky
2016-11-04
zephyr/Makefile: Update comments to the current state of affairs.
Paul Sokolovsky
2016-11-04
zephyr/Makefile: Allow to adjust heap size from make command line.
Paul Sokolovsky
2016-11-04
zephyr/mpconfigport.h: Move less important params to the bottom.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.
Paul Sokolovsky
2016-10-28
zephyr/README: Update for the current featureset, add more info.
Paul Sokolovsky
2016-10-28
zephyr: Support time -> utime module "weaklink".
Paul Sokolovsky
2016-10-28
zephyr/zephyr_getchar: Update for recent Zephyr refactor of console hooks.
Paul Sokolovsky
2016-10-27
zephyr: Initial implementation of machine.Pin.
Daniel Thompson
2016-10-26
zephyr: Use board/SoC values for startup banner based on Zephyr config.
Vincenzo Frascino
2016-10-26
zephyr: Fix mp_hal_set_interrupt_char() declaration to be compatible.
Paul Sokolovsky
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
[next]