Commit Graph

4850 Commits

Author SHA1 Message Date
bernard 47acab4469 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2017-10-31 09:55:23 +08:00
bernard 08d2e63b6d [BSP] Add BOARD_STM32F429_APPOLO option. 2017-10-31 09:55:12 +08:00
bernard 756bfcc5e2 Update Kconfig.
1. Add IPADDR/GWADDR etc;
2. Add Kconfig for libcpu.
2017-10-31 09:54:23 +08:00
bernard bc2abf69e2 [DFS] Fix the ramfs issue. 2017-10-31 09:53:22 +08:00
bernard 7d673f921c [libc] Adjust libc.
1. Move struct stat to libc_stat.h;
2. Defined a new FD_SET macros in libc_fdset.h.
2017-10-31 09:52:49 +08:00
Bernard Xiong 0c04810a18
Merge pull request #921 from TanekLiang/imx_rt
[bsp] fix gcc build error and add missing file in i.MX RT.
2017-10-30 16:54:18 +08:00
tanek liang 96b081fb4a [bsp] fix gcc build error 2017-10-30 16:52:10 +08:00
tanek liang 60e3e57905 [bsp] add missing files for emac 2017-10-30 16:51:37 +08:00
bernard 6469a748b3 [BSP] remove the old ipaddr settings. 2017-10-29 15:22:18 +08:00
Bernard Xiong 892bfd71f4
Merge pull request #919 from aozima/pulls
update SConscript: support scons 3.
2017-10-29 15:01:31 +08:00
aozima f75c8f6e81 update SConscript: support scons 3. 2017-10-29 14:32:53 +08:00
Bernard Xiong d235ad44c6
Merge pull request #917 from TanekLiang/imx_rt
[bsp] update i.mx rt 1052 bsp
2017-10-28 10:07:11 +08:00
tanek liang 348a6f506a [bsp] rename bsp: imxrt --> imxrt1052-evk 2017-10-28 10:04:39 +08:00
tanek liang bb07f393b2 [bsp] add enet and lwip for i.mx rt 1052 2017-10-28 09:41:14 +08:00
bernard 4074a3f246 [BSP] Update stm32f429-apollo Kconfig. 2017-10-28 07:57:26 +08:00
Bernard Xiong f66e8594d1
Merge pull request #915 from SummerGGift/patch5
[BSP] update bsp/stm32f429-apollo/KConfig
2017-10-28 07:33:06 +08:00
Bernard Xiong 5de511080d
Merge pull request #914 from SummerGGift/20171027_patch_4
[Examples] update examples/network
2017-10-28 07:31:22 +08:00
SummerGift be84b44f1e update bsp/stm32f429-apollo/KConfig 2017-10-27 16:37:20 +08:00
SummerGift 110ccb0602 add examples/network/chargen.c 2017-10-27 16:10:42 +08:00
SummerGift 8e0d9b4de5 update examples/network/tcpserver.c to rtt 3.0 test. 2017-10-27 16:10:42 +08:00
SummerGift 89cc00a91c update examples/network/udpclient.c examples/network/udpserver.c 2017-10-27 16:10:41 +08:00
SummerGift 1b37cd7dd0 update examples/network/tcpclient.c 2017-10-27 16:10:41 +08:00
Bernard Xiong 440a08f2ba Merge pull request #912 from SummerGGift/patch_171027-3
[BSP] update stm32f429-apollo .config rtconfig.h
2017-10-27 12:33:35 +08:00
Bernard Xiong acf8ab9af2 Merge pull request #911 from SummerGGift/patch_171027-2
[BSP] Fix the linkup state for ETH initialization.
2017-10-27 12:32:08 +08:00
SummerGift 92f80bb98a update .config rtconfig.h 2017-10-27 11:57:55 +08:00
SummerGift 0560feabdd 修改:网卡驱动注册后改变连接状态为link up,避免因为连接状态没有更新而导致lwip 2.02无法使用。 2017-10-27 11:44:37 +08:00
Bernard Xiong 192a6db763 Merge pull request #906 from ArdaFu/master
[BSP] Repalce RT_LWIP_IPADDR RT_LWIP_GWADDR RT_LWIP_MSKADDR define
2017-10-27 10:17:28 +08:00
ArdaFu 064f182a0d [bsp]Fix RT_LWIP_IPADDR RT_LWIP_GWADDR RT_LWIP_MSKADDR define, replace multi-bytes MACRO with single string MACRO. 2017-10-27 10:05:31 +08:00
ArdaFu 384b6c738a [net][lwip] Add missing reference file for LWIP 1.4.1 2017-10-27 09:44:38 +08:00
Bernard Xiong ebf0b32f52 Merge pull request #903 from TanekLiang/imx_rt
[bsp] add i.mx rt 1052 support
2017-10-26 18:16:31 +08:00
tanek liang e93d581e50 [bsp] add i.mx rt 1052 support 2017-10-26 18:12:48 +08:00
bernard 1d8636b7f4 [DFS] Code cleanup. 2017-10-25 18:42:06 +08:00
bernard cc9667b7a9 [DFS] Fix the RAMFS compiling issue. 2017-10-25 18:41:53 +08:00
bernard 1f76e1b8ec [lwIP] Use RT_LWIP_IPADDR/GWADDR/MSKADDR
Use RT_LWIP_IPADDR/GWADDR/MSKADDR to replace old options:
RT_LWIP_GWADDR0/1/2/3 etc.
2017-10-25 17:37:59 +08:00
bernard 67fff44fdd [DFS] Fix the UFFS compiling issue. 2017-10-25 16:23:02 +08:00
bernard 5bc690336b [DFS] Fix the romfs compiling issue. 2017-10-25 14:21:49 +08:00
bernard 4b2a3d02f3 [DeviceDrivers] Add wifi device/cmd. 2017-10-25 07:37:26 +08:00
bernard d9592457fb Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2017-10-25 07:25:39 +08:00
bernard 0d45288f06 [libc] Add mode_t in rtlibc.h for Keil MDK/IAR. 2017-10-25 07:25:24 +08:00
Bernard Xiong 526e021525 Merge pull request #899 from SummerGGift/patch-2
[lwIP] update lwipdhcpd scons groupname
2017-10-24 12:44:34 +08:00
Bernard Xiong 6c0a2e8ffc Merge pull request #898 from aozima/pulls
[BSP] Fix the align issue in __bss_start. 
[Tools] Auto-detect the parameter type in SrcRemove.
2017-10-24 12:44:13 +08:00
SummerGift 2e124994c6 update lwipdhcpd scons groupname 2017-10-24 11:58:55 +08:00
aozima a1902f2de0 update SrcRemove(): auto detect string or file object. 2017-10-24 09:49:48 +08:00
aozima 601ab35841 update gcc linker script: fixed __bss_start align error. 2017-10-24 09:49:48 +08:00
Bernard Xiong 7a36b1f918 Merge pull request #897 from caogos/master
[BSP] 增加龙芯1c的硬件SPI相关接口
2017-10-24 06:31:10 +08:00
勤为本 51d02f98d6 增加龙芯1c的硬件SPI相关接口 2017-10-23 17:10:48 +08:00
Bernard Xiong 20937b8377 Merge pull request #896 from armink/fix_dfs
[DFS] Fix `fd_new` failed return value.
2017-10-23 12:08:29 +08:00
armink b4168cc60d [DFS] Fix `fd_new` failed return value. 2017-10-22 22:14:55 +08:00
Bernard Xiong b4831fbde4 [libc] disable minilibc under simulator 2017-10-22 17:07:38 +08:00
Bernard Xiong 7ea1d0c672 [BSP] fix the compiling error 2017-10-22 17:07:10 +08:00