Dozingfiretruck
|
8050ecc831
fix:修正i2c上拉配置
|
3 years ago |
Dozingfiretruck
|
adbe2b5110
update:更新版本号
|
3 years ago |
Dozingfiretruck
|
b6de984c5d
update:i2c_sda配置还原
|
3 years ago |
Wendal Chen
|
90fba8a222
update: 不启用nimble的时候,wm_wifi完全禁用BLE,能节省一点flash
|
3 years ago |
Wendal Chen
|
9997946663
update: lwip的task加上名字
|
3 years ago |
Dozingfiretruck
|
13e2174557
update:还原gpio上下拉配置
|
3 years ago |
Wendal Chen
|
1075b6b27c
fix: wlan库的IP_READY没上报ip地址
|
3 years ago |
Wendal Chen
|
96948b261a
add: 添加httpsrv库的编译
|
3 years ago |
Wendal Chen
|
e05d45c47d
fix: lwip适配对网络状态的判断有问题
|
3 years ago |
Wendal Chen
|
5302159c08
fix: tls_os_task_create的线程优先级跟freertos是反过来的,越大优先级越低, 之前luatos主线程的优先级太高了,导致lwip处理不过来出现内存泄漏
|
3 years ago |
Wendal Chen
|
b18ed6d055
fix: xPortMemIsKernel未正确实现,导致内存泄漏
|
3 years ago |
Wendal Chen
|
a70376aa48
update: 内存操作全部合并到 malloc_air101.c
|
3 years ago |
Wendal Chen
|
5b17fa8975
remove: 移除没用到的net_lwip_rand函数
|
3 years ago |
Wendal Chen
|
e47f490882
change: lwip集成的setopts和getopts改成封装lwip原有函数, 减少代码量
|
3 years ago |
Wendal Chen
|
8b8f362ee0
change: vm内存初始化的代码移到malloc_air101.c里
|
3 years ago |
Wendal Chen
|
49ecbd2f1a
fix: __wrap_free做点防御吧
|
3 years ago |
Wendal Chen
|
d91465ac93
fix: 未启用network的情况下编译失败
|
3 years ago |
Wendal Chen
|
e84f39537e
update: wm_main.c非必要不用重写参数, 也不需要开机就自动联网
|
3 years ago |
Wendal Chen
|
04ae9fe4a7
change: 用lwip的tcpip_cb重写network适配层
|
3 years ago |
Wendal Chen
|
179688510b
change: lwip线程扩大到8k,不然启用tls必死, stack overflow
|
3 years ago |
Wendal Chen
|
b8cfd8b773
change: 调整conf_bsp.h,说明无法启用TLS
|
3 years ago |
Wendal Chen
|
869ed03370
update: 默认开启gmssl库
|
3 years ago |
Wendal Chen
|
d4f2f6bbb5
fix: rtc库返回不合理的值 https://gitee.com/openLuat/LuatOS/issues/I6MGWQ
|
3 years ago |
Wendal Chen
|
a5a7ba995f
fix: 下载工具的下载进度条没按时间文件大小计算
|
3 years ago |
Wendal Chen
|
d8b6be682b
fix: heap4多了日志,heap2忘提交
|
3 years ago |
Wendal Chen
|
1412adaebc
add: 添加heap4,合并原有的heap2+gcc malloc的内存区域.
|
3 years ago |
Wendal Chen
|
1e4aba19a8
update: 解决部分编译警告
|
3 years ago |
Wendal Chen
|
20bdd4ef44
update: 调整lwip适配和wlan适配到单独的目录
|
3 years ago |
Wendal Chen
|
c3a7ab329a
update: 调整xmake.lua,使其能在wlan和socket未启用的情况下依然可用
|
3 years ago |
Wendal Chen
|
0b18a4804e
fix: mcu_air101没引入wm_internal_flash.h
|
3 years ago |