| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George | |
| This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way. | |||
| 2017-05-17 | zephyr/main: Check default netif before applying operations to it. | Paul Sokolovsky | |
| If no network driver is enabled (e.g., it doesn't exist for a particular board), it will be NULL. | |||
| 2017-05-02 | zephyr/main: Remove superfluous include. | Paul Sokolovsky | |
| 2017-04-22 | zephyr/main: Configure IPv4 netmask and gateway to allow Internet access. | Paul Sokolovsky | |
| 2017-03-14 | zephyr/main: Move lexer constructor to within NLR handler block. | Damien George | |
| And raise an exception when mp_lexer_new_from_file is called. | |||
| 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-02-14 | zephyr/main: Don't unconditionally dump stats on each GC. | Paul Sokolovsky | |
| This was a debug output for initial porting, breaks tests. | |||
| 2017-02-14 | zephyr: Enable IPv6 networking in addition to IPv4. | Paul Sokolovsky | |
| 2017-01-21 | zephyr: Enable SLIP networking for the default build. | Paul Sokolovsky | |
| This makes MicroPython app running in QEMU be pingable from the host (by following QEMU networking setup instructions, https://www.zephyrproject.org/doc/samples/net/qemu_setup.html). | |||
| 2017-01-21 | zephyr: Remove deprecated .mdef file. | 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-11-05 | zephyr/Makefile: Add minimal port. | Paul Sokolovsky | |
| 2016-11-04 | zephyr/Makefile: Allow to adjust heap size from make command line. | Paul Sokolovsky | |
| 2016-10-12 | zephyr: Add copyright blurbs. | Paul Sokolovsky | |
| 2016-10-10 | zephyr: Add 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 stack checking and micropython.mem_info(). | Paul Sokolovsky | |
| 2016-10-10 | zephyr: Initial Zephyr RTOS port, MicroPython part. | Paul Sokolovsky | |
