88 Commits (8ef469f7cab0e820ec8bc4f175eecf81a404da4f)

Author SHA1 Message Date
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
Paul Sokolovsky 1b76f88e7a zephyr/zephyr_getchar: Add support for Ctrl+C handling. 8 years ago
Paul Sokolovsky aa7828f822 zephyr/main: Execute main.py frozen module on boot, if available. 8 years ago
Paul Sokolovsky 7e3b21ec54 zephyr: Enable frozen modules support. 8 years ago
Paul Sokolovsky b3a65791b1 zephyr: Enable stack checking and micropython.mem_info(). 8 years ago
Paul Sokolovsky ac70119779 zephyr: Add README. 8 years ago
Daniel Thompson 5a699a7017 zephyr: Use recently added "make outputexports" Zephyr target. 8 years ago
Paul Sokolovsky 244b02f744 zephyr/Makefile: Automatically derive target-specific CFLAGS. 8 years ago
Daniel Thompson cbc0bf6fec zephyr: Support extra make targets 8 years ago
Daniel Thompson 2ea52cb045 zephyr: Automatically derive ARCH. 8 years ago
Paul Sokolovsky 7df9f313c6 zephyr: Switch to microkernel, required for network to work in background. 8 years ago
Paul Sokolovsky 9ad5032164 zephyr: Add zephyr_getchar module to handle console input. 8 years ago
Paul Sokolovsky 9d9efc0c5a zephyr: Initial Zephyr RTOS port, Zephyr part. 8 years ago
Paul Sokolovsky cff9f02cd7 zephyr: Initial Zephyr RTOS port, MicroPython part. 8 years ago