Wendal Chen
|
386bd2d197
update: 调整时钟开关的默认配置,启用RTC时也不关闭非必要时钟
|
2 years ago |
Wendal Chen
|
dc7e0ae192
fix: 解决wlan/ble启动顺序差异导致无法射频不工作的问题
|
2 years ago |
Wendal Chen
|
ea74450f14
add: 关联ulwip库的编译,准备尝试对接w5500或者ch395
|
2 years ago |
Dozingfiretruck
|
ed0b3acb43
fix:编译报错
|
2 years ago |
Dozingfiretruck
|
668495a225
change:回退默认conf
|
2 years ago |
Dozingfiretruck
|
941849bb93
update:支持codec power pin
|
2 years ago |
Wendal Chen
|
d0d03cf603
update: 网络适配层net_lwip改名为net_lwip2,这样就能区分了
|
2 years ago |
Wendal Chen
|
1851954ae4
remove: 移除多余的demo目录
|
2 years ago |
Wendal Chen
|
68c5badd60
update: 优化vm的栈大小, 8k已经足够了
|
2 years ago |
Wendal Chen
|
cc36c19e37
update: 优化luat_conf_bsp默认配置,默认禁用一些不常用的库
|
2 years ago |
Wendal Chen
|
f2e158ff6d
update: 优化luatos主线程的内存大小
|
2 years ago |
Wendal Chen
|
b26de8acfb
fix: pwm传入频率/周期为0会死机
|
2 years ago |
Wendal Chen
|
6b3ddf208e
update: kcp暂时不需要参与编译
|
2 years ago |
Wendal Chen
|
985f026cbb
fix: 云编译启用LUAT_CONF_LOG_UART1后编译失败
|
2 years ago |
Wendal Chen
|
377ef2fc23
fix: luat_i2s_setup编译失败,原因是函数参数变了,加了const
|
2 years ago |
Wendal Chen
|
6b997a5e07
add: 初步支持ulwip库,支持其他模块直接控制本模块的mac包收发
|
2 years ago |
Wendal Chen
|
23e7894843
update: 主库net_lwip_set_netif调整参数顺序
|
2 years ago |
Wendal Chen
|
b01a29e426
change: wifi初始化延后到wlan.init才执行
|
2 years ago |
Wendal Chen
|
27ba298467
update: 启动时获取AP的mac地址不用调用2次
|
2 years ago |
Wendal Chen
|
788a146924
update: lwip的sys_arch的任务变量/线程栈内存块,改成static变量
|
2 years ago |
Wendal Chen
|
9c0899c91a
change: 关联ercoap库的编译
|
2 years ago |
Wendal Chen
|
6d0cd1af2c
remove: 移除对dsp库的链接, 没有集成也没有希望集成
|
2 years ago |
Wendal Chen
|
f4d2466922
update: 关联pcap工具,支持从uart2导出pcap格式的mac数据包,用于给小鲨鱼分析通信
|
2 years ago |
Wendal Chen
|
2f83c777b5
remove: tls_spifls_init是多余的,移除之
|
2 years ago |
Wendal Chen
|
fff98d8db6
remove: mbedtls关闭GCM,默认启用AES_ALT,除非主动关闭
|
2 years ago |
Wendal Chen
|
339d0d647e
update: 优化wlan库的日志
|
2 years ago |
Wendal Chen
|
ddccb56d61
update: 再次重新mac修复逻辑,加入sta/ap相同时的处理
|
2 years ago |
Wendal Chen
|
600bfb1eb0
fix: 修复mac地址设置无效
|
2 years ago |
Wendal Chen
|
18444e9805
update: 减少netif_event日志打印,调整oneshot配网获取STA mac的代码
|
2 years ago |
Wendal Chen
|
a3000d3d7f
change: 关闭IP包透传,移除mDNS,移除dns服务,进一步释放内存
|
2 years ago |