Paul Sokolovsky
478410b409
zephyr/Makefile: Add kobj_types_h_target to Z_EXPORTS.
...
New generated Zephyr header file, without it build breaks.
2018-05-21 10:35:16 +10:00
Paul Sokolovsky
0e52ee957d
zephyr/modzsensor: Zephyr sensor subsystem bindings.
2018-05-21 10:35:16 +10:00
Paul Sokolovsky
d9977a8ad9
zephyr/Makefile: clean: Clean libmicropython.a too.
2017-12-26 14:46:16 +02:00
Paul Sokolovsky
ccec4ee7ad
zephyr/CMakeLists.txt: Update for latest Zephyr buildsys changes.
2017-12-06 15:31:07 +02:00
Paul Sokolovsky
bb047558da
zephyr/Makefile: syscall_macros.h generation was moved from CMake to make.
...
Required for #include <zephyr.h> to work.
2017-12-01 13:45:03 +02:00
Paul Sokolovsky
b369c1bb96
zephyr/Makefile: Make prj_$(BOARD).conf optional, again.
...
This time hopefully should work reliably, using make $(wildcard) function,
which in this case either expands to existing prj_$(BOARD).conf file, or to
an empty string for non-existing one.
2017-11-28 18:19:48 +02:00
Paul Sokolovsky
a036554a77
zephyr/Makefile: Convert to new CMake-based Zephyr build system.
...
Zephyr 1.10 switches to CMake-based build system (already in master).
2017-11-28 16:37:51 +02:00
Paul Sokolovsky
53e06e05c9
zephyr/Makefile: clean: Remove generated prj_*_merged.conf.
2017-11-28 13:37:26 +02:00
Paul Sokolovsky
c46d480adc
zephyr/Makefile: Revamp "test" target after ports were moved to ports/.
2017-09-10 22:25:43 +03:00
Damien George
4a93801c12
all: Update Makefiles and others to build with new ports/ dir layout.
...
Also renames "stmhal" to "stm32" in documentation and everywhere else.
2017-09-06 14:09:13 +10:00
Damien George
01dd7804b8
ports: Make new ports/ sub-directory and move all ports there.
...
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-09-06 13:40:51 +10:00