mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
sys/trace: model in Kconfig
This commit is contained in:
parent
13a7aaf1d7
commit
563e3efe8e
@ -76,6 +76,7 @@ rsource "seq/Kconfig"
|
|||||||
rsource "shell/Kconfig"
|
rsource "shell/Kconfig"
|
||||||
rsource "test_utils/Kconfig"
|
rsource "test_utils/Kconfig"
|
||||||
rsource "timex/Kconfig"
|
rsource "timex/Kconfig"
|
||||||
|
rsource "trace/Kconfig"
|
||||||
rsource "tsrb/Kconfig"
|
rsource "tsrb/Kconfig"
|
||||||
rsource "uri_parser/Kconfig"
|
rsource "uri_parser/Kconfig"
|
||||||
rsource "usb/Kconfig"
|
rsource "usb/Kconfig"
|
||||||
|
13
sys/trace/Kconfig
Normal file
13
sys/trace/Kconfig
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Copyright (c) 2021 Inria
|
||||||
|
#
|
||||||
|
# This file is subject to the terms and conditions of the GNU Lesser
|
||||||
|
# General Public License v2.1. See the file LICENSE in the top level
|
||||||
|
# directory for more details.
|
||||||
|
#
|
||||||
|
|
||||||
|
config MODULE_TRACE
|
||||||
|
bool "Trace program flows"
|
||||||
|
depends on TEST_KCONFIG
|
||||||
|
select MODULE_ZTIMER
|
||||||
|
select MODULE_ZTIMER_USEC
|
||||||
|
select MODULE_ZTIMER_PERIPH_TIMER
|
Loading…
Reference in New Issue
Block a user