aboutsummaryrefslogtreecommitdiff
path: root/zephyr/Makefile
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-11all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George
2017-08-03zephyr/Makefile: Explicitly define default target as "all".Paul Sokolovsky
2017-07-09zephyr/Makefile: Revert prj.conf construction rule to the previous state.Paul Sokolovsky
2017-07-08zephyr/Makefile: Rework dependencies and "clean" target.Paul Sokolovsky
2017-05-02zephyr/Makefile: Add debugserver Zephyr target.Paul Sokolovsky
2017-04-05zephyr/Makefile: Add "test" target, runs testsuite in QEMU.Paul Sokolovsky
2017-03-31zephyr: Integrate modusocket into 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-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-08zephyr/modzephyr: Add a module for Zephyr-specific things.Paul Sokolovsky
2017-02-01zephyr/README: Describe many gotchas of networked builds.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
2017-01-21zephyr: Add separate Zephyr config for "minimal" build.Paul Sokolovsky
2016-11-05zephyr/Makefile: Add -fomit-frame-pointer.Paul Sokolovsky
2016-11-05zephyr/Makefile: Add minimal port.Paul Sokolovsky
2016-11-04zephyr/Makefile: Allow to override Zephyr config from make command line.Paul Sokolovsky
2016-11-04zephyr/Makefile: Update comments to the current state of affairs.Paul Sokolovsky
2016-11-04zephyr/Makefile: Allow to adjust heap size from make command line.Paul Sokolovsky
2016-10-27zephyr: Initial implementation of machine.Pin.Daniel Thompson
2016-10-22zephyr: Implement utime module.Daniel Thompson
2016-10-21py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.Paul Sokolovsky
2016-10-12zephyr: Implement the help() function.Daniel Thompson
2016-10-12zephyr/Makefile: Be sure to extra qstr's from port sources.Paul Sokolovsky
2016-10-10zephyr: Add Ctrl+C handling.Paul Sokolovsky
2016-10-10zephyr: Enable frozen modules support.Paul Sokolovsky
2016-10-10zephyr: Use recently added "make outputexports" Zephyr target.Daniel Thompson
2016-10-10zephyr/Makefile: Automatically derive target-specific CFLAGS.Paul Sokolovsky
2016-10-10zephyr: Support extra make targetsDaniel Thompson
2016-10-10zephyr: Automatically derive ARCH.Daniel Thompson
2016-10-10zephyr: Initial Zephyr RTOS port, MicroPython part.Paul Sokolovsky