1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/trace: model in Kconfig

This commit is contained in:
Alexandre Abadie 2021-12-04 12:00:09 +01:00
parent 13a7aaf1d7
commit 563e3efe8e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 14 additions and 0 deletions

View File

@ -76,6 +76,7 @@ rsource "seq/Kconfig"
rsource "shell/Kconfig"
rsource "test_utils/Kconfig"
rsource "timex/Kconfig"
rsource "trace/Kconfig"
rsource "tsrb/Kconfig"
rsource "uri_parser/Kconfig"
rsource "usb/Kconfig"

13
sys/trace/Kconfig Normal file
View 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