Skip to content

Commit f9b324c

Browse files
committed
stm32cube: stm32mp2xx: HAL_A35_WRAPPER_ENABLED disabled
disable the HAL_A35_WRAPPER_ENABLED include to avoid build warnings Signed-off-by: Julien Racki <[email protected]>
1 parent 1744494 commit f9b324c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

stm32cube/stm32mp2xx/README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ Patch List:
6868
functions which are not yet supported in the CMSIS version for Cortex A.
6969
These calls have been removed if the used CMSIS version is older than 6.x.
7070

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+
7175
See release_note.html from STM32Cube

stm32cube/stm32mp2xx/drivers/include/stm32mp2xx_hal_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extern "C" {
3333
*/
3434
#define HAL_MODULE_ENABLED
3535
#if defined (CORE_CA35)
36-
#define HAL_A35_WRAPPER_ENABLED
36+
/* #define HAL_A35_WRAPPER_ENABLED */
3737
#endif /* CORE_CA35 */
3838
#define HAL_ADC_MODULE_ENABLED
3939
#define HAL_BSEC_MODULE_ENABLED

0 commit comments

Comments
 (0)