We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc4f31 commit e41062cCopy full SHA for e41062c
stm32cube/stm32mp2xx/README
@@ -68,4 +68,8 @@ Patch List:
68
functions which are not yet supported in the CMSIS for Armv7.
69
These calls have been commented out to allow successful builds.
70
71
+ * HAL_A35_WRAPPER_ENABLED disabled
72
+ - Disabled the HAL_A35_WRAPPER_ENABLED macro to prevent build warnings when compiling
73
+ Zephyr for the Cortex-A35.
74
+
75
See release_note.html from STM32Cube
stm32cube/stm32mp2xx/drivers/include/stm32mp2xx_hal_conf.h
@@ -33,7 +33,7 @@ extern "C" {
33
*/
34
#define HAL_MODULE_ENABLED
35
#if defined (CORE_CA35)
36
-#define HAL_A35_WRAPPER_ENABLED
+/* #define HAL_A35_WRAPPER_ENABLED */
37
#endif /* CORE_CA35 */
38
#define HAL_ADC_MODULE_ENABLED
39
#define HAL_BSEC_MODULE_ENABLED
0 commit comments