summaryrefslogtreecommitdiff
path: root/zephyr/mpconfigport_minimal.h
AgeCommit message (Collapse)Author
2017-09-06ports: 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-07-17zephyr: Remove long-obsolete machine_ptr_t typedef's.Damien George
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
It can still be overwritten by a port in mpconfigport.h but for almost all cases one can use the provided default.
2017-03-30zephyr: Fix NLR segfault in minimal build.Paul Sokolovsky
Requires inclusion of zephyr.h to properly detect that we're building for Zephyr.
2017-01-21zephyr: Add separate Zephyr config for "minimal" build.Paul Sokolovsky
In anticipation of enabling more features in the default build. Also, fix compilation of minimal build.
2016-12-16zephyr: Use core-provided keyboard exception object.Paul Sokolovsky
2016-11-05zephyr/Makefile: Add minimal port.Paul Sokolovsky