zephyr/soc/arm/st_stm32/stm32f3
Erwan Gouriou 35ecdf8af1 soc: stm32: Remove unused soc_register header file
soc_register.h is available in most of stm32 series.
It is sometime empty or contains includes to flash_registers.h,
which is included directly with direct reference in flash driver.
soc_register.h is also included in stm32 clock drivers, but this
driver do not use direct reference to any register anymore.

Clean up these files.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-05-30 09:37:51 -04:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dts_fixup.h dts: arm: stm32: add dts support for ADC1 of stm32 2019-05-07 23:15:58 -04:00
flash_registers.h drivers/flash: stm32f3/stm32f1: define flash registers as volatile 2019-03-15 06:43:24 -05:00
Kconfig.defconfig.series soc/arm/st_stm32: Add comments on Kconfig.defconfig organization 2019-03-06 09:38:02 -06:00
Kconfig.defconfig.stm32f302x8 soc: arm: st_stm32: stm32f3: Add support for STM32F302x8 2018-10-16 22:52:07 -04:00
Kconfig.defconfig.stm32f303xc arm: soc: move arm SoCs to top-dir 2018-09-13 00:56:48 -04:00
Kconfig.defconfig.stm32f334x8 arm: soc: move arm SoCs to top-dir 2018-09-13 00:56:48 -04:00
Kconfig.defconfig.stm32f373xc arm: soc: move arm SoCs to top-dir 2018-09-13 00:56:48 -04:00
Kconfig.series soc: arm: select CPU_HAS_SYSTICK in ARCH Kconfig 2019-04-25 23:09:23 -07:00
Kconfig.soc soc: arm: st_stm32: stm32f3: Add support for STM32F302x8 2018-10-16 22:52:07 -04:00
linker.ld arm: soc: move arm SoCs to top-dir 2018-09-13 00:56:48 -04:00
soc.c soc: arm: move z_clearfaults() in kernel_arch_init() 2019-05-17 09:48:11 -07:00
soc.h drivers: adc: add driver support for ADC1 of stm32 2019-05-07 23:15:58 -04:00