Adds module pthread and the libstdc++ to linked libraries to solve the problem with unresolved symbols when feature cpp is required.
8 lines
255 B
Makefile
8 lines
255 B
Makefile
# Features that are provided by the CPU independent on the board
|
|
FEATURES_PROVIDED += cpp
|
|
FEATURES_PROVIDED += periph_cpuid
|
|
FEATURES_PROVIDED += periph_hwrng
|
|
FEATURES_PROVIDED += periph_pm
|
|
FEATURES_PROVIDED += periph_rtc
|
|
FEATURES_PROVIDED += periph_timer
|