rtl8821cs BT调试过程

本文档详细介绍了rtl8821cs Bluetooth驱动的调试过程,包括将驱动代码添加到linux内核、修改配置文件、更新makefile、配置menuconfig、编译内核模块,并提供了相关代码下载链接及启动脚本。
摘要由CSDN通过智能技术生成

rtl8821cs BT调试过程
1,添加到/linux-4.1.15/drivers/bluetooth rtl8821驱动代码
hci_h4.c hci_ldisc.c hci_rtk_h5.c hci_uart.h rtk_coex.c rtk_coex.h

2,修改config file:添加如下代码
config BT_HCIUART_3WIRE
bool “Three-wire UART (H5) protocol support”
depends on BT_HCIUART
help
The HCI Three-wire UART Transport Layer makes it possible to
user the Bluetooth HCI over a serial port interface. The HCI
Three-wire UART Transport Layer assumes that the UART
communication may have bit errors, overrun errors or burst
errors and thereby making CTS/RTS lines unnecessary.

Say Y here to compile support for Three-wire UART protocol.

3,修改makefile
hci_uart-y := hci_ldisc.o
hci_uart-$ (CONFIG_BT_HCIUART_H4) += hci_h4.o
hci_uart-$ (CONFIG_BT_HCIUART_BCSP) += hci_bcsp.o
hci_uart-$ (CONFIG_BT_HCIUART_RTKH5) += hci_rtk_h5.o rtk_coex.o

4,配置menuconfig

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值