| .. |
|
README.md
|
74d8e9087d
fix gitee #I1MWDQ
|
5 лет назад |
|
SConscript
|
cdd256dcb7
add:修复air640w编译
|
4 лет назад |
|
crc.c
|
fb06f66193
fix: crc.h/crc.c未提交
|
2 лет назад |
|
luat_base.c
|
430e6b0fad
update: 清除一些编译警告,主要是配合bsp/mini的
|
2 лет назад |
|
luat_irq.c
|
d1b365ead0
fix: 不启用shell的情况下不应该引入cmux的头文件及相关代码
|
3 лет назад |
|
luat_lib_adc.c
|
61ca95c869
update: 补充ec618下分压配置的示例
|
2 лет назад |
|
luat_lib_bit64.c
|
f5d66f7fc2
add: 新增bit64.strtoll函数
|
2 лет назад |
|
luat_lib_crypto.c
|
81b626665c
update: 优化crypto库流式hash库的实现,与mbedts解耦
|
2 лет назад |
|
luat_lib_dac.c
|
960aa1e597
add: 使用的宏定义
|
3 лет назад |
|
luat_lib_dbg.c
|
e7df4f18c4
fix: 启用dbg库但没开启shell的话, dbg库编译失败
|
3 лет назад |
|
luat_lib_fota.c
|
049a0536bf
add: 添加从uart读取数据进行fota的demo
|
2 лет назад |
|
luat_lib_fs.c
|
960aa1e597
add: 使用的宏定义
|
3 лет назад |
|
luat_lib_gpio.c
|
61d69dc79d
update: gpio.caplevel函数仅在MCU库启用时编译
|
2 лет назад |
|
luat_lib_i2c.c
|
90da8386c0
add: i2c.setup针对软件i2c增加提醒
|
2 лет назад |
|
luat_lib_i2s.c
|
8bcaa9e064
update:补充注释
|
2 лет назад |
|
luat_lib_ir.c
|
960aa1e597
add: 使用的宏定义
|
3 лет назад |
|
luat_lib_keyboard.c
|
cb86ea941b
fix: 文档小bug
|
3 лет назад |
|
luat_lib_lcdseg.c
|
960aa1e597
add: 使用的宏定义
|
3 лет назад |
|
luat_lib_libcoap.c
|
960aa1e597
add: 使用的宏定义
|
3 лет назад |
|
luat_lib_log.c
|
271282aa7e
fix: luat_log_dump打印时可能出现不正常的输出
|
2 лет назад |
|
luat_lib_mcu.c
|
a4422e5878
update:mcu的altfun扩展到所有常见IO
|
2 лет назад |
|
luat_lib_mem.c
|
b14f7b3b9b
add:尽量使用luat库做通用
|
3 лет назад |
|
luat_lib_mqttcore.c
|
0f005069c4
fix: mqttcore的packPUBLISH有个多余的参数, 实际没用到,会有编译警告
|
3 лет назад |
|
luat_lib_otp.c
|
54dd28ca2b
add: demo/otp,对应otp库
|
2 лет назад |
|
luat_lib_pack.c
|
b55520cb7d
update: 优化pack的格式化字符串描述
|
2 лет назад |
|
luat_lib_pin.c
|
5415775ba5
update: pin库的主注释写清晰一些
|
2 лет назад |
|
luat_lib_pm.c
|
724e3622f3
update:更新注释
|
2 лет назад |
|
luat_lib_pwm.c
|
cef6c90085
add:添加@tag头注释
|
3 лет назад |
|
luat_lib_rtc.c
|
2745926a2a
fix: 已经有更多模块支持rtc.set传时间戳
|
3 лет назад |
|
luat_lib_rtos.c
|
68ee36d669
update:优化了辅助内存回收功能,并提供接口
|
2 лет назад |
|
luat_lib_sdio.c
|
377e24a53c
fix typo in lib_sdio
|
2 лет назад |
|
luat_lib_sensor.c
|
3214cd5e54
update:780E也能支持GPIO驱动WS2812B
|
2 лет назад |
|
luat_lib_spi.c
|
3c7a712e6f
fix:注释有误,默认是半双工
|
2 лет назад |
|
luat_lib_sys_doc.c
|
6b1fe1593d
fix: sys.timerLoopStart中,timer id的变量作用域问题
|
3 лет назад |
|
luat_lib_sysplus_doc.c
|
e77ecb4528
update: 补充sysplus.cleanMsg的api文档
|
2 лет назад |
|
luat_lib_timer.c
|
22bad73df5
add: timer库添加udelay函数, 可以低精度进行us级别的阻塞式暂停
|
2 лет назад |
|
luat_lib_touchkey.c
|
cef6c90085
add:添加@tag头注释
|
3 лет назад |
|
luat_lib_uart.c
|
4e4c0285e9
fix:软件uart死机 https://gitee.com/openLuat/LuatOS/issues/I8HTIQ
|
2 лет назад |
|
luat_lib_vmx.c
|
d0b460545f
change: 国密算法改名为gmssl, 毕竟是基于gmssl实现的, SM有点那个意思了-_-
|
3 лет назад |
|
luat_lib_wdt.c
|
fa16a14fcb
fix: wdt库的api注释的初始化时长改成9秒
|
3 лет назад |
|
luat_lib_zbuff.c
|
2c88b48f9b
update:更新一下zbuff:used()说明注释
|
2 лет назад |
|
luat_main.c
|
cf185025f5
update: 在加载内置库和require前后执行gc,对内存消耗进行削峰
|
3 лет назад |
|
luat_md5.c
|
0301eb3600
change: ota升级文件的校验改为校验md5 https://gitee.com/openLuat/LuatOS/issues/I4XGKY
|
3 лет назад |
|
luat_ota.c
|
6ba41e1bae
del:删除air302的ota代码
|
3 лет назад |
|
luat_sysp.c
|
b96146fbd5
add: 添加第一版测试可用sysp,在浏览器上运行LuatOS
|
4 лет назад |