Results 7 issues of ueJone

和bt库似乎没关系,后来增加调试信息发现`print_call_stack()`执行一半mcu就停止运行了,最重要的调用关系没来得及打印,不知道为什么会没执行到最后 ```c [5103078] E/cmb: [5103078] E/cmb: Firmware name: rtthread, hardware version: 1.0, software version: 1.0 [5103078] E/cmb: Fault on interrupt or bare metal(no OS) environment [5103078] E/cmb: ===== Thread stack...

首先感谢楼主付出的努力! 看楼主做了多款开发板的兼容,能否基于cubemx做个移植的说明呢?看了下《USB设备开发指南》还是不清楚怎么把tusb移植到自己的目标板上,真心希望楼主能出个说明资料,谢谢

库中不少使用宏来声明的函数体,比如`KAWAII_MQTT_CLIENT_SET_STATEMENT(user_name, char*)`。部分编辑器比如`SourceInsight`并不会将这些宏展开,会有下面这些不便: 1. 不展开宏用户并不清楚有哪些接口可用 2. 接口上的参数类型也需要根据宏来确认 3. 智能提示功能也不可用 上述问题换编辑器可以解决,但还是希望楼主可以照顾一下其他编辑器

There are examples for the sx12xx series, but no examples for llcc68. So we are not sure how to get started with this library. May I ask if you have...

服务器主动断开了连接时可立即触发进行重连 --- 之前通过keepalive来判断连接是否断开用时太长,若有用户讲keepalive设置较大的时检测断开的周期会变的很久

## Is your feature request related to a problem? Please describe ## Describe the solution you'd like ## Describe alternatives you've considered ## Steps you didn't forgot to do -...

enhancement

**场景:** 开启webnet的gzip压缩模块,然后将所有页面都压缩为.gz文件 **问题:** 源代码查找默认index页(`default_files`)时未判断对应的.gz文件是否存在,导致浏览器报404错误 ```c /* default index file */ static const char *default_files[] = { "", "/index.html", "/index.htm", RT_NULL }; ```