We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c0a36 commit 5a3620fCopy full SHA for 5a3620f
tests/hal/stm32mp1xx_hal_conf.h
@@ -67,6 +67,11 @@
67
#define HAL_PWR_MODULE_ENABLED
68
#define HAL_CORTEX_MODULE_ENABLED
69
70
+/* The MDIOS module is broken for STM32CubeMP1
71
+ * Disable it here so that it isn't built
72
+ */
73
+#undef HAL_MDIOS_MODULE_ENABLED
74
+
75
/* ########################## Register Callbacks selection ############################## */
76
/**
77
* @brief This is the list of modules where register callback can be used
0 commit comments