mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6d6fd5a975
This board is based on a stm32mp157cac which has a dual architecture: * Dual core Cortex-A7 * Cortex-M4 Only Cortex-M4 is supported by RIOT-OS. Cortex-M4 can be used in Engineering mode if stm32mp1_eng_mode pseudomodule is used. By default the RIOT firmware can be loaded by Linux on the Cortex-M4 using remoteproc Linux framework. This the initial commit with a limited set of supported peripheral: * gpio * timer * uart Signed-off-by: Gilles DOFFE <gilles.doffe@savoirfairelinux.com>
7 lines
203 B
Makefile
7 lines
203 B
Makefile
USEMODULE += mpu_stack_guard
|
|
|
|
# Uncomment this line to build firmware in Engineering mode (BOOT0 off and
|
|
# BOOT2 on).
|
|
# You can also add it in your application Makefile.
|
|
# USEMODULE += stm32mp1_eng_mode
|