2024-05-13 |
Wendal Chen | fix: 解决luat_ota.c的编译警告
|
commit | commitdiff | tree |
2024-05-07 |
Wendal Chen | add: 新增mcu.ticks2函数,使用分割返回的方式,为lua层提供不会溢出的tick计数
|
commit | commitdiff | tree |
2024-05-07 |
Wendal Chen | update: 首页README的CI badge应该指向2024库
|
commit | commitdiff | tree |
2024-05-07 |
Wendal Chen | update: 继续更新mobile库的API文档
|
commit | commitdiff | tree |
2024-05-07 |
Wendal Chen | update: 更新mobile.status函数的API注释,明确确保status值的含义
|
commit | commitdiff | tree |
2024-05-07 |
Wendal Chen | fix: wlan.connect支持指定bssid
|
commit | commitdiff | tree |
2024-05-06 |
Wendal Chen | fix: cc库的demo路径错了
|
commit | commitdiff | tree |
2024-05-06 |
Wendal Chen | fix: net_lwip2_check_network_ready在idf5下联网失败会崩
|
commit | commitdiff | tree |
2024-05-06 |
Wendal Chen | add: 添加千寻RTK的集成适配,未测试,未添加lua绑定代码
|
commit | commitdiff | tree |
2024-05-06 |
Wendal Chen | update: demo/crypto增加3des的演示
|
commit | commitdiff | tree |
2024-05-04 |
Wendal Chen | fix: l_i2s_send的类型判断错误, lua_type并不会返回LUA_TINTEGER
|
commit | commitdiff | tree |
2024-05-01 |
Wendal Chen | fix: ulwip库在idf5下编译失败
|
commit | commitdiff | tree |
2024-05-01 |
Wendal Chen | fix: mqtt的connect报文的数据长度超过256时会出错,导致无法连接服务器
|
commit | commitdiff | tree |
2024-05-01 |
Wendal Chen | update: 支持自定义mqtt的最大pkg大小
|
commit | commitdiff | tree |
2024-04-30 |
Wendal Chen | update: 优化ulwip/napt传输性能
|
commit | commitdiff | tree |
2024-04-30 |
Wendal Chen | fix: demo/socket/udpsrv错误设置了wifi的mac地址
|
commit | commitdiff | tree |
2024-04-30 |
Wendal Chen | remove: 移除luat_lpmem.h
|
commit | commitdiff | tree |
2024-04-29 |
Wendal Chen | fix: net_lwip2兼容ec716e
|
commit | commitdiff | tree |
2024-04-29 |
Wendal Chen | update: mqtt库的接收缓冲区,在ec618/ec718进一步放开到32k
|
commit | commitdiff | tree |
2024-04-28 |
Wendal Chen | add: websocket支持自定义keepalive长度,单位秒, 并整理代码
|
commit | commitdiff | tree |
2024-04-28 |
Wendal Chen | Merge branch 'master' of gitee.com:openLuat/LuatOS
|
commit | commitdiff | tree |
2024-04-26 |
Wendal Chen | fix: tlsf_stat没有返回值
|
commit | commitdiff | tree |
2024-04-26 |
Wendal Chen | fix: nes_cpu.prg_banks存在数组越界, -Werror=array-bounds
|
commit | commitdiff | tree |
2024-04-26 |
Wendal Chen | remove: 移除fastlz中多余的pragma GCC
|
commit | commitdiff | tree |
2024-04-26 |
Wendal Chen | Merge branch 'master' of gitee.com:openLuat/LuatOS
|
commit | commitdiff | tree |
2024-04-25 |
Wendal Chen | fix: luat_nimble.h的类型声明警告
|
commit | commitdiff | tree |
2024-04-25 |
Wendal Chen | fix: 解决onewire库的编译警告
|
commit | commitdiff | tree |
2024-04-25 |
Wendal Chen | fix: sqlite3库的编译警告
|
commit | commitdiff | tree |
2024-04-25 |
Wendal Chen | fix: luat_profiler.c的编译警告,多余的变量声明
|
commit | commitdiff | tree |
2024-04-25 |
Wendal Chen | fix: 修复LUAT_CONF_DISABLE_ROTABLE宏的支持
|
commit | commitdiff | tree |
2024-04-25 |
Wendal Chen | update: 若bsp支持psram, 启动时打印psram的内置情况
|
commit | commitdiff | tree |
2024-04-25 |
Wendal Chen | fix: 修正几个编译警告
|
commit | commitdiff | tree |
2024-04-25 |
Wendal Chen | fix: ioqueue库没有引入对应的头文件
|
commit | commitdiff | tree |
2024-04-25 |
Wendal Chen | fix: luat_camera_video没有声明返回值
|
commit | commitdiff | tree |
2024-04-24 |
Wendal Chen | fix: napt_ipv4.c在idf5下编译报错
|
commit | commitdiff | tree |
2024-04-24 |
Wendal Chen | add: 添加napt支持, 跑通Air780E+Air601的NAPT
|
commit | commitdiff | tree |
2024-04-24 |
Wendal Chen | fix: u8g2/lcd的setFont函数的indentation参数在64bit固件下会出错
|
commit | commitdiff | tree |
2024-04-22 |
Wendal Chen | fix: 64bit固件下, mobile.simid设置识别的问题
|
commit | commitdiff | tree |
2024-04-21 |
Wendal Chen | Merge branch 'master' of gitee.com:openLuat/LuatOS
|
commit | commitdiff | tree |
2024-04-21 |
Wendal Chen | update: 继续优化ulwip, 增加reverse配置
|
commit | commitdiff | tree |
2024-04-21 |
Wendal Chen | update: ulwip分拆dhcp客户端和arp处理
|
commit | commitdiff | tree |
2024-04-19 |
Wendal Chen | fix: rtkv库的文档里的dst路径写错了
|
commit | commitdiff | tree |
2024-04-19 |
Wendal Chen | fix: 修正API文档生成工具对tab的处理,会触发十几个API的文档更正, 例如补全参数列表,补充应有的描述信息
|
commit | commitdiff | tree |
2024-04-19 |
Wendal Chen | fix: 修正socket.read函数的API文档不显示的问题
|
commit | commitdiff | tree |
2024-04-19 |
Wendal Chen | fix: httpplus在files和forms同时使用会出现数据不正确的情况
|
commit | commitdiff | tree |
2024-04-19 |
Wendal Chen | fix: demo/httpplus的描述有误,并不依赖http库
|
commit | commitdiff | tree |
2024-04-18 |
Wendal Chen | fix: ulwip.input在底层返回失败时应释放pbuf
|
commit | commitdiff | tree |
2024-04-18 |
Wendal Chen | fix: ulwip发送dhcp数据后应释放pbuf
|
commit | commitdiff | tree |
2024-04-18 |
Wendal Chen | fix: ercoap的API注释有错误,导致api文档没有生成
|
commit | commitdiff | tree |
2024-04-18 |
Wendal Chen | update: 更新pm.dtimerStart的描述, Air780E系列的定时最长有限制
|
commit | commitdiff | tree |
2024-04-17 |
Wendal Chen | fix: udpsrv少描述一个参数adapter
|
commit | commitdiff | tree |
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 |