3038 Commits

Author SHA1 Message Date
liuduanfei
963f35e96d
Update netdev.c 2020-12-18 20:53:33 +08:00
mysterywolf
ab75425540 update 2020-12-17 11:32:10 +08:00
mysterywolf
e5b10628ee update 2020-12-16 16:05:43 +08:00
mysterywolf
9d004a2892 实现 usleep 2020-12-16 15:34:41 +08:00
mysterywolf
702103a203 prepare for usleep 2020-12-16 15:25:08 +08:00
Bernard Xiong
95130a9000
Merge pull request #4117 from mysterywolf/time1
[bug][keil][libc]修复开启pthread功能后keil报错的问题
2020-12-16 10:13:45 +08:00
Han Xinrong
db4b3ff125 modify code style 2020-12-15 11:37:23 +08:00
Bernard Xiong
57ddea482f
Merge pull request #4150 from mysterywolf/setwin
[ioctl] add TIOCSWINSZ
2020-12-14 15:05:47 +08:00
mysterywolf
1404d208db [ioctl] add TIOCSWINSZ 2020-12-14 01:13:51 +08:00
Han Xinrong
a1fe7b1ddf modify the error check of rt_event_recv() 2020-12-13 19:11:04 +08:00
Bernard Xiong
2a4b6453b0
Merge pull request #4145 from thread-liu/action
[Audio] Header files are repeatedly included
2020-12-11 17:38:09 +08:00
Bernard Xiong
e2d951ad2a
Merge pull request #3929 from geniusgogo/i2c_update
[dirver/i2c] i2c driver support bus lock, STOP control
2020-12-10 22:44:04 +08:00
thread-liu
c827a42a18 [update] audio deficiency head file, compile fail. 2020-12-10 16:56:59 +08:00
thread-liu
82eac71064 [update] Incorrect macro definition name and update jobs name. 2020-12-10 09:51:32 +08:00
Han Xinrong
3bb8edf4c1 error check of rt_event_recv()
add error check
2020-12-09 22:24:01 +08:00
Bernard Xiong
86756c0d4c
Merge pull request #4065 from longtengmcu/master
fix at socket and sal_socket bug
2020-12-09 17:26:47 +08:00
caixf
0f991c2e3e [sal] fix 2020-12-08 15:48:58 +08:00
liuduanfei
1f7a8e46a4
Update audio.c
修改注释错误 repaly ---> replay
2020-12-07 11:50:15 +08:00
Bernard Xiong
082dda7a1d
Merge pull request #4051 from DavidLin1577/patch-15
[net/lwip2.1.2]Update ethernetif.c
2020-12-06 22:21:02 +08:00
Bernard Xiong
cf420e9560
Merge pull request #4052 from DavidLin1577/patch-16
[net/lwip1.4.1]Update ethernetif.c
2020-12-06 22:19:22 +08:00
Bernard Xiong
497806c883
Merge pull request #4055 from DavidLin1577/patch-18
[components/drivers]fixed re-include '.h' file of audio
2020-12-05 14:56:52 +08:00
Bernard Xiong
fbab9c8c11
Merge pull request #4054 from DavidLin1577/patch-17
[components / drivers]update audio_mic.c
2020-12-05 14:55:37 +08:00
mysterywolf
1ad70b20ad [keil][libc]防止开启pthread功能后 keil报错 2020-12-04 20:16:56 +08:00
Bernard Xiong
21116a56ee
Merge pull request #4114 from zhangsz0516/zhangsz_1203
[RTC alarm]alarm功能优化,SOFT_RTC增加alarm功能
2020-12-04 11:51:56 +08:00
张世争
9609bc032a [RTC alarm]alarm功能优化,SOFT_RTC增加alarm功能 2020-12-03 17:52:03 +08:00
liuduanfei
22c47d4b19
Update dfs_romfs.c
修改一处拼写错误
2020-12-03 09:59:09 +08:00
Bernard Xiong
d7c367d38b
Merge pull request #4070 from mysterywolf/getline
[bug] [libc] 增加#include <rtconfig.h> 防止开启termios功能后报错
2020-12-03 08:40:07 +08:00
Bernard Xiong
9d60727058
Merge pull request #4109 from bigmagic123/fix_raspi4
Fix raspi4
2020-12-03 08:10:37 +08:00
tangyuxin
c3ba2b07fa [components][workqueue] Modify system work queue initialization level 2020-12-02 14:30:31 +08:00
bigmagic
7a1f0e0f67 when flag is RT_DEVICE_FLAG_STREAM, paser '\n' break! 2020-12-02 10:11:38 +08:00
Bernard Xiong
b7e0e21f6e
Merge pull request #4100 from xingkong121/master
Modify comment error
2020-12-02 07:36:41 +08:00
Bernard Xiong
2ee715c411
Merge pull request #4088 from loogg/mlw
add 'rt_ringbuffer_peak' API
2020-12-02 07:35:07 +08:00
yangjie11
ba83ddc3c4 [SConscript] change libcpu to LIBARCH,and correcte letter case 2020-11-30 15:52:43 +08:00
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