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-04-04
zephyr/modusocket: Factor out socket_new() function.
Paul Sokolovsky
2017-04-04
zephyr/modusocket: Be sure to use MP_OBJ_FROM_PTR.
Paul Sokolovsky
2017-04-03
zephyr/prj_base.conf: Add config for net_buf logging.
Paul Sokolovsky
2017-04-02
zephyr/modusocket: Implement recv() for TCP sockets.
Paul Sokolovsky
2017-04-01
zephyr/modusocket: Implement recv() for UDP sockets.
Paul Sokolovsky
2017-04-01
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Damien George
2017-03-31
zephyr/modusocket: Implement send().
Paul Sokolovsky
2017-03-31
zephyr/modusocket: Implement bind() and connect().
Paul Sokolovsky
2017-03-31
zephyr: Integrate modusocket into build.
Paul Sokolovsky
2017-03-31
zephyr/modusocket: Initial version of usocket module for Zephyr.
Paul Sokolovsky
2017-03-30
zephyr: Fix NLR segfault in minimal build.
Paul Sokolovsky
2017-03-30
zephyr/Makefile: Add workaround (fix?) for broken builds for DTS targets.
Paul Sokolovsky
2017-03-30
zephyr/Makefile: Rework to use modern, official build integration.
Paul Sokolovsky
2017-03-29
zephyr/prj_base.conf: Enable TCP (and UDP explicitly).
Paul Sokolovsky
2017-03-27
zephyr/prj_base.conf: Disable legacy kernel compatibility.
Paul Sokolovsky
2017-03-27
zephyr/zephyr_getchar: Use native k_sem instead of legacy nano_sem.
Paul Sokolovsky
2017-03-26
py/nlrx86: Better check for Zephyr (requires 1.7).
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-03-12
zephyr: Move "minimal" configuration building to a separate wrapper script.
Paul Sokolovsky
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
[next]