Skip to content

Commit

Permalink
Revert "stm32cube: Update build system to support stm32f2xx"
Browse files Browse the repository at this point in the history
This reverts commit 0cb9bcb.

Change-Id: I442750ad91f1297f46aed8066828cbff7fd0c4ad
Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak committed Nov 11, 2016
1 parent 4bbefce commit f9901a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions ext/hal/st/stm32cube/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ obj-y += stm32f1xx/drivers/src/stm32f1xx_hal.o
obj-y += stm32f1xx/soc/system_stm32f1xx.o
endif

ifdef CONFIG_SOC_SERIES_STM32F2X
obj-y += stm32f2xx/drivers/src/stm32f2xx_hal.o
obj-y += stm32f2xx/soc/system_stm32f2xx.o
endif

ifdef CONFIG_SOC_SERIES_STM32F4X
obj-y += stm32f4xx/drivers/src/stm32f4xx_hal.o
obj-y += stm32f4xx/soc/system_stm32f4xx.o
Expand Down
6 changes: 0 additions & 6 deletions ext/hal/st/stm32cube/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ ZEPHYRINCLUDE += -I$(srctree)/ext/hal/st/stm32cube/stm32f1xx/drivers/include/
ZEPHYRINCLUDE += -I$(srctree)/ext/hal/st/stm32cube/stm32f1xx/drivers/include/Legacy/
endif

ifdef CONFIG_SOC_SERIES_STM32F2X
ZEPHYRINCLUDE += -I$(srctree)/ext/hal/st/stm32cube/stm32f2xx/soc/
ZEPHYRINCLUDE += -I$(srctree)/ext/hal/st/stm32cube/stm32f2xx/drivers/include/
ZEPHYRINCLUDE += -I$(srctree)/ext/hal/st/stm32cube/stm32f2xx/drivers/include/Legacy/
endif

ifdef CONFIG_SOC_SERIES_STM32F4X
ZEPHYRINCLUDE += -I$(srctree)/ext/hal/st/stm32cube/stm32f4xx/soc/
ZEPHYRINCLUDE += -I$(srctree)/ext/hal/st/stm32cube/stm32f4xx/drivers/include/
Expand Down

0 comments on commit f9901a2

Please sign in to comment.