66 http://www.st.com/en/embedded-software/stm32cubel1.html
77
88Status:
9- version v1.10.4
9+ version v1.10.5
1010
1111Purpose:
1212 ST Microelectronics official MCU package for STM32L1 series.
2323 https://github.com/STMicroelectronics/STM32CubeL1
2424
2525Commit:
26- 70d2e128f3869fbf6d76fca52a72bf381e0f09ed
26+ 988c26cf46340f2e00bbc8089385a2b1c14f42b9
2727
2828Maintained-by:
2929 External
@@ -36,47 +36,6 @@ License Link:
3636
3737Patch List:
3838
39- *ext/hal/st/stm32cube/stm32l1xx: rename SVC_IRQn -> SVCall_IRQn
40-
41- SVCall_IRQn is used as enum value for SV Call Interrupt for Cortex-M
42- based SoCs for which CPU_CORTEX_M_HAS_BASEPRI=y. However stm32cube
43- for stm32l1xx uses SVC_IRQn enum value for this purpose.
44- This leads to this error:
45-
46- arch/arm/include/cortex_m/exc.h:101:19: error: 'SVCall_IRQn'
47- undeclared (first use in this function); did you mean 'SVC_IRQn'?
48-
49- NVIC_SetPriority(SVCall_IRQn, _EXC_SVC_PRIO);
50- ^~~~~~~~~~~
51- SVC_IRQn
52-
53- NB: ext/hal/st/stm32cube/stm32l1xx/soc/stm32l151xb.h file was already
54- fixed in 9f8260457b86 ('ext: hal: st: stm32cube: Add HAL for
55- the STM32L1x series').
56- Impacted files:
57- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l100xb.h
58- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l100xba.h
59- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l100xc.h
60- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l151xba.h
61- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l151xc.h
62- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l151xca.h
63- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l151xd.h
64- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l151xdx.h
65- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l151xe.h
66- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l152xb.h
67- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l152xba.h
68- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l152xc.h
69- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l152xca.h
70- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l152xd.h
71- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l152xdx.h
72- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l152xe.h
73- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l162xc.h
74- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l162xca.h
75- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l162xd.h
76- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l162xdx.h
77- ext/hal/st/stm32cube/stm32l1xx/soc/stm32l162xe.h
78- ST Bug tracker ID: 66029
79-
8039 *Disable i2c HAL
8140 Due to conflict with zephyr i2c.h (I2C_SPEED_STANDARD and I2C_SPEED_FAST
8241 redefinition), deactivate STM32Cube I2C HAL. This raises no issue since
0 commit comments