Wendal Chen 11ce0198ae Merge branch 'master' of gitee.com:openLuat/LuatOS hace 8 meses
..
airlink 28480a200f fix: airlink,spi主机,准备数据前,应该把buff填0 hace 8 meses
antbot a520e07afe fix: antbot,仅在开启antbot时才实际编译antbot的内容 hace 9 meses
bluetooth 7f6bcde26f update:ble统一枚举规范 hace 8 meses
camera 3d266f2ba9 fix:注释错误 hace 8 meses
cc 575cdcf022 add:cc使用时需要保存和恢复i2s关键参数 hace 8 meses
cjson 906d75eaba update:统一使用luat_mem.h头 hace 2 años
cmux fa29478568 remove: 移除所有SConscript文件 hace 2 años
common aa0e4b2f31 fix: c_common的container_of会与某些平台冲突,加个后缀解决 hace 1 año
coremark e3655c2548 fix: coremark的core_bench_list在02优化下会报未初始化 hace 2 años
crypto 973db1565f fix:新版crc32没有正确生成table,导致计算错误 hace 11 meses
device d905984650 change: spi从机的API调整一下 hace 1 año
drv 514faab82c Merge branch 'master' of gitee.com:openLuat/LuatOS hace 9 meses
eink 9500072a9d update:更新gtfont灰度绘制算法 hace 8 meses
epaper b19d8384a0 fix:编译警告 hace 1 año
ethernet d8567e17ca change: dhcpclient,防御超短lease_time,自动修正到60秒 hace 9 meses
fal 906d75eaba update:统一使用luat_mem.h头 hace 2 años
fastlz bb070537ff remove: 移除fastlz中多余的pragma GCC hace 1 año
fatfs d582fb0c1b change: fatfs,隐藏find answer byte日志 hace 9 meses
flashdb 8913d045c3 update: 标明fdb/zlib库为已废弃 hace 2 años
freertos c348bbac96 change: bsp/win32跑lvgl只需要几十kb内存,不需要lua vm扩展到4M的内存 hace 4 años
fskv 220aa7af18 change: fskv,针对Air780EHM/Air8000系列,fskv的读写块改小,以满足更大的空间利用率 hace 8 meses
gmssl a30a5721e8 change: gmssl,移除没有用处且引发编译警告的asn1_printable_string_case_ignore_match hace 8 meses
gtfont 9341ed30c0 add:gtfont_draw_gray_hz 颜色设置 hace 8 meses
hmeta 71c8c4c9b3 add: 添加hmeta.chip函数 hace 1 año
ht1621 71d934f6df update: ht1621支持更多的自定义初始化参数 hace 1 año
i2c-tools 8e6eabed52 fix: i2c_scan和l_wlan_get_info确保用无符号数进行格式化 hace 1 año
iconv 4adbb983d0 remove: 移除过时的注释 hace 1 año
io_queue c73400b06c fix: 修正3个潜在的编译警告, 关于lua函数注册表的 hace 1 año
iotauth b19d8384a0 fix:编译警告 hace 1 año
lcd 078e234dcc update:lcd_draw_jpeg add weak hace 8 meses
lfs 2c6ad21111 fix: lfs,打开文件,但文件不存在,会出现是否cache.buffer的情况,实际又是NULL,触发bsp提示错误 hace 8 meses
little_flash 155a3085b2 update:little_flash完善错误打印 hace 1 año
lodepng 906d75eaba update:统一使用luat_mem.h头 hace 2 años
lora 906d75eaba update:统一使用luat_mem.h头 hace 2 años
lora2 afa065349e fix:lora2/luat_lib_lora.c的死机bug hace 1 año
lua-cjson 3c1b922dfb update: 更新json.encode描述, 默认7f格式化浮点数 hace 2 años
luatfonts 5617ac46ee fix: 修复u8g2字体在bsp/pc环境下编译失败,移除sarasa_m8字体的引用,该字体已被删除 hace 1 año
luf c73400b06c fix: 修正3个潜在的编译警告, 关于lua函数注册表的 hace 1 año
lvgl 78719e600d update:lvgl hace 8 meses
lvgl8 23cde45e6f update:lvgl8 hace 8 meses
max30102 906d75eaba update:统一使用luat_mem.h头 hace 2 años
mbedtls 467621a12d fix: potential undefined behavior in mbedtls_mpi_sub_abs() hace 2 años
mempool 1ea3186a26 update:rostr tohex不判断可见字符串 hace 1 año
miniz 17ab87175f fix: miniz.compress在tdefl_optimize_huffman_table函数内过早是否内存,导致非法写 hace 1 año
minmea e126288ae3 fix: libgnss,执行bind操作后无法拿到数据,原因是l_uart_handler函数缺了个取反操作,导致回调函数没有执行 hace 10 meses
mlx90640-library 33c9e7d9a5 fix: l_mlx90640_draw2lcd应该使用malloc获取绘制所需要的内存块 hace 2 años
mobile d5592471c0 add:C API 获取RRC状态 hace 9 meses
multimedia 3bedc014f8 fix: audio,兼容64bit固件,并对id全部加上检查 hace 8 meses
nes 9e749e82e7 Revert "remove: 继续移除多余的库" hace 1 año
network 1e2447255c fix: netdrv,网卡下线时,要清除arp缓存,对于已经接管了arp层的平台, 要额外处理 hace 8 meses
nimble 1db4efc51c Revert "remove: 移除蓝牙支持库nimble" hace 1 año
nr_micro_shell 9e749e82e7 Revert "remove: 继续移除多余的库" hace 1 año
onewire 080fb37d1c add:硬件单总线读DS18B20 hace 1 año
pins d5688fb965 add:pins增加camera配置 hace 8 meses
printf 27441d20a0 add:printf应迁移出来 hace 2 años
qrcode 94d3c5eaf7 update:同步更新下qrcodegen hace 3 años
repl 2fc1b09375 update:更新部分注释 hace 1 año
romfs 906d75eaba update:统一使用luat_mem.h头 hace 2 años
rostr 9e749e82e7 Revert "remove: 继续移除多余的库" hace 1 año
rsa 919bc41527 fix: 内置的luat_heap_calloc实现有错误,导致mbedtls的mpi计算会出错 hace 1 año
rtos bc5804fac8 fix: netdrv-ch390h在air8101下编译失败 hace 1 año
serialization bba9e63246 fix: protobuf, 因为有free空指针的调用,在部分bsp会打印错误日志,虽然不影响使用 hace 8 meses
sfd 906d75eaba update:统一使用luat_mem.h头 hace 2 años
sfud 0b05470452 update:常用spi外设增加锁操作 hace 11 meses
shell fa29478568 remove: 移除所有SConscript文件 hace 2 años
sms a906f5b8b5 update:补充注释 hace 8 meses
soft_keyboard 24bb5daa80 fix: reg_softkb的潜在编译警告 hace 1 año
sqlite3 5f0e4fe73c Revert "remove: 移除没有价值的库,zlib/luf/ercoap/pcap/qxwz/ulwip/napt/sqlite3/transz/ws2812" hace 1 año
statem cef6c90085 add:添加@tag头注释 hace 3 años
tiny_jpeg 2006c34ac7 update:jpeg编码在移芯平台上使用ramcode方式运行 hace 1 año
tjpgd 0fcd029e03 add: tjpgd解码失败时打印日志 hace 3 años
tp 7264aa768a add:tp芯片ft3x68支持 hace 9 meses
transz 5f0e4fe73c Revert "remove: 移除没有价值的库,zlib/luf/ercoap/pcap/qxwz/ulwip/napt/sqlite3/transz/ws2812" hace 1 año
u8g2 9321736df2 update:gtfont hace 8 meses
ui 906d75eaba update:统一使用luat_mem.h头 hace 2 años
usbapp 0569c2e85e fix:tag写错了 hace 3 años
wlan 5bcf59b928 add: wlan,缺了include airlink的头文件 hace 8 meses
ws2812 5f0e4fe73c Revert "remove: 移除没有价值的库,zlib/luf/ercoap/pcap/qxwz/ulwip/napt/sqlite3/transz/ws2812" hace 1 año
xxtea 1b7b594f05 fix: xxtea库有2个用不到的变量 hace 2 años
yhm27xx 7ad3729d31 fix: yhm27xx,air800g读不到充电ic hace 9 meses
ymodem 10492b8cab Revert "Merge branch 'master' of https://gitee.com/openLuat/LuatOS" hace 9 meses
zlib 5f0e4fe73c Revert "remove: 移除没有价值的库,zlib/luf/ercoap/pcap/qxwz/ulwip/napt/sqlite3/transz/ws2812" hace 1 año