Merge pull request #11701 from aabadie/pr/riotboot/stm32l4
boards/stm32l4: add riotboot support
This commit is contained in:
commit
2f95d79c5e
@ -8,4 +8,7 @@ FEATURES_PROVIDED += periph_spi
|
|||||||
FEATURES_PROVIDED += periph_timer
|
FEATURES_PROVIDED += periph_timer
|
||||||
FEATURES_PROVIDED += periph_uart
|
FEATURES_PROVIDED += periph_uart
|
||||||
|
|
||||||
|
# Put other features for this board (in alphabetical order)
|
||||||
|
FEATURES_PROVIDED += riotboot
|
||||||
|
|
||||||
include $(RIOTCPU)/stm32l4/Makefile.features
|
include $(RIOTCPU)/stm32l4/Makefile.features
|
||||||
|
|||||||
@ -6,6 +6,13 @@ FEATURES_PROVIDED += periph_spi
|
|||||||
FEATURES_PROVIDED += periph_timer
|
FEATURES_PROVIDED += periph_timer
|
||||||
FEATURES_PROVIDED += periph_uart
|
FEATURES_PROVIDED += periph_uart
|
||||||
|
|
||||||
|
# Put other features for this board (in alphabetical order)
|
||||||
|
# Note that a recent version of OpenOCD is required for flashing an image on
|
||||||
|
# the second slot of the flash memory. This version has to be built from source
|
||||||
|
# and at least contains the following commit
|
||||||
|
# https://github.com/ntfreak/openocd/commit/a4d50544de07f13e3f9644d2b48e41ebdc91a7a3
|
||||||
|
FEATURES_PROVIDED += riotboot
|
||||||
|
|
||||||
# load the common Makefile.features for Nucleo-32 boards
|
# load the common Makefile.features for Nucleo-32 boards
|
||||||
include $(RIOTBOARD)/common/nucleo32/Makefile.features
|
include $(RIOTBOARD)/common/nucleo32/Makefile.features
|
||||||
|
|
||||||
|
|||||||
@ -8,6 +8,13 @@ FEATURES_PROVIDED += periph_spi
|
|||||||
FEATURES_PROVIDED += periph_timer
|
FEATURES_PROVIDED += periph_timer
|
||||||
FEATURES_PROVIDED += periph_uart
|
FEATURES_PROVIDED += periph_uart
|
||||||
|
|
||||||
|
# Put other features for this board (in alphabetical order)
|
||||||
|
# Note that a recent version of OpenOCD is required for flashing an image on
|
||||||
|
# the second slot of the flash memory. This version has to be built from source
|
||||||
|
# and at least contains the following commit
|
||||||
|
# https://github.com/ntfreak/openocd/commit/a4d50544de07f13e3f9644d2b48e41ebdc91a7a3
|
||||||
|
FEATURES_PROVIDED += riotboot
|
||||||
|
|
||||||
# load the common Makefile.features for Nucleo boards
|
# load the common Makefile.features for Nucleo boards
|
||||||
include $(RIOTBOARD)/common/nucleo64/Makefile.features
|
include $(RIOTBOARD)/common/nucleo64/Makefile.features
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,9 @@ FEATURES_PROVIDED += periph_spi
|
|||||||
FEATURES_PROVIDED += periph_timer
|
FEATURES_PROVIDED += periph_timer
|
||||||
FEATURES_PROVIDED += periph_uart
|
FEATURES_PROVIDED += periph_uart
|
||||||
|
|
||||||
|
# Put other features for this board (in alphabetical order)
|
||||||
|
FEATURES_PROVIDED += riotboot
|
||||||
|
|
||||||
# load the common Makefile.features for Nucleo boards
|
# load the common Makefile.features for Nucleo boards
|
||||||
include $(RIOTBOARD)/common/nucleo64/Makefile.features
|
include $(RIOTBOARD)/common/nucleo64/Makefile.features
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,9 @@ FEATURES_PROVIDED += periph_spi
|
|||||||
FEATURES_PROVIDED += periph_timer
|
FEATURES_PROVIDED += periph_timer
|
||||||
FEATURES_PROVIDED += periph_uart periph_lpuart
|
FEATURES_PROVIDED += periph_uart periph_lpuart
|
||||||
|
|
||||||
|
# Put other features for this board (in alphabetical order)
|
||||||
|
FEATURES_PROVIDED += riotboot
|
||||||
|
|
||||||
# load the common Makefile.features for Nucleo boards
|
# load the common Makefile.features for Nucleo boards
|
||||||
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
||||||
|
|
||||||
|
|||||||
@ -4,4 +4,7 @@ FEATURES_PROVIDED += periph_rtt
|
|||||||
FEATURES_PROVIDED += periph_timer
|
FEATURES_PROVIDED += periph_timer
|
||||||
FEATURES_PROVIDED += periph_uart
|
FEATURES_PROVIDED += periph_uart
|
||||||
|
|
||||||
|
# Put other features for this board (in alphabetical order)
|
||||||
|
FEATURES_PROVIDED += riotboot
|
||||||
|
|
||||||
include $(RIOTCPU)/stm32l4/Makefile.features
|
include $(RIOTCPU)/stm32l4/Makefile.features
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user