index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zephyr
/
Makefile
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2017-08-03
zephyr/Makefile: Explicitly define default target as "all".
Paul Sokolovsky
2017-07-09
zephyr/Makefile: Revert prj.conf construction rule to the previous state.
Paul Sokolovsky
2017-07-08
zephyr/Makefile: Rework dependencies and "clean" target.
Paul Sokolovsky
2017-05-02
zephyr/Makefile: Add debugserver Zephyr target.
Paul Sokolovsky
2017-04-05
zephyr/Makefile: Add "test" target, runs testsuite in QEMU.
Paul Sokolovsky
2017-03-31
zephyr: Integrate modusocket into build.
Paul Sokolovsky
2017-03-30
zephyr/Makefile: Add workaround (fix?) for broken builds for DTS targets.
Paul Sokolovsky
2017-03-30
zephyr/Makefile: Rework to use modern, official build integration.
Paul Sokolovsky
2017-03-12
zephyr: Move "minimal" configuration building to a separate wrapper script.
Paul Sokolovsky
2017-03-12
zephyr: Make sure that generated prj.conf is updated only on content changes.
Paul Sokolovsky
2017-03-08
zephyr/modzephyr: Add a module for Zephyr-specific things.
Paul Sokolovsky
2017-02-01
zephyr/README: Describe many gotchas of networked builds.
Paul Sokolovsky
2017-01-27
zephyr: Allow to have per-board Zephyr config fragments.
Paul Sokolovsky
2017-01-27
zephyr: Make sure that correct Zephyr config is used for "minimal" build.
Paul Sokolovsky
2017-01-22
zephyr: Convert to use builtin help function.
Damien George
2017-01-21
zephyr: Add separate Zephyr config for "minimal" build.
Paul Sokolovsky
2016-11-05
zephyr/Makefile: Add -fomit-frame-pointer.
Paul Sokolovsky
2016-11-05
zephyr/Makefile: Add minimal port.
Paul Sokolovsky
2016-11-04
zephyr/Makefile: Allow to override Zephyr config from make command line.
Paul Sokolovsky
2016-11-04
zephyr/Makefile: Update comments to the current state of affairs.
Paul Sokolovsky
2016-11-04
zephyr/Makefile: Allow to adjust heap size from make command line.
Paul Sokolovsky
2016-10-27
zephyr: Initial implementation of machine.Pin.
Daniel Thompson
2016-10-22
zephyr: Implement utime module.
Daniel Thompson
2016-10-21
py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.
Paul Sokolovsky
2016-10-12
zephyr: Implement the help() function.
Daniel Thompson
2016-10-12
zephyr/Makefile: Be sure to extra qstr's from port sources.
Paul Sokolovsky
2016-10-10
zephyr: Add Ctrl+C handling.
Paul Sokolovsky
2016-10-10
zephyr: Enable frozen modules support.
Paul Sokolovsky
2016-10-10
zephyr: Use recently added "make outputexports" Zephyr target.
Daniel Thompson
2016-10-10
zephyr/Makefile: Automatically derive target-specific CFLAGS.
Paul Sokolovsky
2016-10-10
zephyr: Support extra make targets
Daniel Thompson
2016-10-10
zephyr: Automatically derive ARCH.
Daniel Thompson
2016-10-10
zephyr: Initial Zephyr RTOS port, MicroPython part.
Paul Sokolovsky