aboutsummaryrefslogtreecommitdiff
path: root/zephyr
AgeCommit message (Expand)Author
2017-04-26zephyr: Add 96b_carbon configuration.Kushal Das
2017-04-22zephyr/main: Configure IPv4 netmask and gateway to allow Internet access.Paul Sokolovsky
2017-04-19zephyr/modmachine: Implement machine.reset().Paul Sokolovsky
2017-04-14socket_send: Don't send more than MTU allows.Paul Sokolovsky
2017-04-13zephyr/modusocket: Strip packet header right in the receive callback.Paul Sokolovsky
2017-04-11zephyr/modusocket: Call net_nbuf_print_frags() in recv callback if DEBUG > 1.Paul Sokolovsky
2017-04-08zephyr/machine_pin: Implement pin protocol for machine.Signal support.Paul Sokolovsky
2017-04-08zephyr/modmachine: Add Signal class.Paul Sokolovsky
2017-04-08zephyr/mpconfigport.h: Fix build if usocket module is disabled.Paul Sokolovsky
2017-04-08zephyr/modusocket: Implement accept().Paul Sokolovsky
2017-04-08zephyr/modusocket: socket_bind: Don't set recv callback on STREAM sockets.Paul Sokolovsky
2017-04-07zephyr/modusocket: Implement listen().Paul Sokolovsky
2017-04-06modusocket: Handle a case when recv_q is empty when EOF is signaled.Paul Sokolovsky
2017-04-05zephyr/modusocket: Factor out "extended k_fifo API".Paul Sokolovsky
2017-04-05zephyr/Makefile: Add "test" target, runs testsuite in QEMU.Paul Sokolovsky
2017-04-04zephyr/zephyr_getchar: Explicitly yield to other threads on char availability.Paul Sokolovsky
2017-04-04zephyr/modusocket: Factor out socket_new() function.Paul Sokolovsky
2017-04-04zephyr/modusocket: Be sure to use MP_OBJ_FROM_PTR.Paul Sokolovsky
2017-04-03zephyr/prj_base.conf: Add config for net_buf logging.Paul Sokolovsky
2017-04-02zephyr/modusocket: Implement recv() for TCP sockets.Paul Sokolovsky
2017-04-01zephyr/modusocket: Implement recv() for UDP sockets.Paul Sokolovsky
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2017-03-31zephyr/modusocket: Implement send().Paul Sokolovsky
2017-03-31zephyr/modusocket: Implement bind() and connect().Paul Sokolovsky
2017-03-31zephyr: Integrate modusocket into build.Paul Sokolovsky
2017-03-31zephyr/modusocket: Initial version of usocket module for Zephyr.Paul Sokolovsky
2017-03-30zephyr: Fix NLR segfault in minimal build.Paul Sokolovsky
2017-03-30zephyr/Makefile: Add workaround (fix?) for broken builds for DTS targets.Paul Sokolovsky
2017-03-30zephyr/Makefile: Rework to use modern, official build integration.Paul Sokolovsky
2017-03-29zephyr/prj_base.conf: Enable TCP (and UDP explicitly).Paul Sokolovsky
2017-03-27zephyr/prj_base.conf: Disable legacy kernel compatibility.Paul Sokolovsky
2017-03-27zephyr/zephyr_getchar: Use native k_sem instead of legacy nano_sem.Paul Sokolovsky
2017-03-26py/nlrx86: Better check for Zephyr (requires 1.7).Paul Sokolovsky
2017-03-14zephyr/main: Move lexer constructor to within NLR handler block.Damien George
2017-03-14zephyr/main: Remove unused __fatal_error().Paul Sokolovsky
2017-03-13zephyr/main: nlr_jump_fail: Fix noreturn warning.Paul Sokolovsky
2017-03-12zephyr: Move "minimal" configuration building to a separate wrapper script.Paul Sokolovsky
2017-03-12zephyr: Make sure that generated prj.conf is updated only on content changes.Paul Sokolovsky
2017-03-09zephyr/modzephyr: Fix typo in identifier.Paul Sokolovsky
2017-03-08zephyr/modzephyr: Add a module for Zephyr-specific things.Paul Sokolovsky
2017-02-17zephyr/README: Network startup issues with frdm_k64f resolved.Paul Sokolovsky
2017-02-14zephyr/main: Don't unconditionally dump stats on each GC.Paul Sokolovsky
2017-02-14zephyr: Add qemu_cortex_m3 config fragment.Paul Sokolovsky
2017-02-14zephyr: Enable IPv6 networking in addition to IPv4.Paul Sokolovsky
2017-02-01zephyr/README: Describe many gotchas of networked builds.Paul Sokolovsky
2017-01-30zephyr/Makefile.zephyr: Support and default to networked (SLIP) QEMU.Paul Sokolovsky
2017-01-27zephyr/prj_frdm_k64f.conf: Add, enable Ethernet support.Paul Sokolovsky
2017-01-27zephyr: Allow to have per-board Zephyr config fragments.Paul Sokolovsky
2017-01-27zephyr: Make sure that correct Zephyr config is used for "minimal" build.Paul Sokolovsky
2017-01-22zephyr: Convert to use builtin help function.Damien George