Unverified Commit 8d38d364 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

make stm32f7 usable with dfatool counter benchmarks

parent a9ba02fc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -50,6 +50,9 @@ endif

ifdef CONFIG_arch_stm32f746zg_nucleo_driver_counter
	CXX_TARGETS += src/arch/stm32f746zg-nucleo/driver/counter.cc
	ifneq (${app}, )
		COMMON_FLAGS += -DCONFIG_arch_stm32f746zg_nucleo_driver_counter
	endif
endif

ifdef CONFIG_arch_stm32f746zg_nucleo_driver_i2c