mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
22 lines
335 B
Plaintext
22 lines
335 B
Plaintext
# QPCPP Zephyr module
|
|
# SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-QL-commercial
|
|
|
|
menuconfig QPCPP
|
|
bool "QPCPP"
|
|
default n
|
|
help
|
|
Enables the QPCPP Module
|
|
|
|
if QPCPP
|
|
|
|
config QSPY
|
|
bool "QSPY Tracing"
|
|
default n
|
|
help
|
|
Enables the QSPY Tracing for QP
|
|
|
|
module = QPCPP
|
|
module-str = QPCPP
|
|
|
|
endif
|