zephyr/soc/arm/st_stm32/common
Erwan Gouriou 90d0eb7947 soc: stm32: Explicitly disable CORTEX_M_SYSTICK if LPTIM enabled
CORTEX_M_SYSTICK should be disabled if LPTIM is selected.
Current implementation is not efficient to do so.
Rework the way the dependency is stated.

Fixes #33342

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2021-03-16 10:23:33 -05:00
..
ccm.ld linker: arm: Fix cortex_m dtcm and ccm sections to work with relocation 2021-01-15 14:51:20 +01:00
CMakeLists.txt soc: arm: st_stm32: add support for STM32 backup SRAM 2021-02-15 08:04:24 -05:00
Kconfig.defconfig.series soc: stm32: Explicitly disable CORTEX_M_SYSTICK if LPTIM enabled 2021-03-16 10:23:33 -05:00
Kconfig.soc soc: arm: st_stm32: add support for STM32 backup SRAM 2021-02-15 08:04:24 -05:00
st_stm32_dt.h soc/arm: stm32: swap argument order in ST_STM32 PINCTRL macros 2020-10-09 11:52:59 +02:00
stm32_backup_sram.c soc: stm32: Fix backup_sram clock enable 2021-02-17 12:24:14 -06:00
stm32_backup_sram.ld soc: arm: st_stm32: add support for STM32 backup SRAM 2021-02-15 08:04:24 -05:00
stm32_hsem.h soc: arm: stm32: hsem: use generic LL headers 2020-11-30 15:50:03 +01:00
stm32cube_hal.c