Browse Source

soc: v2: Convert st_stm32 to st/stm32

Make stm32 soc path more path more consistent using an actual vendor (st)
directory.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
pull/69687/head
Erwan Gouriou 1 year ago committed by Jamie McCrae
parent
commit
95e34da7c1
  1. 0
      soc/v2/st/stm32/CMakeLists.txt
  2. 0
      soc/v2/st/stm32/Kconfig
  3. 0
      soc/v2/st/stm32/Kconfig.defconfig
  4. 0
      soc/v2/st/stm32/Kconfig.soc
  5. 0
      soc/v2/st/stm32/common/CMakeLists.txt
  6. 0
      soc/v2/st/stm32/common/ccm.ld
  7. 0
      soc/v2/st/stm32/common/pinctrl_soc.h
  8. 0
      soc/v2/st/stm32/common/soc_config.c
  9. 0
      soc/v2/st/stm32/common/stm32_backup_sram.c
  10. 0
      soc/v2/st/stm32/common/stm32_backup_sram.ld
  11. 0
      soc/v2/st/stm32/common/stm32_hsem.h
  12. 0
      soc/v2/st/stm32/common/stm32cube_hal.c
  13. 0
      soc/v2/st/stm32/soc.yml
  14. 0
      soc/v2/st/stm32/stm32f0/CMakeLists.txt
  15. 0
      soc/v2/st/stm32/stm32f0/Kconfig
  16. 0
      soc/v2/st/stm32/stm32f0/Kconfig.defconfig
  17. 0
      soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f030x4
  18. 0
      soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f030x6
  19. 0
      soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f030x8
  20. 0
      soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f030xc
  21. 0
      soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f031x6
  22. 0
      soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f042x6
  23. 0
      soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f051x8
  24. 0
      soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f070xb
  25. 0
      soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f072xx
  26. 0
      soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f091xc
  27. 0
      soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f098xx
  28. 0
      soc/v2/st/stm32/stm32f0/Kconfig.soc
  29. 0
      soc/v2/st/stm32/stm32f0/soc.c
  30. 0
      soc/v2/st/stm32/stm32f0/soc.h
  31. 0
      soc/v2/st/stm32/stm32f0/sram_vector_table.ld
  32. 0
      soc/v2/st/stm32/stm32f1/CMakeLists.txt
  33. 0
      soc/v2/st/stm32/stm32f1/Kconfig
  34. 0
      soc/v2/st/stm32/stm32f1/Kconfig.defconfig
  35. 0
      soc/v2/st/stm32/stm32f1/Kconfig.defconfig.stm32f100xx
  36. 0
      soc/v2/st/stm32/stm32f1/Kconfig.defconfig.stm32f103xx
  37. 0
      soc/v2/st/stm32/stm32f1/Kconfig.defconfig.stm32f105xx
  38. 0
      soc/v2/st/stm32/stm32f1/Kconfig.defconfig.stm32f107xc
  39. 0
      soc/v2/st/stm32/stm32f1/Kconfig.soc
  40. 0
      soc/v2/st/stm32/stm32f1/soc.c
  41. 0
      soc/v2/st/stm32/stm32f1/soc.h

0
soc/v2/st_stm32/CMakeLists.txt → soc/v2/st/stm32/CMakeLists.txt

0
soc/v2/st_stm32/Kconfig → soc/v2/st/stm32/Kconfig

0
soc/v2/st_stm32/Kconfig.defconfig → soc/v2/st/stm32/Kconfig.defconfig

0
soc/v2/st_stm32/Kconfig.soc → soc/v2/st/stm32/Kconfig.soc

0
soc/v2/st_stm32/common/CMakeLists.txt → soc/v2/st/stm32/common/CMakeLists.txt

0
soc/v2/st_stm32/common/ccm.ld → soc/v2/st/stm32/common/ccm.ld

0
soc/v2/st_stm32/common/pinctrl_soc.h → soc/v2/st/stm32/common/pinctrl_soc.h

0
soc/v2/st_stm32/common/soc_config.c → soc/v2/st/stm32/common/soc_config.c

0
soc/v2/st_stm32/common/stm32_backup_sram.c → soc/v2/st/stm32/common/stm32_backup_sram.c

0
soc/v2/st_stm32/common/stm32_backup_sram.ld → soc/v2/st/stm32/common/stm32_backup_sram.ld

0
soc/v2/st_stm32/common/stm32_hsem.h → soc/v2/st/stm32/common/stm32_hsem.h

0
soc/v2/st_stm32/common/stm32cube_hal.c → soc/v2/st/stm32/common/stm32cube_hal.c

0
soc/v2/st_stm32/soc.yml → soc/v2/st/stm32/soc.yml

0
soc/v2/st_stm32/stm32f0/CMakeLists.txt → soc/v2/st/stm32/stm32f0/CMakeLists.txt

0
soc/v2/st_stm32/stm32f0/Kconfig → soc/v2/st/stm32/stm32f0/Kconfig

0
soc/v2/st_stm32/stm32f0/Kconfig.defconfig → soc/v2/st/stm32/stm32f0/Kconfig.defconfig

0
soc/v2/st_stm32/stm32f0/Kconfig.defconfig.stm32f030x4 → soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f030x4

0
soc/v2/st_stm32/stm32f0/Kconfig.defconfig.stm32f030x6 → soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f030x6

0
soc/v2/st_stm32/stm32f0/Kconfig.defconfig.stm32f030x8 → soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f030x8

0
soc/v2/st_stm32/stm32f0/Kconfig.defconfig.stm32f030xc → soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f030xc

0
soc/v2/st_stm32/stm32f0/Kconfig.defconfig.stm32f031x6 → soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f031x6

0
soc/v2/st_stm32/stm32f0/Kconfig.defconfig.stm32f042x6 → soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f042x6

0
soc/v2/st_stm32/stm32f0/Kconfig.defconfig.stm32f051x8 → soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f051x8

0
soc/v2/st_stm32/stm32f0/Kconfig.defconfig.stm32f070xb → soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f070xb

0
soc/v2/st_stm32/stm32f0/Kconfig.defconfig.stm32f072xx → soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f072xx

0
soc/v2/st_stm32/stm32f0/Kconfig.defconfig.stm32f091xc → soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f091xc

0
soc/v2/st_stm32/stm32f0/Kconfig.defconfig.stm32f098xx → soc/v2/st/stm32/stm32f0/Kconfig.defconfig.stm32f098xx

0
soc/v2/st_stm32/stm32f0/Kconfig.soc → soc/v2/st/stm32/stm32f0/Kconfig.soc

0
soc/v2/st_stm32/stm32f0/soc.c → soc/v2/st/stm32/stm32f0/soc.c

0
soc/v2/st_stm32/stm32f0/soc.h → soc/v2/st/stm32/stm32f0/soc.h

0
soc/v2/st_stm32/stm32f0/sram_vector_table.ld → soc/v2/st/stm32/stm32f0/sram_vector_table.ld

0
soc/v2/st_stm32/stm32f1/CMakeLists.txt → soc/v2/st/stm32/stm32f1/CMakeLists.txt

0
soc/v2/st_stm32/stm32f1/Kconfig → soc/v2/st/stm32/stm32f1/Kconfig

0
soc/v2/st_stm32/stm32f1/Kconfig.defconfig → soc/v2/st/stm32/stm32f1/Kconfig.defconfig

0
soc/v2/st_stm32/stm32f1/Kconfig.defconfig.stm32f100xx → soc/v2/st/stm32/stm32f1/Kconfig.defconfig.stm32f100xx

0
soc/v2/st_stm32/stm32f1/Kconfig.defconfig.stm32f103xx → soc/v2/st/stm32/stm32f1/Kconfig.defconfig.stm32f103xx

0
soc/v2/st_stm32/stm32f1/Kconfig.defconfig.stm32f105xx → soc/v2/st/stm32/stm32f1/Kconfig.defconfig.stm32f105xx

0
soc/v2/st_stm32/stm32f1/Kconfig.defconfig.stm32f107xc → soc/v2/st/stm32/stm32f1/Kconfig.defconfig.stm32f107xc

0
soc/v2/st_stm32/stm32f1/Kconfig.soc → soc/v2/st/stm32/stm32f1/Kconfig.soc

0
soc/v2/st_stm32/stm32f1/soc.c → soc/v2/st/stm32/stm32f1/soc.c

0
soc/v2/st_stm32/stm32f1/soc.h → soc/v2/st/stm32/stm32f1/soc.h

Loading…
Cancel
Save