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 6bf133e commit ca4c1e7Copy full SHA for ca4c1e7
stm32cube/stm32mp2xx/README
@@ -64,4 +64,8 @@ Patch List:
64
functions which are not yet supported in the CMSIS for Armv7.
65
These calls have been commented out to allow successful builds.
66
67
+ * HAL_A35_WRAPPER_ENABLED disabled
68
+ - Disabled the HAL_A35_WRAPPER_ENABLED macro to prevent build warnings when compiling
69
+ Zephyr for the Cortex-A35.
70
+
71
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