mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4bfbb75578
In Engineering mode (BOOT0 off and BOOT2 on), only the Cortex-M4 core is running. It means that all clocks have to be setup by the Cortex-M4 core. In other modes, the clocks are setup by the Cortex-A7 and then should not be setup by Cortex-M4. stm32mp1_eng_mode pseudomodule have to be used in Engineering mode to ensure clocks configuration with IS_USED(MODULE_STM32MP1_ENG_MODE) macro. This macro can also be used in periph_conf.h to define clock source for each peripheral. Signed-off-by: Gilles DOFFE <gilles.doffe@savoirfairelinux.com> |
||
---|---|---|
.. | ||
adc_f0.c | ||
adc_f1.c | ||
adc_f2.c | ||
adc_f3.c | ||
adc_f4.c | ||
adc_l0.c | ||
adc_l1.c | ||
adc_l4.c | ||
can.c | ||
dac.c | ||
dma.c | ||
doc.txt | ||
eeprom.c | ||
eth.c | ||
flash_common.c | ||
flashpage.c | ||
gpio_all.c | ||
gpio_f1.c | ||
hwrng.c | ||
i2c_1.c | ||
i2c_2.c | ||
Makefile | ||
pm.c | ||
pwm.c | ||
qdec.c | ||
rtc_all.c | ||
rtc_f1.c | ||
rtt_all.c | ||
rtt_f1.c | ||
spi.c | ||
timer.c | ||
uart.c | ||
usbdev.c | ||
wdt.c |