上一页 1 2 3 4 5 6 ··· 19 下一页
摘要: 参考链接: https://blog.csdn.net/qq_39759656/article/details/82858101 为什么没有core文件 生成core文件的条件有3点: 1. limit大小 够 2. 执行文件没有strip 3. 存放的目录有写权限。路径在/proc/sys/ker 阅读全文
posted @ 2021-08-21 11:01 SuperTao1024 阅读(408) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/chenjk10/article/details/90317028 https://blog.csdn.net/zhuo_lee_new/article/details/106626680 首先启动bluetoothctl启动 常用命令 power on/ 阅读全文
posted @ 2021-08-21 10:58 SuperTao1024 阅读(4935) 评论(0) 推荐(0) 编辑
摘要: # 文件结构 #$ tree #. #+-- dir1 #¦ +-- 1.c #¦ +-- a.s #+-- dir2 # +-- 11.c # +-- aa.s #+-- Makefile # Makefile # wildcard展开后面通配符的内容 SRCS1 += $(wildcard di 阅读全文
posted @ 2021-08-20 17:16 SuperTao1024 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 1. Makefile规则 target: prerequisites command 目标文件:依赖文件 编译的命令 2. 举例学习 2.1 在同一个目录创建三个文件 $ tree . +-- func1.c +-- func1.h +-- func2.c +-- func2.h +-- main 阅读全文
posted @ 2021-07-12 20:58 SuperTao1024 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 在使用fastboot刷userdata时,出现错误: (bootloader) flash img partition: userdata FAILED (remote: size too large) 原因是分区的实际大小和定义的不一致。需要更改。 参考链接:https://www.jiansh 阅读全文
posted @ 2020-06-11 19:03 SuperTao1024 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: 在用vs2019编译C++工程时,出现错误。 原因是设置的命令没有运行成功,需要将这条命令关闭。不编译就行了。 解决方法,打开property manager,打开property pages,将其中的Post Build Event改成No。 操作方法View Other windows Prop 阅读全文
posted @ 2019-09-18 15:34 SuperTao1024 阅读(1281) 评论(0) 推荐(0) 编辑
摘要: 分析连接脚本的语法规则 / Memory linker description / MEMORY { / ROM区,只读, 起始地址0x00000000, 长度4K / ROM (r) : ORIGIN = 0x00000000, LENGTH = 4K / FLASH区, 读,写,可执行, 起始地 阅读全文
posted @ 2019-08-15 15:35 SuperTao1024 阅读(995) 评论(0) 推荐(0) 编辑
摘要: Android在连接BLE设备的时候,遇到连接没多久就自动断开的情况。通过HCI来分析一下。 最后一个帧的内容,显示连接超时。 而另外一个台设备, 却不会断开,第一个帧显示对面LE设备所能支持结构,其中Connection Parameters Request Procedure: False,表示 阅读全文
posted @ 2019-04-26 16:38 SuperTao1024 阅读(1816) 评论(0) 推荐(0) 编辑
摘要: 最近在调试android连接ble设备,需要查看hci日志。记录一下方法。 阅读全文
posted @ 2019-04-25 20:40 SuperTao1024 阅读(8454) 评论(0) 推荐(0) 编辑
摘要: OKC(Opportunistic Key Caching) OKC,也叫OPC(Opportunistic PMK Caching),是微软定义的一套标准,并不在802.11标准中。不过多数厂商都支持这种方式,也成为了一种事实标准。 其流程大致如下: 当STA跟AP1经过完整的EAP/802.1X 阅读全文
posted @ 2019-04-09 13:59 SuperTao1024 阅读(1721) 评论(0) 推荐(0) 编辑
摘要: 记录一下蓝牙A2DP的流程 Liu Tao 2019 3 28 阅读全文
posted @ 2019-03-28 19:51 SuperTao1024 阅读(2199) 评论(0) 推荐(0) 编辑
摘要: Liu Tao 2019 3 27 阅读全文
posted @ 2019-03-27 16:05 SuperTao1024 阅读(1703) 评论(0) 推荐(0) 编辑
摘要: 记录android 8 蓝牙扫描设备的流程 Liu Tao 2019 3 27 阅读全文
posted @ 2019-03-27 14:37 SuperTao1024 阅读(807) 评论(0) 推荐(0) 编辑
摘要: 记录android 8设置蓝牙名称的流程。 Liu Tao 2019 3 27 阅读全文
posted @ 2019-03-27 13:51 SuperTao1024 阅读(982) 评论(0) 推荐(0) 编辑
摘要: ``` packages\apps\Settings\src\com\android\settings\bluetooth\BluetoothEnabler.java @Override public boolean onSwitchToggled(boolean isChecked) { if ( 阅读全文
posted @ 2019-03-12 11:15 SuperTao1024 阅读(1096) 评论(0) 推荐(0) 编辑
摘要: ``` sound/soc/soc-core.c static int __init snd_soc_init(void) { #ifdef CONFIG_DEBUG_FS snd_soc_debugfs_root = debugfs_create_dir("asoc", NULL); if (IS_ERR(snd_soc_debugfs_root) || !snd_soc_debugfs_... 阅读全文
posted @ 2019-03-09 10:53 SuperTao1024 阅读(741) 评论(0) 推荐(0) 编辑
摘要: ``` sound/soc/msm/msm8952.c // 注册平台设备 static int __init msm8952_machine_init(void) { return platform_driver_register(&msm8952_asoc_machine_driver); } late_initcall(msm8952_machine_init); // 驱动和设备的... 阅读全文
posted @ 2019-03-09 10:38 SuperTao1024 阅读(717) 评论(2) 推荐(0) 编辑
摘要: sound/soc/codecs/msm8x16 wcd.c sound/soc/soc core.c 阅读全文
posted @ 2019-03-09 10:37 SuperTao1024 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 跟一下msm8953音频的dts。 msm8953 audio mtp.dtsi msm audio.dtsi msm8953 pinctrl.dtsi msm pm8953.dtsi Liu Tao 2019 3 5 阅读全文
posted @ 2019-03-05 17:47 SuperTao1024 阅读(2988) 评论(0) 推荐(0) 编辑
摘要: 学习mqtt协议,从网上找demo验证一下。 参考链接 https://www.jianshu.com/p/ebbe25d1c4b2 https://blog.csdn.net/xxmonstor/article/details/80479851 https://www.jianshu.com/p/ 阅读全文
posted @ 2019-03-05 10:46 SuperTao1024 阅读(847) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 19 下一页