2001 Commits

Author SHA1 Message Date
Bernard Xiong
6ac213d622 Add GCC version detection.
Add cconfig.h file for different version of GCC, which is automatically
detected and generated by scons script.
2018-05-14 21:37:11 +08:00
ArdaFu
48a59d1b44 [Componment] libc: Modify skip timespec define condication. Change IAR version from 8.11.2 to 8.10.1 2018-05-14 00:12:29 +08:00
armink
a6b6b05d7d [drivers/rtc] Update NTP update time API. 2018-05-10 18:29:56 +08:00
Bernard Xiong
c136242986
Merge pull request #1420 from armink/fix_libc
[libc/armlibc] Remove time() on stubs.c.
2018-05-10 16:08:39 +08:00
armink
586685875b [libc/armlibc] Remove time() on stubs.c. 2018-05-10 11:30:36 +08:00
Bernard Xiong
236fd82e5d
Merge pull request #1418 from aozima/DHCPD
update DHCPD
2018-05-09 22:19:38 +08:00
aozima
efadb37f4c [DHCPD] fixed compile error if use legacy LWIP. 2018-05-09 21:26:43 +08:00
aozima
47a0e46478 [DHCPD] update DHCPD_SERVER_IP config. 2018-05-09 21:15:14 +08:00
aozima
6a36d0c575 [DHCPD] format code by Astyle. 2018-05-09 17:55:41 +08:00
aozima
3970fa573d [DHCPD] add DHCPD_USING_ROUTER to Kconfig. 2018-05-09 17:55:16 +08:00
armink
8804c32801 [components/libc] Fix compile error. 2018-05-07 18:33:22 +08:00
armink
5501ec36cb [components/libc] Move time() and clock() function to libc time.c. 2018-05-07 18:19:15 +08:00
armink
201d2830e6 [components/libc] Remove #if defined(RT_USING_RTC) on time.c. 2018-05-07 18:05:10 +08:00
aozima
088990f7d3 update enc28j60 driver: ensure enable PHY link changed interrupt. 2018-05-05 13:26:18 +08:00
aozima
3ec384d809 update enc28j60 driver: format code by Astyle. 2018-05-05 13:17:48 +08:00
Bernard Xiong
feb275db42
Merge pull request #1397 from armink/fix_newlib
[Components/libc] Add gettimeofday to newlib libc.
2018-05-04 16:45:24 +08:00
armink
f09e39ebd3 [Components/libc] Fix compile error. 2018-05-04 09:06:57 +08:00
ZHANG Jinglong
f1e2dd487e fix an i2c debug print bug 2018-05-03 23:44:56 +08:00
armink
2d9798ac3d [Components/libc] Fix time.c code style in armlibc and dlib. 2018-05-03 15:45:36 +08:00
armink
5dd0539293 [Components/libc] Add gettimeofday to newlib libc. 2018-05-03 15:43:14 +08:00
Bernard Xiong
a901693fb5
Merge pull request #1394 from armink/fix_dlib
[Components/dlib] Add dirent.h to dlib libc.
2018-05-02 20:47:05 +08:00
armink
3a0a3f7c69 [Components/dlib] Add dirent.h to dlib libc. 2018-05-02 15:18:55 +08:00
zyh
6c00531044 Merge remote-tracking branch 'upstream/master' 2018-04-27 16:55:11 +08:00
zyh
f68c80126e [Components][DFS]fix if disk free more than 4GB 2018-04-27 15:33:22 +08:00
zyh
c053119fac [Components][HOST]fix sem name 2018-04-27 15:27:26 +08:00
Bernard Xiong
cdd12b7930 [libc] Add dl features in KConfig. 2018-04-25 23:26:20 +08:00
ZYH
79372cc0c0
Merge pull request #1383 from uestczyh222/master
[Components][USB device] kconfig allow none class
2018-04-24 15:03:44 +08:00
zyh
4f40bc80ec [Components][USB device] kconfig allow none class 2018-04-24 15:00:33 +08:00
ZYH
2bd7a0e864
Merge pull request #1382 from uestczyh222/master
[Coponents][USB device]add class register interface
2018-04-24 14:34:40 +08:00
zyh
1ed770039c [Coponents][USB device]add class register interface 2018-04-24 12:48:05 +08:00
Bernard Xiong
0ee4c74ab8
Merge pull request #1378 from armink/fix_finsh
Finsh thread using heap when RT_USING_HEAP is defined
2018-04-24 10:23:11 +08:00
zyh
4c0be8c776 [Components][USB]Add stack size config 2018-04-23 20:09:01 +08:00
armink
72ec60aaa3 [components][finsh] Finsh thread using heap when RT_USING_HEAP is defined. 2018-04-23 13:28:44 +08:00
armink
7c97e16ecf [DeviceDriver] Fix RT_DEBUG_SFUD in Kconfig. 2018-04-19 19:40:47 +08:00
Bernard Xiong
74d045093b [tools] Fix the sys.path issue in IARVersion. 2018-04-15 14:39:35 +08:00
Bernard Xiong
0e1ab3d54a
Merge pull request #1349 from TanekLiang/rtc-warning
fixed warning when only enable finsh shel…
2018-04-09 13:53:38 +08:00
liang yongxiang
cc81b47be2 [components] fixed signed/unsigned mismatch warning 2018-04-09 12:05:51 +08:00
liang yongxiang
2f5a9c37fa [DeviceDriver][RTC] fixed warning when only enable finsh shell: function "date" was declared but never referenced 2018-04-09 12:00:43 +08:00
liang yongxiang
570627b72f [Libc][dlib] Auto remove macro _DLIB_THREAD_SUPPORT when IAR version higher than 8.20.1 2018-04-07 00:47:30 +08:00
armink
80c2015c3a [DeviceDriver] Remove rt_memory api using on SFUD. 2018-04-01 23:03:43 +08:00
Bernard Xiong
c6a5a2a386
Merge pull request #1314 from enkiller/dev
[drivers]Fix put_force bug
2018-03-28 00:53:08 +08:00
heyuanjie87
fa09a700c1
Update audio.c 2018-03-27 13:59:22 +08:00
tangyuxin
5b31545970 [drivers]Fix put_force bug 2018-03-25 07:54:31 +08:00
moebius.ever
22bcdd4bdb [finsh] change comment "Disable the command echo mode or not in default" to "Disable the echo mode in default" 2018-03-23 17:20:17 +08:00
moebius.ever
bb93c74810 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2018-03-23 17:15:35 +08:00
ZYH
93060f2478 Merge remote-tracking branch 'upstream/master' 2018-03-23 14:52:07 +08:00
ZYH
0fcf08ae88 [Components][USB]fix a compile error 2018-03-23 14:52:00 +08:00
armink
b27b1d8032 [Libc][armlibc] Add STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO to armlibc/sys/unistd.h. 2018-03-22 12:09:39 +08:00
moebius.ever
feeff73168 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2018-03-21 15:37:23 +08:00
armink
c74bc870e8 [DeviceDriver][RTC] Fix rtc Kconfig and missing return. 2018-03-21 09:15:21 +08:00