Wendal Chen d1c1d915f6 update: 完善repl库的说明文档 hace 2 años
..
camera 91c47dc3ef update:完善注释 hace 3 años
cjson 7612047aa3 change: cjson应使用luat_malloc提供的方法,不需要额外Init了 hace 4 años
cmux 10417e457d fix:修复错误信息的长度错误 hace 3 años
common 19463c226b update:fota兼容ec618 hace 3 años
coremark 960aa1e597 add: 使用的宏定义 hace 3 años
crypto 79df4c5e28 update: 启用LUAT_USE_NETWORK的时候crypto.cipher_suites才有意义 hace 3 años
eink 5d3130379a update:gtfont优化ascii码宽度显示 hace 2 años
epaper 31f38d6e5b add: 三色墨水屏驱动 hace 3 años
ethernet 7918cd418a fix: w5500在idf5下编译失败 hace 2 años
fal 8ff1cdc9db change: LUA_TINTEGER 提到lua.h , 顺便修正fdb库的几个编译警告 hace 4 años
fatfs 7ae9a751f1 fix:tf卡写入超时 https://gitee.com/openLuat/LuatOS/issues/I6Z29D?from=project-issue hace 2 años
flashdb 3769865292 update components/flashdb/src/luat_lib_fdb.c. hace 2 años
freertos c348bbac96 change: bsp/win32跑lvgl只需要几十kb内存,不需要lua vm扩展到4M的内存 hace 4 años
fskv ce939f2350 update: fskv.get补充默认值的用法描述 hace 2 años
gmssl 9923914bce fix: gmssl库在idf5下编译失败 hace 2 años
gtfont 5d3130379a update:gtfont优化ascii码宽度显示 hace 2 años
hmeta 3748c37715 fix: 修正http和hmeta库的适配状态 hace 3 años
i2c-tools bd0c535a3e update:i2c tools使用低速探测 hace 3 años
iconv ef5bc6f5aa fix: 修正iconv在idf5下编译错误 hace 2 años
io_queue dee0c9feac fix:注释错误 hace 2 años
iotauth f6b710b2c0 fix: iotauth计算iotda和baidu参数时的写法有错,导致内存使用变多 hace 3 años
lcd 5d3130379a update:gtfont优化ascii码宽度显示 hace 2 años
lfs 28ce479fd8 fix: lfs_util.h的inttype.h不能启用 hace 3 años
lodepng 0c6ad0eafc add:packages迁移components hace 3 años
lora ccdcc5540f add:lora添加rateOptimize配置参数 hace 2 años
lora2 ccdcc5540f add:lora添加rateOptimize配置参数 hace 2 años
lua-cjson 4beac0be59 fix: json.encode在遇到字符串中的\n时会转义为\b,这是不合理的 hace 2 años
luatfonts ba1343b449 del:移除lvgl中宋体字体 hace 3 años
luf 21cd24746d update: 调整components里面的rotable为rotable2 hace 4 años
lvgl ea20a665a8 update:更新lvgl gfont字体注释 hace 3 años
max30102 8e29eaeeed fix:模块名注释错误 hace 3 años
mbedtls ca2a65c8e1 update:优化一下mbedtls debug打印,减少一些不必要的malloc和free操作 hace 3 años
mempool 579d744f43 update: 完善profiler库 hace 3 años
miniz 5ba2a83fec fix: miniz库有个常量重复了,导致pairs时死循环 hace 3 años
minmea 58ab0ee246 add: libgnss库支持解析GPTXT语句 hace 2 años
mlx90640-library 85b81f6281 add:mlx90640支持软i2c hace 2 años
mobile ed5c7689d4 add:rf综测模式 hace 2 años
multimedia 2887f0bd37 fix:注释错误 hace 2 años
nes 9134e5634c add:nes增加api注释 hace 2 años
network 5b3f3264c7 del:去掉模拟断点重连代码 hace 2 años
nimble 5bfb6dfe17 fix: nimble的central.c在air101未定义AIR101宏的时候会编译失败 hace 2 años
nr_micro_shell a648fa4b5b add:添加字号范围 hace 4 años
qrcode 94d3c5eaf7 update:同步更新下qrcodegen hace 3 años
repl d1c1d915f6 update: 完善repl库的说明文档 hace 2 años
romfs b3b3d5afaa update: romfs的注释稍微改改 hace 3 años
rsa cef6c90085 add:添加@tag头注释 hace 3 años
rtos 9e8fcf8282 fix: luat_common_freertos里create_event_task的栈内存大小被放大到4倍了 hace 3 años
serialization ffa6ef561b change: lpb_pushinteger在32bit vm的行为还原到原本的行为 hace 3 años
sfd 23c2e8fbe9 fix: luat_sfd_onchip_init有个判断ret的应该用0而非NULL hace 3 años
sfud 8371e4feb6 add: sfud挂载lfs时,支持设置偏移量和最大字节数 hace 3 años
shell e91bb1b776 fix: 解决repl库在idf5下的编译错误 hace 2 años
sms 1ed95b79e8 add: sms库支持清理长短信片段 sms.clearLong() hace 3 años
soft_keyboard 21cd24746d update: 调整components里面的rotable为rotable2 hace 4 años
statem cef6c90085 add:添加@tag头注释 hace 3 años
tjpgd 0fcd029e03 add: tjpgd解码失败时打印日志 hace 3 años
transz 9d64f003e7 add: 数据透明解压 transz 库, 将来用于ufont和tts, 当前备用 hace 3 años
u8g2 100aba25a2 feat: 添加u8g2调整对比度 u8g2.SetContrast方法 hace 2 años
ufont 5f2b2eb381 add: 添加ufont库,实现ui系列使用单一字体,字体文件晚点提交 hace 3 años
ui 5d9fbd7539 add: 把airui的加载器代码提交一下,未完成,有时间再写了 hace 3 años
usbapp 0569c2e85e fix:tag写错了 hace 3 años
wlan 60b5a48e7c add: 添加wlan.powerSave函数,支持设置省电模式 https://gitee.com/openLuat/LuatOS/issues/I6Q8IK hace 3 años
ymodem 1f1f958683 fix: 更正所有不正确的返回值注释说明 hace 3 años
zlib cef6c90085 add:添加@tag头注释 hace 3 años
SConscript 0c6ad0eafc add:packages迁移components hace 3 años