blob: 3ce1668a918e04cd5a4bd9d8d2b8deb9abb16159 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 2020 Daniel Friesel
#
# SPDX-License-Identifier: CC0-1.0
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_uptime
bool "Uptime Counter"
select meta_driver_uptime
|