- Since flash access is shared with CPU2 we resize ROM_LEN according to CPU2 secure flash memmory area. - Add assert to prevent unauthorized reads from CPU2 secure flash area
6 lines
166 B
Makefile
6 lines
166 B
Makefile
FEATURES_PROVIDED += periph_flashpage
|
|
FEATURES_PROVIDED += periph_flashpage_raw
|
|
FEATURES_PROVIDED += periph_hwrng
|
|
|
|
-include $(RIOTCPU)/stm32_common/Makefile.features
|