| .. |
|
crc.h
|
ec42184dd3
add:修复crc类型错误(真的万万没想到,哈哈哈哈哈)
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_adc.h
|
294714bfdf
update:更新adc CH_CPU CH_VBAT常量
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_audio.h
|
07f22a838e
add:tts播放API
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_base.h
|
151ee178b5
update: LUAT_VERSION 更新到22.12
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_conf_default.h
|
da5ec7928d
add: 添加luatos自身的vfs实现,当前仅bsp/win32启用
|
%!s(int64=5) %!d(string=hai) anos |
|
luat_crypto.h
|
52b47b8307
add: crypto添加通用md函数
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_ctiot.h
|
36ff08d8b0
ctiot第一版完成
|
%!s(int64=5) %!d(string=hai) anos |
|
luat_dac.h
|
56847a3a8b
fix: 修正一堆编译警告,使得esp32-idf能接受luatos主库的编译
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_dbg.h
|
7bd2758316
update: luat_main初始化时为dbg的dbg_L赋值
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_debug.h
|
aee682410f
update:luat_assert兼容性处理
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_disp.h
|
91642085b9
update: 整理luat/include头文件,part1,确保有ifndef+define组合
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_flash.h
|
c597bc6556
add: 添加luat_flash头文件,改造OTA调用机制
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_fota.h
|
d7e76e4de5
change: fota从mcu库中拆分出来
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_fs.h
|
e6828ec9ae
add: 添加vfs_inline管理内嵌的脚本,添加vfs_romfs为替代vfs_luadb做准备
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_gpio.h
|
0a976c0977
add:gpio改变上下拉和中断模式的操作
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_gpio_legacy.h
|
46e65af519
update:GPIO兼容新的API模式
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_http.h
|
91642085b9
update: 整理luat/include头文件,part1,确保有ifndef+define组合
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_hwtimer.h
|
91642085b9
update: 整理luat/include头文件,part1,确保有ifndef+define组合
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_i2c.h
|
8adc0bc249
del:luat_i2c_setup接口废弃slaveaddr参数
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_i2s.h
|
e8bd2a3348
add: i2s抽象层,并添加i2s库
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_irq.h
|
998cfa4bdd
add:非则塞的SPI和I2C传输接口
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_keyboard.h
|
56847a3a8b
fix: 修正一堆编译警告,使得esp32-idf能接受luatos主库的编译
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_lcdseg.h
|
91642085b9
update: 整理luat/include头文件,part1,确保有ifndef+define组合
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_libs.h
|
aafb7a9952
add: 提交fskv库,作为fdb库的替代品
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_log.h
|
35f5fff50d
change: errDump调整为独立的库
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_lpmem.h
|
91642085b9
update: 整理luat/include头文件,part1,确保有ifndef+define组合
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_luadb.h
|
e6828ec9ae
add: 添加vfs_inline管理内嵌的脚本,添加vfs_romfs为替代vfs_luadb做准备
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_malloc.h
|
8cea12deb4
add:去掉重复luat_heap_zalloc
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_mcu.h
|
55958a3130
update: mcu库的tick64相关函数扩展到air101/air103, esp32c3尚未支持
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_md5.h
|
0301eb3600
change: ota升级文件的校验改为校验md5 https://gitee.com/openLuat/LuatOS/issues/I4XGKY
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_mem.h
|
26646981b7
update:luat_rtos命名规范
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_msgbus.h
|
91642085b9
update: 整理luat/include头文件,part1,确保有ifndef+define组合
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_ota.h
|
c597bc6556
add: 添加luat_flash头文件,改造OTA调用机制
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_otp.h
|
3acaeda060
add: 添加otp操作库
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_pack.h
|
91642085b9
update: 整理luat/include头文件,part1,确保有ifndef+define组合
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_pin.h
|
86a2c62d81
fix: lib_pin的编译警告修正一下, 缺个末尾的换行
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_pm.h
|
66802fb892
add: 补充luat_pm_get_poweron_reason的头文件声明
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_pwm.h
|
cc229df587
add: 添加luat_pwm_setup方法,支持bsp实现更高分辨率的占空比
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_rtc.h
|
1682beb6e0
add: 补充luat_rtc_set_tamp32的声明到头文件
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_rtos.h
|
1acda1d5e9
update:完整注释
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_rtos_legacy.h
|
042f8c4a52
update:luat rtos部分做了详细的描述
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_sdio.h
|
91642085b9
update: 整理luat/include头文件,part1,确保有ifndef+define组合
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_sfd.h
|
628c234228
fix: luat_sfd.h未提交导致编译失败
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_socket.h
|
91642085b9
update: 整理luat/include头文件,part1,确保有ifndef+define组合
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_spi.h
|
19ef6794ae
mov:软i2c spi结构体声明是先移动到c文件
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_str.h
|
95da342f3c
add:重新完善示例实现,编译通过
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_sys.h
|
91642085b9
update: 整理luat/include头文件,part1,确保有ifndef+define组合
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_timer.h
|
91642085b9
update: 整理luat/include头文件,part1,确保有ifndef+define组合
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_touchkey.h
|
3db629a8a1
add: 添加touchkey库, 当前仅air101/air103支持
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_types.h
|
309877e397
update: 把luat_rtos.h改改, 并加个luat_types.h
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_uart.h
|
2183e3ada7
update:更新串口头文件
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_uart_legacy.h
|
2183e3ada7
update:更新串口头文件
|
%!s(int64=3) %!d(string=hai) anos |
|
luat_wdt.h
|
91642085b9
update: 整理luat/include头文件,part1,确保有ifndef+define组合
|
%!s(int64=4) %!d(string=hai) anos |
|
luat_zbuff.h
|
652493ac57
add:外部audio pa控制
|
%!s(int64=3) %!d(string=hai) anos |