File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 11
11
#define HAL_GPIO_MODULE_ENABLED
12
12
#define HAL_HSEM_MODULE_ENABLED
13
13
#define HAL_IPCC_MODULE_ENABLED
14
+ #define HAL_MDMA_MODULE_ENABLED /* Required by HAL QSPI module */
14
15
#define HAL_PWR_MODULE_ENABLED
15
16
#define HAL_RCC_MODULE_ENABLED
16
17
Original file line number Diff line number Diff line change 40
40
#define HAL_RTC_MODULE_DISABLED /* RTC MODULE on Cortex-M side is not supported.
41
41
Linux on Cortex-A will handle this. */
42
42
#define HAL_ETH_MODULE_DISABLED /* ETH module is also not intended to be used */
43
- #define HAL_MDMA_MODULE_ENABLED /* Some other modules (e.g. USART) require this */
44
43
45
44
#if defined(ARDUINO_STM32MP157A_DK1 ) || defined(ARDUINO_STM32MP157C_DK2 )
46
45
// Cannot use them in this board, or define them in the kernel device tree.
You can’t perform that action at this time.
0 commit comments