63 Commits (9773506ab131422433c830e18ab044f0c7d3e0b0)

Author SHA1 Message Date
Paul Sokolovsky 9c9674a325 zephyr/main: Remove unused __fatal_error(). 8 years ago
Paul Sokolovsky f5aac7d33f zephyr/main: nlr_jump_fail: Fix noreturn warning. 8 years ago
Paul Sokolovsky 40e541063f zephyr: Move "minimal" configuration building to a separate wrapper script. 8 years ago
Paul Sokolovsky 736a8a8ac7 zephyr: Make sure that generated prj.conf is updated only on content changes. 8 years ago
Paul Sokolovsky e8d4527996 zephyr/modzephyr: Fix typo in identifier. 8 years ago
Paul Sokolovsky a64a0276b3 zephyr/modzephyr: Add a module for Zephyr-specific things. 8 years ago
Paul Sokolovsky 3d739eb398 zephyr/README: Network startup issues with frdm_k64f resolved. 8 years ago
Paul Sokolovsky 453f98914e zephyr/main: Don't unconditionally dump stats on each GC. 8 years ago
Paul Sokolovsky ce2703599f zephyr: Add qemu_cortex_m3 config fragment. 8 years ago
Paul Sokolovsky 64916436b2 zephyr: Enable IPv6 networking in addition to IPv4. 8 years ago
Paul Sokolovsky 00bd145398 zephyr/README: Describe many gotchas of networked builds. 8 years ago
Paul Sokolovsky d335904666 zephyr/Makefile.zephyr: Support and default to networked (SLIP) QEMU. 8 years ago
Paul Sokolovsky 300ecac336 zephyr/prj_frdm_k64f.conf: Add, enable Ethernet support. 8 years ago
Paul Sokolovsky 1df1642b70 zephyr: Allow to have per-board Zephyr config fragments. 8 years ago
Paul Sokolovsky 40e72e4a5c zephyr: Make sure that correct Zephyr config is used for "minimal" build. 8 years ago
Damien George 77e0cee49e zephyr: Convert to use builtin help function. 8 years ago
Paul Sokolovsky 5298472fee zephyr: Enable SLIP networking for the default build. 8 years ago
Paul Sokolovsky 1459f81429 zephyr: Add separate Zephyr config for "minimal" build. 8 years ago
Paul Sokolovsky f1f2a3cebf zephyr: Remove deprecated .mdef file. 8 years ago
Paul Sokolovsky 58722103e1 zephyr/help: Update n_args param type to size_t. 8 years ago
Paul Sokolovsky bbd0d27a25 zephyr: Enable slice subscription. 8 years ago
Paul Sokolovsky 56a514c193 zephyr/uart_core: Access console UART directly instead of printk() hack. 8 years ago
Paul Sokolovsky 0c59c30fde zephyr: Use core-provided keyboard exception object. 8 years ago
Paul Sokolovsky 724b82559d zephyr/main: Initialize sys.path and sys.argv. 8 years ago
Paul Sokolovsky c16e7eae5e zephyr: Implement soft reset feature. 8 years ago
Paul Sokolovsky 95fe7a40b3 zephyr: Support raw REPL. 8 years ago
Paul Sokolovsky 1779a62085 zephyr: Switch to Zephyr 1.6 unified kernel API. 8 years ago
Paul Sokolovsky 295266178c zephyr/zephyr_getchar: Update to Zephyr 1.6 unified kernel API. 8 years ago
Paul Sokolovsky a6de451a13 zephyr: Add .gitignore to ignore Zephyr's "outdir" directory. 8 years ago
Paul Sokolovsky 2bf96612d2 zephyr/mphalport.h: Update for new "unified" kernal API (sleep functions). 8 years ago
Paul Sokolovsky 3ccdbf792c zephyr/Makefile: Add -fomit-frame-pointer. 8 years ago
Paul Sokolovsky 50e8e28f96 zephyr/Makefile: Add minimal port. 8 years ago
Paul Sokolovsky f59465d763 zephyr/Makefile: Allow to override Zephyr config from make command line. 8 years ago
Paul Sokolovsky 919fc2dc47 zephyr/Makefile: Update comments to the current state of affairs. 8 years ago
Paul Sokolovsky 688cc79294 zephyr/Makefile: Allow to adjust heap size from make command line. 8 years ago
Paul Sokolovsky 13f7a7b86b zephyr/mpconfigport.h: Move less important params to the bottom. 8 years ago
Paul Sokolovsky d86cac4b82 extmod/utime_mphal: Implement ticks_add(), add to all maintained ports. 8 years ago
Paul Sokolovsky aee6483536 zephyr/README: Update for the current featureset, add more info. 8 years ago
Paul Sokolovsky 938c693948 zephyr: Support time -> utime module "weaklink". 8 years ago
Paul Sokolovsky b0feef7a57 zephyr/zephyr_getchar: Update for recent Zephyr refactor of console hooks. 8 years ago
Daniel Thompson 67b6d9d499 zephyr: Initial implementation of machine.Pin. 8 years ago
Vincenzo Frascino a3519332b6 zephyr: Use board/SoC values for startup banner based on Zephyr config. 8 years ago
Paul Sokolovsky 3cdccb9b14 zephyr: Fix mp_hal_set_interrupt_char() declaration to be compatible. 8 years ago
Daniel Thompson 479b961d39 zephyr: Implement utime module. 8 years ago
Paul Sokolovsky b440307b4a py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined. 8 years ago
Paul Sokolovsky f17f3314d0 zephyr: Add copyright blurbs. 8 years ago
Paul Sokolovsky 1a01ed0d2a zephyr/mpconfigport.h: Fix rebasing artifacts. 8 years ago
Daniel Thompson b6a544b917 zephyr: Implement the help() function. 8 years ago
Paul Sokolovsky 06ee5e947f zephyr/Makefile: Be sure to extra qstr's from port sources. 8 years ago
Paul Sokolovsky 93c76d2b06 zephyr: Add Ctrl+C handling. 8 years ago