aozima
|
1215737ec9
|
[LWIP] update dhcpd: set ip when dhcpd start.
|
2017-12-27 20:09:28 +08:00 |
Bernard Xiong
|
6fe49b1af7
|
[Tools] Fix the env.sh in menuconfig
|
2017-12-26 15:55:30 +08:00 |
Bernard Xiong
|
b5054b31cf
|
Merge pull request #1140 from BernardXiong/master
[Kernel] fix the object container initialization issue
|
2017-12-25 20:57:59 +08:00 |
Bernard Xiong
|
e2d88e433e
|
[Kernel] fix the object container initialization issue
|
2017-12-25 20:55:20 +08:00 |
Bernard Xiong
|
2289f6ac1c
|
Merge pull request #1131 from SummerGGift/fix_bug_in_nfs_ipv6
[nfs] : fix bug in nfs when enable ipv6
|
2017-12-25 19:35:39 +08:00 |
Bernard Xiong
|
c90573197a
|
Merge pull request #1137 from SummerGGift/upfate_fh8620
[bsp] : modify some rt_inline function to adapt the new compiler
|
2017-12-25 19:06:25 +08:00 |
SummerGift
|
862708828e
|
[bsp] : optimize code format
|
2017-12-25 15:59:56 +08:00 |
SummerGift
|
9971072bdc
|
[bsp] : modify some rt_inline function to adapt the new compiler
|
2017-12-25 15:55:53 +08:00 |
Bernard Xiong
|
c9a505be37
|
[BSP] fix the compiling issue in AT91SAM9260
|
2017-12-24 10:21:33 +08:00 |
Bernard Xiong
|
cc183a8d01
|
Merge pull request #1135 from BernardXiong/master
[Kernel] Fix the module object initialization issue
|
2017-12-24 09:37:06 +08:00 |
Bernard Xiong
|
8bb0a1a151
|
[Kernel] Fix the module object initialization issue
|
2017-12-24 09:33:47 +08:00 |
Bernard Xiong
|
d31e90a8e3
|
[BSP] Add network nic command in Linux for vexpress-a9 bsp
|
2017-12-24 00:06:29 +08:00 |
Bernard Xiong
|
8ff8436fcd
|
[Kernel] Add device_create/destroy api
|
2017-12-24 00:06:29 +08:00 |
Bernard Xiong
|
e1da54e513
|
[pthreads] Add CLOCK_CPUTIME_ID/CLOCK_MONOTONIC clock_id
|
2017-12-24 00:06:29 +08:00 |
Bernard Xiong
|
f746c6e556
|
[DeviceDrivers] fix compiling warning
|
2017-12-24 00:06:29 +08:00 |
Bernard Xiong
|
a5664695d3
|
[BSP] fix compiling warning in QEMU vexpress-a9
|
2017-12-24 00:06:29 +08:00 |
Bernard Xiong
|
f7a8d6eb16
|
[GUI Engine] fix compiling warning
|
2017-12-24 00:06:29 +08:00 |
Bernard Xiong
|
9b8a8d6e5f
|
[libc] Remove Kconfig warning
|
2017-12-24 00:06:29 +08:00 |
Bernard Xiong
|
7c4417855e
|
[DeviceDrivers] Add CPU time
|
2017-12-24 00:06:29 +08:00 |
SummerGift
|
3b548038e1
|
[nfs] : optimize code format
|
2017-12-23 17:01:01 +08:00 |
SummerGift
|
e8ec10d5e7
|
[nfs] : upgrade from gethostbyname to getaddrinfo
|
2017-12-23 16:55:54 +08:00 |
Bernard Xiong
|
ef922c3088
|
Update .travis.yml
|
2017-12-23 13:56:51 +08:00 |
SummerGift
|
98d8145661
|
[nfs] : fix bug in nfs when enable ipv6
|
2017-12-23 11:58:23 +08:00 |
Bernard Xiong
|
bc6f60bd9e
|
Update .travis.yml
|
2017-12-22 20:20:30 +08:00 |
bernard
|
9644678dcb
|
[libc] include <sys/select.h> when enable HAVE_SYS_SELECT_H
|
2017-12-22 14:46:45 +08:00 |
Bernard Xiong
|
5326bd55a5
|
[Kernel] Add memory trace for small memory management
|
2017-12-22 14:36:35 +08:00 |
Bernard Xiong
|
4ab7214a32
|
Merge pull request #1128 from jiaooo/dev
[PThreads] add some parameter check and function definition etc.
|
2017-12-22 14:34:21 +08:00 |
luo jiao
|
3d65afc7d5
|
add some parameter check and function defintion etc.
|
2017-12-22 13:24:02 +08:00 |
Bernard Xiong
|
31151a775a
|
Merge pull request #1126 from uestczyh222/master
[USB Device]fix an error on msc
|
2017-12-21 22:16:33 +08:00 |
ZYH
|
fe27b9751c
|
Merge remote-tracking branch 'upstream/master'
|
2017-12-21 21:26:54 +08:00 |
ZYH
|
92f5b437f7
|
[USB Device]fix an error on msc
|
2017-12-21 21:26:40 +08:00 |
Bernard Xiong
|
d78f5eb674
|
Merge pull request #1124 from SummerGGift/add_arm_8-byte_alignment
[libcpu]: add 8-byte alignment for arm architecture && optimize code …
|
2017-12-21 17:07:34 +08:00 |
Bernard Xiong
|
2ad2a16d22
|
Merge pull request #1125 from BernardXiong/master
[Kconfig] Add Kconfig for CMSIS
|
2017-12-21 16:40:51 +08:00 |
Bernard Xiong
|
9d7ffb1dc5
|
[Kconfig] Add Kconfig for CMSIS
|
2017-12-21 16:40:04 +08:00 |
SummerGift
|
fc7a5abc76
|
[libcpu]: add 8-byte alignment for arm architecture && optimize code format
|
2017-12-21 16:37:38 +08:00 |
Bernard Xiong
|
cc75366fda
|
Merge pull request #1123 from SummerGGift/8-byte_alignment
[libcpu]: add 8-byte alignment for armv6 architecture
|
2017-12-21 15:36:21 +08:00 |
SummerGift
|
336207ad31
|
[libcpu]: add 8-byte alignment for armv6 architecture
|
2017-12-21 15:35:48 +08:00 |
SummerGift
|
a4a85a28da
|
[libcpu]:optimize code format
|
2017-12-21 15:14:23 +08:00 |
SummerGift
|
e7b1786759
|
[libcpu]:optimize code format
|
2017-12-21 14:55:34 +08:00 |
SummerGift
|
15715692d2
|
[libcpu]: add 8-byte alignment for armv6 architecture
|
2017-12-21 10:13:47 +08:00 |
Bernard Xiong
|
c0f50fb5c4
|
Merge pull request #1120 from BernardXiong/master
[Tools] Add more packages support under Linux
|
2017-12-20 11:22:42 +08:00 |
Bernard Xiong
|
ecbe7b4ca1
|
[Tools] Add more packages support under Linux
|
2017-12-20 11:20:55 +08:00 |
Bernard Xiong
|
89944a7837
|
Merge pull request #1119 from aozima/ipv_dev
[lwIP] update ipv6 support.
|
2017-12-19 22:00:45 +08:00 |
aozima
|
7cd6cec84a
|
[BSP] update stm32107/stm32407 Ethernet driver: support multicast filter.
|
2017-12-19 20:54:29 +08:00 |
aozima
|
d483f25f43
|
[LWIP] add IPV6 mld_mac_filter() for multicast filter.
|
2017-12-19 20:08:07 +08:00 |
aozima
|
95b0da14cb
|
[LWIP] enable IGMP protocol default.
|
2017-12-19 19:27:25 +08:00 |
Bernard Xiong
|
bb46058d8e
|
[libcpu] Add ARCH_ARM_ARM9/11 type
|
2017-12-19 17:39:23 +08:00 |
Bernard Xiong
|
fd234eafdc
|
Merge pull request #1118 from SummerGGift/optimize_nfs_kconfig
[nfs]: optimize Kconfig file for nfs
|
2017-12-18 18:43:42 +08:00 |
SummerGift
|
2d0f18f41f
|
[nfs]: optimize Kconfig file for nfs
|
2017-12-18 15:48:19 +08:00 |
SummerGift
|
3cefa437dd
|
[nfs]: optimize Kconfig file for nfs
|
2017-12-18 15:44:31 +08:00 |