4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 20:13:29 +08:00

3205 Commits

Author SHA1 Message Date
xingkong121
9b925fb9c0
Modify comment error
Device file system should be registered
2020-11-28 22:47:06 +08:00
guozhanxin
bb016927f8 Improve the clock Settings for switching to high speed mode in the SDIO framework. 2020-11-27 17:28:49 +08:00
Bernard Xiong
0228f7b31d
Merge pull request #4044 from zhangsz0516/zhangsz_1120a
[rtc.alarm][fix]fix alarm when update datetime
2020-11-25 16:24:47 +08:00
Bernard Xiong
984d6f1577
Merge pull request #4084 from KyleChenjh/posix_sem_find
[bug] [libc] 修复posix_sem_find中iter->sem的数据类型转换问题
2020-11-24 23:30:36 +08:00
chenjh
cb54cda19e [bug] [libc] 修复posix_sem_find中iter->sem的数据类型转换问题 2020-11-24 11:18:54 +08:00
张世争
945053a833 [components][PM][Update]优化PM电源模式选择 2020-11-23 21:41:19 +08:00
Meco Man
54143409ca
增加#include <rtconfig.h> 防止开启termios功能后报错 2020-11-23 01:14:44 +08:00
longtengmcu
962acc3313 1、修改宏定义的拼写错误,修改打印IMEI号时的打印错误 2020-11-22 20:05:53 +08:00
malongwei
d6c8b46dad add 'rt_ringbuffer_peak' API 2020-11-22 14:20:02 +08:00
longtengmcu
aac5e9da4c 1、web socket请求数据从服务器回来时,服务器会关闭连接,此时AT socket在读取返回的数据时不应该判断socket为连接的状态
2、sal socket在支持多网卡时,sal_getaddrinfo从A网卡获取的地址信息,在sal_freeaddrinfo释放时必须由A网卡进行释放
2020-11-22 12:36:07 +08:00
luanxueguang
accb73d8df [update] 获取timer count时,防止因中断到来导致overflow更新 2020-11-21 17:44:52 +08:00
David Lin
9f5d860d04
Update audio.c 2020-11-21 16:07:03 +08:00
David Lin
7f1aa82a88
Update audio_pipe.c 2020-11-21 16:05:24 +08:00
David Lin
db71258051
[components / drivers]fixed re-include of audio 2020-11-21 16:00:40 +08:00
David Lin
f086765401
Update cdc_vcom.c 2020-11-21 15:37:45 +08:00
David Lin
b10c9b7b63
Update hid.c 2020-11-21 15:36:56 +08:00
David Lin
cc6b6a6ee3
Update hid.c 2020-11-21 15:36:26 +08:00
David Lin
da464e6cc3
Update mstorage.c 2020-11-21 15:35:53 +08:00
David Lin
107b2063c1
Update winusb.c 2020-11-21 15:32:09 +08:00
David Lin
f273e52614
Update audio_speaker.c 2020-11-21 15:30:12 +08:00
David Lin
b73775da85
Update audio_mic.c 2020-11-21 15:29:45 +08:00
David Lin
626e8537f0
[components / drivers]update audio_mic.c
1. delete '#include <rtservice.h>', because rtthread.h had include rtservice.h;
2. delete '#include <rtthread.h>', because rtdevice.h had include rtthread.h.
2020-11-21 15:25:27 +08:00
David Lin
88858f216c
Update ethernetif.c 2020-11-21 12:44:14 +08:00
David Lin
4f99d988d9
Update ethernetif.c 2020-11-21 12:35:19 +08:00
yangjie11
91261e25b9 [SConscript]rename group name 2020-11-20 13:38:11 +08:00
张世争
e8eb74da58 [rtc.alarm][fix]fix alarm when update datetime 2020-11-20 09:02:20 +08:00
guozhanxin
3952fd780f [fix] When enable audio and usb at the same time. The warning <"MIN" redefined> is shown. 2020-11-18 11:13:28 +08:00
Bernard Xiong
3700283812
Merge pull request #3924 from qiyongzhong0/fix_bug_of_dataqueue
Fix bug of dataqueue
2020-11-18 08:09:34 +08:00
Bernard Xiong
37ecf07992
Merge pull request #4028 from zhangsz0516/zhangsz_1117
[componets/drivers/touch]完善Touch设备命令
2020-11-18 08:07:54 +08:00
张世争
10862586bf [componets/drivers/touch]完善Touch设备命令 2020-11-17 08:34:30 +08:00
Bernard Xiong
065488e746
Merge pull request #3956 from xfwangqiang/gcc-fix
[Components]&&[BSP][imxrt]add ethernet configuration for imxrt1064-nxp-evk
2020-11-13 07:10:16 +08:00
Bernard Xiong
5623579f3a
Merge pull request #4016 from mysterywolf/armcreadme
[libc]  add readmes
2020-11-10 16:35:25 +08:00
mysterywolf
d5f8830177 add newlib/dlib readme 2020-11-10 13:06:16 +08:00
mysterywolf
794f969d36 [libc][armlibc] add readme 2020-11-10 12:55:21 +08:00
Bernard Xiong
4b2b9a87c6
Merge pull request #3871 from OpenNuvoton/rtt_usbhost_issue
Fix USB host core bugs.
2020-11-07 14:42:37 +08:00
Bernard Xiong
ac6da8d4cf
Merge pull request #4006 from qiyongzhong0/fix_at_client
fix at_client, avoid creating the same client repeatedly and prevent …
2020-11-03 10:47:13 +08:00
Bernard Xiong
932e14acb4
Merge pull request #3964 from zhangsz0516/zhangsz_1015
add alarm flags, alarm can repeated by hour minute and second
2020-11-03 07:55:41 +08:00
qiyongzhong0
db0880bd26 fix at_client, avoid creating the same client repeatedly and prevent working exceptions and memory leaks. 2020-11-02 17:43:23 +08:00
mysterywolf
22f8b142b6 [revert] [lwip] IAR环境 结构体恢复到之前状态 2020-10-24 18:39:31 +08:00
SimpleInit
c495d5a247 1.Add sensor vendor MAXIM.
2.Fix: When printing sub-zero temperature, "-" is displayed after ".".

Signed-off-by: SimpleInit <63694297@qq.com>
2020-10-20 20:55:34 +08:00
张世争
8d3f687abb add alarm flags, alarm can repeated by hour minute and second 2020-10-15 14:37:00 +08:00
WangQiang
10fb49318c 修改了一些文件头的copyright信息和Change Log 2020-10-14 10:27:17 +08:00
z14git
adceb3e2a4 确保char line[]最后一位为'\0' 2020-10-14 09:27:40 +08:00
WangQiang
502378cf93 1. 抽象了PHY的设备模型,在components中增加了PHY设备的相关代码以及KCONFIG配置和SConscript脚本
2. 在IMXRT的Libraries中增加了peripherals目录,用于具体型号的设备驱动相关的代码的实现,不应与MCU的平台相关,实现PHY的设备对象中的相关接口。
3. 修改了BSP中的Sconstruct文件,增加了peripherals目录的构建
4. 修改了KEIL环境的SCT文件,用于实现以太网功能
2020-10-12 19:17:00 +08:00
Bernard Xiong
11ac3ac364
Merge pull request #3949 from enkiller/1009
[msh] rm command supports recursive deletion of folders
2020-10-11 11:01:02 +08:00
Bernard Xiong
4515c21d29
Merge pull request #3942 from mysterywolf/unsitd
[fixed] 在keil环境下 compilers\armlibc\sys\unistd.h 与 libc_fcntl.h的宏定义发生了…
2020-10-11 09:39:13 +08:00
Bernard Xiong
a5cd7e7abd
Merge pull request #3944 from mysterywolf/libc
[fix bug] #3902
2020-10-11 09:37:38 +08:00
tangyuxin
21a4542d7b [msh] rm command supports recursive deletion of folders 2020-10-09 11:54:42 +08:00
mysterywolf
96acad78ba 将posix_getline.h termios.h 头文件包含从<>改为""以防止路径出现分歧 2020-10-03 00:31:49 +08:00
mysterywolf
c7aa6f0619 [fix bug] #3902 2020-10-02 12:00:52 +08:00