mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-14 05:42:57 +08:00
4cdb28e10d
improved Zephyr port and examples
16 lines
237 B
Plaintext
16 lines
237 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
|
|
|
|
module = QPCPP
|
|
module-str = QPCPP
|
|
|
|
endif
|