blob: a97d8b2122bf529117c978c60c8003d44447d4f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 2020 Birte Kristina 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
|