Skip to content

Commit ca4c1e7

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 6bf133e commit ca4c1e7

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
@@ -64,4 +64,8 @@ Patch List:
6464
functions which are not yet supported in the CMSIS for Armv7.
6565
These calls have been commented out to allow successful builds.
6666

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+
6771
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)