File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -68,4 +68,8 @@ Patch List:
68
68
functions which are not yet supported in the CMSIS version for Cortex A.
69
69
These calls have been removed if the used CMSIS version is older than 6.x.
70
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
+
71
75
See release_note.html from STM32Cube
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ extern "C" {
33
33
*/
34
34
#define HAL_MODULE_ENABLED
35
35
#if defined (CORE_CA35 )
36
- #define HAL_A35_WRAPPER_ENABLED
36
+ /* #define HAL_A35_WRAPPER_ENABLED */
37
37
#endif /* CORE_CA35 */
38
38
#define HAL_ADC_MODULE_ENABLED
39
39
#define HAL_BSEC_MODULE_ENABLED
You can’t perform that action at this time.
0 commit comments