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 |
Meco Man
|
60b1b87903
|
[fixed] 在keil环境下 compilers\armlibc\sys\unistd.h 与 libc_fcntl.h的宏定义发生了重复定义的冲突
|
2020-10-02 11:22:17 +08:00 |
Bernard Xiong
|
aa05fc1469
|
Merge pull request #3675 from DavidLin1577/patch-10
[drivers/usb]Fixed a bug may cause stackover flow
|
2020-09-27 08:23:55 +08:00 |
Bernard Xiong
|
08688f7095
|
Merge pull request #3712 from egbert-h/master
mstorage.c: fix bug in device descriptor that MAC OS enumeration failed.
|
2020-09-27 08:23:14 +08:00 |
tangyuxin
|
8861202c3b
|
[dfs] fix the DEVICE could not get or set flags
|
2020-09-26 12:30:39 +08:00 |
tangyuxin
|
50dc41468e
|
[add] DFS file system supports device types
|
2020-09-26 09:55:58 +08:00 |
Bernard Xiong
|
8afb8b1e29
|
Merge pull request #3918 from SimpleInit/master
删除非对齐地址访问语句和__CORTEX_M宏定义判断
|
2020-09-17 14:18:46 +08:00 |
Bernard Xiong
|
13c27246c8
|
Merge pull request #3916 from willianchanlovegithub/Willianchan
[drivers/serial]add a line feed to the carriage return character when…
|
2020-09-17 07:54:45 +08:00 |
SimpleInit
|
a70808ce9e
|
删除非对齐地址访问语句和__CORTEX_M宏定义判断
Signed-off-by: SimpleInit <63694297@qq.com>
|
2020-09-14 23:57:14 +08:00 |
WillianChan
|
ee3d05f583
|
[drivers/serial]resolve compile error
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
|
2020-09-14 18:17:00 +08:00 |
WillianChan
|
c6b4c2ea2b
|
[drivers/serial]modify annotation
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
|
2020-09-14 17:21:38 +08:00 |
WillianChan
|
183f8b9402
|
[drivers/serial]add a line feed to the carriage return character when using interrupt tx
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
|
2020-09-14 15:27:06 +08:00 |
luhuadong
|
6c25b839ee
|
[sensor] support GPS/GNSS sensor class
|
2020-09-11 18:04:28 +08:00 |
Bernard Xiong
|
de0bb6f96c
|
Merge pull request #3883 from bigmagic123/ls2k_add_gmac
Ls2k add gmac
|
2020-09-11 13:33:16 +08:00 |
Bernard Xiong
|
ac751db670
|
Merge pull request #3888 from mysterywolf/master
[add] [libc] libc新增getline/getdelim函数(posix.1-2008)
|
2020-09-11 13:20:50 +08:00 |
Bernard Xiong
|
36cb4349a6
|
Merge pull request #3897 from yangjie11/yj_dev1
[components][driver/pin.c]pin 框架增加 rt_pin_get
|
2020-09-11 12:57:59 +08:00 |
yangjie
|
9d0b860e54
|
[components][driver/pin.c]pin 框架增加 rt_pin_get
|
2020-09-11 11:14:53 +08:00 |
Bernard Xiong
|
8ea34bf936
|
Merge pull request #3850 from SimpleInit/master
修复"response+1"导致STM32 HAL库SPI内存非对齐访问的hard fault
|
2020-09-11 09:15:32 +08:00 |
mysterywolf
|
b3ab8a99e1
|
Signed-off-by: mysterywolf
|
2020-09-09 08:59:39 +08:00 |
mysterywolf
|
28e0c99d00
|
Signed-off-by: mysterywolf
|
2020-09-09 00:53:53 +08:00 |
Bernard Xiong
|
bb49360a78
|
Merge pull request #3885 from Michael0066/master
ulog:fixed compile err
|
2020-09-08 18:54:52 +08:00 |
mysterywolf
|
4305a678a3
|
修改common文件夹的sconscript 并 取消并恢复上一个commit的提交内容
|
2020-09-08 16:29:47 +08:00 |
mysterywolf
|
a890c67fb4
|
增加lwip/cc.h LWIP_TIMEVAL_PRIVATE是能与否的平台判断条件
|
2020-09-08 13:39:40 +08:00 |
mysterywolf
|
ff097f0467
|
增加 __GNUC__宏定义 和sconscript的平台识别以避免重复定义
|
2020-09-08 13:16:49 +08:00 |
mysterywolf
|
0607ff84ab
|
解决minilibc time.c和newlibc仅定义RT_LIBC_USING_TIME时冲突的问题
|
2020-09-08 11:12:56 +08:00 |
mysterywolf
|
f021cb982a
|
修改common下的sconscript脚本文件,增加unistd.c排除条件
|
2020-09-08 10:52:02 +08:00 |
mysterywolf
|
5eccf51b61
|
Signed-off-by: mysterywolf
|
2020-09-08 10:29:17 +08:00 |
mysterywolf
|
237a71de27
|
修复common文件夹,该文件夹为armlibc/newlib/dlib的共同文件的文件夹
|
2020-09-08 10:26:03 +08:00 |
mysterywolf
|
05190990b4
|
增加posix_getline.c/.h版权信息
|
2020-09-05 22:09:22 +08:00 |
mysterywolf
|
443978eb78
|
增加RT_USING_POSIX_GETLINE用于单独控制是否启用getline函数,并修改Kconfig增加对应选项
|
2020-09-05 19:47:34 +08:00 |
mysterywolf
|
f13014526c
|
[bug fix]对各个libc库的termios.h增加宏定义,以防止在termios函数没有定义时,将posix_termios.h头文件引入导致报错
|
2020-09-05 17:52:32 +08:00 |
mysterywolf
|
6eb62a3f9d
|
将unistd.c不再放在common中,分散到各个库中
|
2020-09-05 17:50:54 +08:00 |
mysterywolf
|
8a08be6b9e
|
[fix bugs]修改armlibc/sys/types.h 该文件中不能用rt_数据类型,否则会引起编译器递归编译
|
2020-09-05 17:41:54 +08:00 |
mysterywolf
|
d5d8b345f4
|
修改libc_signal.h 该文件中不能用rt_数据类型,否则会引起编译器递归编译
|
2020-09-05 16:59:53 +08:00 |
mysterywolf
|
74ab1551fd
|
add posix 2008 limit.h
|
2020-09-05 16:14:21 +08:00 |
mysterywolf
|
a41ebbb697
|
add posix functions getline/getdelim
|
2020-09-05 15:42:03 +08:00 |
michael
|
3f3ff458ed
|
ulog:fixed compile err
syslog.c:154:34: error: unknown type name 'uint8_t'
|
2020-09-04 11:15:02 +08:00 |
bigmagic
|
e0aa079e52
|
LwIP on 64 bit processor
|
2020-09-04 10:23:31 +08:00 |
mysterywolf
|
5721fa8990
|
Signed-off-by: mysterywolf
|
2020-09-02 10:33:37 +08:00 |
mysterywolf
|
a162640f89
|
Signed-off-by: mysterywolf
|
2020-09-02 10:25:52 +08:00 |
mysterywolf
|
837604553b
|
增加unistd.c文件
|
2020-09-02 10:22:47 +08:00 |
mysterywolf
|
9b470d448d
|
取消isatty函数在本文件中的实现,转移到其他文件中
|
2020-09-02 10:18:52 +08:00 |
Bernard Xiong
|
3626325277
|
Merge pull request #3862 from qiyongzhong0/fix_dataqueue
fix dataqueue, limit queue size to usable values (2,4,8,16...) to avo…
|
2020-08-31 08:53:28 +08:00 |
qiyongzhong0
|
c16c5b968f
|
fix dataqueue, limit queue size to usable values (2,4,8,16...) to avoid errors when put_index exceed 0xffff.
|
2020-08-30 14:35:09 +08:00 |
michael
|
4bf1535c42
|
utest:fixed compile err
|
2020-08-29 22:45:22 +08:00 |