代码拉取完成,页面将自动刷新
#===============================================================================
# @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)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。