mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9fa0099d62
- 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
|