-
Notifications
You must be signed in to change notification settings - Fork 2k
Thirdparty hardware support
OlegHahm edited this page Oct 22, 2014
·
3 revisions
If the hardware dependent code for your platform can for license or other reasons can or should not become part of the official RIOT repository, you can still include external folders into the build process. Therefore, you have to define the two variables RIOTCPU
and RIOTBOARD
in your application pointing to the respective directories. For example:
RIOTCPU ?= ../../thirdparty_cpu
RIOTBOARD ?= ../../thirdparty_boards
These directories should have a similar structure like cpu
and boards
in the main RIOT repository, i.e. contain a sub-directory for each supported MCU/platform.