Commit Graph

4938 Commits

Author SHA1 Message Date
bernard 28433d9d54 [lwIP] Fix the compiling warning for lwip-1.4.1 2017-11-03 21:08:31 +08:00
bernard bbe6425f94 [KConfig] Update Kconfig
1. Change the type of RT_DEBUG_THREAD to int;
2. Add Kconfig of VBUS.
2017-11-03 21:08:00 +08:00
Bernard Xiong 856a337b6d
Merge pull request #946 from ArdaFu/master
[tools] menuconfig.py. Fix config line split error.
2017-11-03 15:59:31 +08:00
ArdaFu 7c9075dfb2 [tools]menuconfig.py. Fix config line split error when config line contains more then one equal marks. 2017-11-03 15:01:41 +08:00
Bernard Xiong bdfb40e761
Merge pull request #945 from enkiller/modify_lwip_rx_is_null
[lwip]判定eth_rx是否为空,为空不执行。
2017-11-03 12:22:57 +08:00
Bernard Xiong 4ff3e21a01
Merge pull request #944 from ArdaFu/master
[Kernel] kconifg: Add missing option: RT_USING_INTERRUPT_INFO
2017-11-03 11:49:30 +08:00
tangyuxin 28855d4fb5 [lwip]判定eth_rx是否为空,为空不执行。 2017-11-03 11:49:18 +08:00
bernard e453f36841 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2017-11-03 11:45:19 +08:00
bernard 6d9fcd04d2 [Kernel] Change the order of initialization.
1. Remove INIT_FS_EXPORT and change INIT_DEVICE_EXPORT as the first item
in the initalization thread.
2. Move the eth_system_device_init into INIT_PREV_EXPORT item.
2017-11-03 11:44:37 +08:00
ArdaFu 7bc305bd8d [bsp][asm9260t] Add support to kconfig
1. Add support to kconfig
2. clean the code.
2017-11-03 11:13:35 +08:00
ArdaFu 7706316a89 [src]Add missing key RT_USING_INTERRUPT_INFO 2017-11-03 11:11:43 +08:00
ArdaFu 1cdaf60159 [bsp][stm32f411-nucleo] Add support to kconifg 2017-11-03 10:01:09 +08:00
Bernard Xiong 0941957eb7
Update README.md 2017-11-02 20:11:50 +08:00
Bernard Xiong 37e34006e2
Merge pull request #939 from zhaojuntao/murphy
[wlan cmd][lwip ip addr] modify
2017-11-02 18:03:32 +08:00
Bernard Xiong 8ca6b2ca2f
Merge pull request #943 from ArdaFu/master
[bsp][tm4c129x] Add support to kconfig
2017-11-02 18:03:00 +08:00
bernard f08d1f5034 [Tools] Add genconfig command in scons. 2017-11-02 16:57:17 +08:00
ArdaFu e97245dc5d [bsp][tm4c129x] Add support to kconifg
1. add kconfig file and default .config
2. remove unused startup codes.
2017-11-02 15:36:46 +08:00
ArdaFu 9ba62ab5e6 [components][net] Fix the bug that missing define RT_LWIP_IPADDR/MASKADDR/GWADDR when disable DHCP. 2017-11-02 15:34:37 +08:00
bernard b2057f506a [External] Remove external from RT-Thread 2017-11-02 13:50:42 +08:00
Bernard Xiong 23582c8129
Merge pull request #942 from flyingcys/master
[Kernel] fix rt_memcpy in RT_USING_TINY_SIZE enable
2017-11-02 11:43:26 +08:00
Bernard Xiong bb7cf75197
Update .travis.yml 2017-11-02 11:17:37 +08:00
flyingcys f6b71172b5 fix rt_memcpy buf in RT_USING_TINY_SIZE enable 2017-11-02 11:12:55 +08:00
Bernard Xiong 300888082a
Update .travis.yml 2017-11-01 23:49:00 +08:00
Bernard Xiong 50185f9634
Update .travis.yml 2017-11-01 23:45:17 +08:00
Bernard Xiong 6d32adbce7 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2017-11-01 21:34:38 +08:00
Bernard Xiong 376ac91b67
Merge pull request #940 from TanekLiang/cache
add cache definition
2017-11-01 21:32:28 +08:00
Bernard Xiong 7209a74e1c [BSP] fix compiling issue in mb9bf506r bsp 2017-11-01 21:30:56 +08:00
tanek liang 909275b8a6 add cache definition 2017-11-01 21:23:14 +08:00
Bernard Xiong 32c926a097 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2017-11-01 21:13:23 +08:00
Bernard Xiong 5e28f85878 [BSP] add -nostartfiles in mini2440 bsp 2017-11-01 21:12:52 +08:00
Bernard Xiong d8f9c7fe40 [BSP] fix the compiling issue in mb9bf568r bsp 2017-11-01 21:10:53 +08:00
Bernard Xiong 7ed7aadd24 [BSP] add -nostartfiles in lpc2478 bsp 2017-11-01 21:05:13 +08:00
Bernard Xiong 41a9d2faca [BSP] add -nostartfiles in efm32 bsp 2017-11-01 21:04:11 +08:00
Bernard Xiong 62e8b843c8 [BSP] add -nostartfiles in lpc2148 bsp 2017-11-01 21:01:53 +08:00
Bernard Xiong 8f8827fab7 [BSP] add -nostartfiles in link flags of sam7x bsp 2017-11-01 20:58:21 +08:00
MurphyZhao 74759197b0 fix rt_kprintf %s no value problem 2017-11-01 19:47:37 +08:00
MurphyZhao 6c28a6e879 Modify the IP & GW & MSK ADDR configure mode as string mode, insted separation mode 2017-11-01 19:47:37 +08:00
Bernard Xiong 9f10fae3a8
Merge pull request #938 from SummerGGift/fix_bsp_asm9260t_for_mdk
[BSP] update asm9260t/project for mdk
2017-11-01 19:42:36 +08:00
Bernard Xiong 57efe3c723
Merge pull request #937 from SummerGGift/fix_bsp_gd32450z_for_mdk
[BSP] fix bsp/gd32450z-eval for mdk
2017-11-01 19:41:20 +08:00
Bernard Xiong 40c0155bdf
Merge pull request #936 from TanekLiang/stubs_time
[libc] fix time () not found when no RT_USING_RTC defined
2017-11-01 19:40:45 +08:00
Bernard Xiong 31cd39fe80
Merge pull request #935 from SummerGGift/fix_bsp_lpc408x_for_mdk
[BSP] update bsp/lpc408x for mdk
2017-11-01 19:40:12 +08:00
Bernard Xiong 706604cc3d
Merge pull request #934 from SummerGGift/fix_bsp_nv32f100x
[BSP] fix bsp/nv32f100x for mdk compile
2017-11-01 19:38:37 +08:00
Bernard Xiong a13467c40d
Merge pull request #933 from weety/rtt3_0_dm365
[BSP] Remove the old ipaddr settings.
2017-11-01 19:37:32 +08:00
Bernard Xiong 29b546db79
Merge pull request #931 from SummerGGift/add_mdk5_template
[BSP] add mdk5 template for 429discovery.
2017-11-01 19:36:12 +08:00
Bernard Xiong 5c96b6df31
Merge pull request #930 from SummerGGift/add_iar_template
[BSP] add iar template for 429 discovery.
2017-11-01 19:34:44 +08:00
SummerGift 3136e5fca6 update asm9260t/project for mdk 2017-11-01 19:32:01 +08:00
SummerGift 6b4750c870 fix bsp/gd32450z-eval for mdk 2017-11-01 19:21:08 +08:00
tanek liang be48c3c419 [libc] fix time () not found when no RT_USING_RTC defined 2017-11-01 19:20:01 +08:00
SummerGift 0427afc1a8 update bsp/lpc408x/project.uvopt bsp/lpc408x/project.uvproj 2017-11-01 18:11:50 +08:00
SummerGift 849055e5c0 fix bsp/nv32f100x for mdk compile 2017-11-01 17:04:07 +08:00