Loading src/arch/stm32f446re-nucleo/Kconfig +3 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ config arch_stm32f446re_nucleo_driver_counter bool "Cycle Counter" select meta_driver_counter config arch_stm32f446re_nucleo_driver_timer bool "Timer with Interrupts" select meta_driver_timer #config arch_stm32f446re_nucleo_driver_timer #bool "Timer with Interrupts" #select meta_driver_timer config arch_stm32f446re_nucleo_driver_uptime bool "Uptime Counter" Loading src/arch/stm32f446re-nucleo/Makefile.inc +6 −6 Original line number Diff line number Diff line Loading @@ -35,9 +35,9 @@ ifneq ($(findstring counter,${arch_drivers}), ) CONFIG_arch_stm32f446re_nucleo_driver_counter = y endif ifneq ($(findstring timer,${arch_drivers}), ) CONFIG_arch_stm32f446re_nucleo_driver_timer = y endif #ifneq ($(findstring timer,${arch_drivers}), ) # CONFIG_arch_stm32f446re_nucleo_driver_timer = y #endif ifeq (${timer_s}, 1) CONFIG_arch_stm32f446re_nucleo_driver_uptime = y Loading @@ -49,9 +49,9 @@ ifdef CONFIG_arch_stm32f446re_nucleo_driver_counter CXX_TARGETS += src/arch/stm32f446re-nucleo/driver/counter.cc endif ifdef CONFIG_arch_stm32f446re_nucleo_driver_timer CXX_TARGETS += src/arch/stm32f446re-nucleo/driver/timer.cc endif #ifdef CONFIG_arch_stm32f446re_nucleo_driver_timer # CXX_TARGETS += src/arch/stm32f446re-nucleo/driver/timer.cc #endif ifdef CONFIG_arch_stm32f446re_nucleo_driver_uptime COMMON_FLAGS += -DTIMER_S Loading Loading
src/arch/stm32f446re-nucleo/Kconfig +3 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ config arch_stm32f446re_nucleo_driver_counter bool "Cycle Counter" select meta_driver_counter config arch_stm32f446re_nucleo_driver_timer bool "Timer with Interrupts" select meta_driver_timer #config arch_stm32f446re_nucleo_driver_timer #bool "Timer with Interrupts" #select meta_driver_timer config arch_stm32f446re_nucleo_driver_uptime bool "Uptime Counter" Loading
src/arch/stm32f446re-nucleo/Makefile.inc +6 −6 Original line number Diff line number Diff line Loading @@ -35,9 +35,9 @@ ifneq ($(findstring counter,${arch_drivers}), ) CONFIG_arch_stm32f446re_nucleo_driver_counter = y endif ifneq ($(findstring timer,${arch_drivers}), ) CONFIG_arch_stm32f446re_nucleo_driver_timer = y endif #ifneq ($(findstring timer,${arch_drivers}), ) # CONFIG_arch_stm32f446re_nucleo_driver_timer = y #endif ifeq (${timer_s}, 1) CONFIG_arch_stm32f446re_nucleo_driver_uptime = y Loading @@ -49,9 +49,9 @@ ifdef CONFIG_arch_stm32f446re_nucleo_driver_counter CXX_TARGETS += src/arch/stm32f446re-nucleo/driver/counter.cc endif ifdef CONFIG_arch_stm32f446re_nucleo_driver_timer CXX_TARGETS += src/arch/stm32f446re-nucleo/driver/timer.cc endif #ifdef CONFIG_arch_stm32f446re_nucleo_driver_timer # CXX_TARGETS += src/arch/stm32f446re-nucleo/driver/timer.cc #endif ifdef CONFIG_arch_stm32f446re_nucleo_driver_uptime COMMON_FLAGS += -DTIMER_S Loading