Support for self contained modules #9811
Labels
Area: build system
Area: Build system
Area: toolchain
Area: toolchains; everything related to compilation, libc, linking, …
Type: tracking
The issue tracks and organizes the sub-tasks of a larger effort
Description
I am working toward self contained modules outside of RIOT support with the same capabilities as a module defined in RIOT.
Currently adding a module may require to modify one of the global
Makefile.include
orMakefile.dep
files and I would like to change this.Steps
EXTERNAL_MODULE_DIRS
with docker makefiles/docker.inc.mk: Use directories in RIOT when possible #9646Makefile.include
TODOmakefiles/arch/cortexm.inc.mk
usesRIOTCPU
to get the common directory so cannot be reusedIn the same time with the same idea, I try to also make packages self contained
unittests
: tests/unittests: Move large unittests to individual tests tests/unittests: Move large unittests to individual tests #10187The text was updated successfully, but these errors were encountered: