Commit ff0c5a2a authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Kumar Gala
Browse files

boards: nucleo_f429zi: state compatibility with Arduino connectors



Set HAS_ARDUINO_XXX flag to state boards is compatible with this
connector. It will enable use of shields that requires these flags.


Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
parent 10fc37d7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,3 +8,6 @@
config BOARD_NUCLEO_F429ZI
	bool "NUCLEO-144 F429ZI Development Board"
	depends on SOC_STM32F429XI
	select HAS_ARDUINO_I2C
	select HAS_ARDUINO_SPI
	select HAS_ARDUINO_SERIAL