2024-04-17 |
Wendal Chen | Merge branch 'master' of gitee.com:openLuat/LuatOS
|
commit | commitdiff | tree |
2024-04-17 |
Wendal Chen | fix: libfota/libfota2在非fota请求时主动清除/update.bin
|
commit | commitdiff | tree |
2024-04-17 |
Wendal Chen | fix: 修复u8g2字体在bsp/pc环境下编译失败,移除sarasa_m8字体的引用,该字体已被删除
|
commit | commitdiff | tree |
2024-04-16 |
Wendal Chen | update: 优化ulwip,改进dhcp逻辑和IP_READY逻辑,不完美但能用-_-
|
commit | commitdiff | tree |
2024-04-16 |
Wendal Chen | update: ht1621支持更多的自定义初始化参数
|
commit | commitdiff | tree |
2024-04-16 |
Wendal Chen | update: ulwip优化步骤1, 分拆头文件
|
commit | commitdiff | tree |
2024-04-16 |
Wendal Chen | update: 更新adc分压配置的提示信息
|
commit | commitdiff | tree |
2024-04-16 |
Wendal Chen | fix: ulwip的netif out回调逻辑, 在非zbuff模式会有内存泄漏问题
|
commit | commitdiff | tree |
2024-04-16 |
Wendal Chen | update: ulwip的netif_out回调支持使用zbuff作为参数, 减轻lua gc的压力
|
commit | commitdiff | tree |
2024-04-16 |
Wendal Chen | Merge branch 'master' of gitee.com:openLuat/LuatOS
|
commit | commitdiff | tree |
2024-04-16 |
Wendal Chen | fix: socket.read读取失败时,第二个参数应该返回nil
|
commit | commitdiff | tree |
2024-04-16 |
Wendal Chen | update: 优化一下dhcp_client的日志, 直接打印出ip来
|
commit | commitdiff | tree |
2024-04-15 |
Wendal Chen | update: demo/camera/air105/scanner的扫码耗时应该是600ms
|
commit | commitdiff | tree |
2024-04-15 |
Wendal Chen | update: 更新spislave库状态,改为可用
|
commit | commitdiff | tree |
2024-04-15 |
Wendal Chen | update: dhcp_client没必要用宏包起来
|
commit | commitdiff | tree |
2024-04-15 |
Wendal Chen | add: ulwip跑通dhcp,细节仍需优化
|
commit | commitdiff | tree |
2024-04-15 |
Wendal Chen | fix: ulwip库在ec618上编译失败
|
commit | commitdiff | tree |
2024-04-15 |
Wendal Chen | add: 添加ht1621驱动
|
commit | commitdiff | tree |
2024-04-13 |
Wendal Chen | fix: 前一个修改后,air601/esp32c3无法进行dns解析. 因为net_lwip2的dns_udp需要加上...
|
commit | commitdiff | tree |
2024-04-13 |
Wendal Chen | update: 优化ulwip库, 结合net_lwip2的修改, 跑通dns查询
|
commit | commitdiff | tree |
2024-04-13 |
Wendal Chen | update: net_lwip2支持多netif的dns查询
|
commit | commitdiff | tree |
2024-04-13 |
Wendal Chen | Merge branch 'master' of gitee.com:openLuat/LuatOS
|
commit | commitdiff | tree |
2024-04-13 |
Wendal Chen | update: ulwip库跑通外网访问
|
commit | commitdiff | tree |
2024-04-12 |
Wendal Chen | fix: libfota2重复执行后url会不断增长
|
commit | commitdiff | tree |
2024-04-11 |
Wendal Chen | add: network_adapter_info添加check_ack函数, 适应多适配的场景
|
commit | commitdiff | tree |
2024-04-11 |
Wendal Chen | fix: uwlip.ip设置gw有错误,设置成自己的ip了
|
commit | commitdiff | tree |
2024-04-11 |
Wendal Chen | fix: 修正一些wifi demo的错误
|
commit | commitdiff | tree |
2024-04-11 |
Wendal Chen | fix: net_lwip2不需要tcp_bind
|
commit | commitdiff | tree |
2024-04-11 |
Wendal Chen | fix: http的socket层调试信息被默认打开了
|
commit | commitdiff | tree |
2024-04-11 |
Wendal Chen | fix: tiny_jpeg的assert重定义了
|
commit | commitdiff | tree |
2024-04-11 |
Wendal Chen | update: ulwip库和net_lwip2兼容ec618平台
|
commit | commitdiff | tree |
2024-04-11 |
Wendal Chen | fix: http库的调试宏LUAT_HTTP_DEBUG没有统一
|
commit | commitdiff | tree |
2024-04-11 |
Wendal Chen | add: 添加wlanraw库,当前仅air601可用
|
commit | commitdiff | tree |
2024-04-10 |
Wendal Chen | fix: pca9685的库描述不对
|
commit | commitdiff | tree |
2024-04-09 |
Wendal Chen | add: 添加libfota2库, 验证libfota/libfota2在Air601的兼容性, 均正常
|
commit | commitdiff | tree |
2024-04-08 |
Wendal Chen | update: 把demo/ota/air601的注释写清楚
|
commit | commitdiff | tree |
2024-04-08 |
Wendal Chen | add: 添加socket.read函数
|
commit | commitdiff | tree |
2024-04-07 |
Wendal Chen | fix: 解决掉sqlite3的全部编译警告
|
commit | commitdiff | tree |
2024-04-07 |
Wendal Chen | fix: sensor.dht1x当环境文件低于0度时,返回值不正确
|
commit | commitdiff | tree |
2024-04-07 |
Wendal Chen | Merge branch 'master' of gitee.com:openLuat/LuatOS
|
commit | commitdiff | tree |
2024-04-07 |
Wendal Chen | fix: demo/tts兼容老的固件, 因为老版本不带audio.pm函数
|
commit | commitdiff | tree |
2024-04-07 |
Wendal Chen | Merge branch 'master' of gitee.com:openLuat/LuatOS
|
commit | commitdiff | tree |
2024-04-04 |
Wendal Chen | fix: spi.ready重复注册了
|
commit | commitdiff | tree |
2024-04-03 |
Wendal Chen | add: fota.run支持指定偏移量和长度
|
commit | commitdiff | tree |
2024-04-01 |
Wendal Chen | update: 优化demo/spislave
|
commit | commitdiff | tree |
2024-04-01 |
Wendal Chen | fix: protoc不需要加-cpp参数
|
commit | commitdiff | tree |
2024-04-01 |
Wendal Chen | fix: ulwip库在输入数据包时应该走tcpip_callback, 如果NO_SYS=0的话
|
commit | commitdiff | tree |
2024-03-29 |
Wendal Chen | fix: adc库应该是 "模数转换"
|
commit | commitdiff | tree |
2024-03-29 |
Wendal Chen | fix: fonts库的编译警告
|
commit | commitdiff | tree |
2024-03-29 |
Wendal Chen | update: 继续优化spi.recv的代码,不需要先从heap分配内存,直接lua分配内存就行了
|
commit | commitdiff | tree |
2024-03-29 |
Wendal Chen | fix: spi.close的返回值有问题,修正一下,虽然没人会检查这个返回值
|
commit | commitdiff | tree |
2024-03-29 |
Wendal Chen | add: spi.recv支持zbuff参数
|
commit | commitdiff | tree |
2024-03-29 |
Wendal Chen | fix: os库的适配状态不显示
|
commit | commitdiff | tree |
2024-03-28 |
Wendal Chen | fix: luat_wlan.h不支持重复include
|
commit | commitdiff | tree |
2024-03-28 |
Wendal Chen | fix: 修正softkb的api注释
|
commit | commitdiff | tree |
2024-03-28 |
Wendal Chen | remove: 移除ctiot库及相关文件,将来重新适配的话再加上
|
commit | commitdiff | tree |
2024-03-28 |
Wendal Chen | Merge branch 'master' of gitee.com:openLuat/LuatOS
|
commit | commitdiff | tree |
2024-03-28 |
Wendal Chen | fix: ibeacon不再支持自定义设备名了, esp32c3之前就不支持, 现在air601也报错...
|
commit | commitdiff | tree |
2024-03-27 |
Wendal Chen | update: 跑通Air780E-Air601的SPI主从通信,添加demo
|
commit | commitdiff | tree |
2024-03-27 |
Wendal Chen | add: 添加spi从机库,未定稿,只调试了air601
|
commit | commitdiff | tree |
2024-03-27 |
Wendal Chen | update: 调整API文档生成适配状态的模块型号顺序
|
commit | commitdiff | tree |
2024-03-27 |
Wendal Chen | add: 添加spi从机库的雏形
|
commit | commitdiff | tree |
2024-03-27 |
Wendal Chen | update: 继续完成httpplus库的api文档
|
commit | commitdiff | tree |
2024-03-27 |
Wendal Chen | update: 更新httpplus库的描述信息
|
commit | commitdiff | tree |
2024-03-26 |
Wendal Chen | fix: http库自定义header应该支持任意大小的value
|
commit | commitdiff | tree |
2024-03-26 |
Wendal Chen | update: httpplus兼容非标的HTTP响应状态行,例如华为云的物联网平台的设备注册API...
|
commit | commitdiff | tree |
2024-03-26 |
Wendal Chen | update: aliyun库的keepalive改成300秒
|
commit | commitdiff | tree |
2024-03-26 |
Wendal Chen | update: 优化aliyun的demo, 添加低功耗测试的演示
|
commit | commitdiff | tree |
2024-03-26 |
Wendal Chen | update: 优化阿里云的demo
|
commit | commitdiff | tree |
2024-03-26 |
Wendal Chen | update: 优化aliyun库的支持,生成API文档
|
commit | commitdiff | tree |
2024-03-26 |
Wendal Chen | fix: aliyun库的keepalive时间太短, mqtt conack的topic会跟其他mqtt客户端冲突
|
commit | commitdiff | tree |
2024-03-26 |
Wendal Chen | update: 更新GMSSL库的描述信息
|
commit | commitdiff | tree |
2024-03-26 |
Wendal Chen | update: bsp/mini的conf_bsp.h添加提示信息
|
commit | commitdiff | tree |
2024-03-26 |
Wendal Chen | update: mqtt库的调试信息使用标准的宏命名,支持外部覆盖
|
commit | commitdiff | tree |
2024-03-26 |
Wendal Chen | fix: i2c_tools打印日志的调用语句有问题,不应该直接传buff的
|
commit | commitdiff | tree |
2024-03-26 |
Wendal Chen | fix: net_lwip2在ec618/718下编译失败
|
commit | commitdiff | tree |
2024-03-22 |
Wendal Chen | rm: ufont库不再需要了
|
commit | commitdiff | tree |
2024-03-22 |
Wendal Chen | Merge branch 'master' of gitee.com:openLuat/LuatOS
|
commit | commitdiff | tree |
2024-03-22 |
Wendal Chen | fix: ble接收数据超过256字节会截断
|
commit | commitdiff | tree |
2024-03-20 |
Wendal Chen | update: libfota尝试兼容wifi和其他不带mobile库的bsp
|
commit | commitdiff | tree |
2024-03-20 |
Wendal Chen | fix: luat_http在csdk环境下的描述有问题,修正一下
|
commit | commitdiff | tree |
2024-03-20 |
Wendal Chen | fix: miniz在idf5下编译错误
|
commit | commitdiff | tree |
2024-03-20 |
Wendal Chen | fix: miniz部分函数使用的栈太大了,修改为heap分配
|
commit | commitdiff | tree |
2024-03-19 |
Wendal Chen | fix: l_mlx90640_draw2lcd应该使用malloc获取绘制所需要的内存块
|
commit | commitdiff | tree |
2024-03-19 |
Wendal Chen | fix: buff2uuid函数应该使用定长数组
|
commit | commitdiff | tree |
2024-03-19 |
Wendal Chen | fix: luat_fs_lsdir函数的日志不应该打印,应该是调试时意外打开了
|
commit | commitdiff | tree |
2024-03-11 |
Wendal Chen | fix: 解决nes_cpu.c的编译警告
|
commit | commitdiff | tree |
2024-03-11 |
Wendal Chen | fix: 解决gmssl库中几个ASN1_OID_INFO漏字段的警告
|
commit | commitdiff | tree |
2024-03-11 |
Wendal Chen | update: 启用SQLITE_OMIT_AUTHORIZATION后, sqlite3库在-Werror...
|
commit | commitdiff | tree |
2024-03-11 |
Wendal Chen | change: 隐藏luat_libgnss_parse_nmea遇到不认识的nmea语句时的日志
|
commit | commitdiff | tree |
2024-03-07 |
Wendal Chen | revert: 回滚对httpsrv的修改
|
commit | commitdiff | tree |
2024-03-07 |
Wendal Chen | fix: mqtt库在Air780EP下应该使用较大的缓冲区大小
|
commit | commitdiff | tree |
2024-03-06 |
Wendal Chen | Merge branch 'master' of gitee.com:openLuat/LuatOS
|
commit | commitdiff | tree |
2024-03-06 |
Wendal Chen | fix: luat_ws2812.c没有引入luat_mem.h就调用了malloc函数
|
commit | commitdiff | tree |
2024-03-06 |
Wendal Chen | fix: lib_ercoap应该include luat_mcu.h,因为调用了luat_mcu_tick64
|
commit | commitdiff | tree |
2024-03-06 |
Wendal Chen | fix: sm3_df_finish函数兼容idf5.2
|
commit | commitdiff | tree |
2024-03-06 |
Wendal Chen | fix: 解决sqlite3库的编译警告
|
commit | commitdiff | tree |
2024-03-05 |
Wendal Chen | fix: lib_gtfont在idf5下编译失败,虽然没啥影响-_-
|
commit | commitdiff | tree |
2024-03-05 |
Wendal Chen | add: spi device被gc时打印个日志
|
commit | commitdiff | tree |
2024-03-05 |
Wendal Chen | Merge branch 'master' of gitee.com:openLuat/LuatOS
|
commit | commitdiff | tree |