5 Star 0 Fork 0

ckunkun/obu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Kconfig 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
#===============================================================================
# @brief Kconfig file.
# Copyright (c) @CompanyNameMagicTag 2023-2023. All rights reserved.
#===============================================================================
config SLE_UART_BUS
int
prompt "Set the UART BUS of the currrent sample."
default 0
depends on SAMPLE_SUPPORT_OBU
help
This option means the UART BUS of the currrent sample.
config UART_TXD_PIN
int
prompt "Choose UART TXD pin."
depends on SAMPLE_SUPPORT_OBU
default 19
config UART_RXD_PIN
int
prompt "Choose UART RXD pin."
depends on SAMPLE_SUPPORT_OBU
default 20
choice
prompt "Select sle uart type"
default SAMPLE_SUPPORT_SLE_UART_SERVER
config SAMPLE_SUPPORT_SLE_UART_SERVER
bool "Enable SLE UART Server sample."
config SAMPLE_SUPPORT_SLE_UART_CLIENT
bool "Enable SLE UART Client sample."
endchoice
menu "Select SLE UART sample mode"
choice
prompt "Select sle uart sample type"
default SAMPLE_SUPPORT_NORMAL_TYPE
config SAMPLE_SUPPORT_NORMAL_TYPE
bool "Enable SLE UART normal sample."
config SAMPLE_SUPPORT_LOW_LATENCY_TYPE
bool "Enable SLE UART low latency sample."
endchoice
config SAMPLE_SUPPORT_PERFORMANCE_TYPE
bool
prompt "Set the currrent sample in PERFORMANCE mode."
default n
depends on SAMPLE_SUPPORT_LOW_LATENCY_TYPE
help
This option means the currrent sample is in performance mode.
endmenu
config SUPPORT_SLE_PERIPHERAL
bool
default y if (SAMPLE_SUPPORT_SLE_UART_SERVER)
config SUPPORT_SLE_CENTRAL
bool
default y if (SAMPLE_SUPPORT_SLE_UART_CLIENT)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ckunkun/obu.git
git@gitee.com:ckunkun/obu.git
ckunkun
obu
obu
master

搜索帮助