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