Commit Graph

4938 Commits

Author SHA1 Message Date
weety e99009f76b [BSP] Remove the old ipaddr settings. 2017-11-01 16:07:08 +08:00
SummerGift c353114c08 add mdk5 template for 429discovery. 2017-11-01 14:50:19 +08:00
SummerGift ee33985eba add iar template for 429 discovery. 2017-11-01 14:18:56 +08:00
Bernard Xiong 34ee3dfd60
Merge pull request #928 from SummerGGift/429_discovery
[BSP] 429 discovery add menuconfig
2017-11-01 13:45:41 +08:00
Bernard Xiong 832d8b4e04
Merge pull request #927 from armink/fix_shell
[Finsh] Fix an auto complete history bug.
2017-11-01 13:44:56 +08:00
Bernard Xiong 8b2919aff1 [DeviceDrivers] change the type of cmd to 'int' 2017-11-01 13:39:36 +08:00
Bernard Xiong 85b17e9158 [logtrace] change the type of cmd to 'int' 2017-11-01 13:38:10 +08:00
Bernard Xiong 6cdaa43747 [lwIP] use timeval in libc when minilibc is used 2017-11-01 13:37:40 +08:00
Bernard Xiong f6170a6e5b [BSP] add i.MX 6UL BSP 2017-11-01 13:30:17 +08:00
Bernard Xiong fed0e98160 [BSP] fix compiling issue under gcc for STM32L4xx_HAL Library 2017-11-01 13:15:07 +08:00
Bernard Xiong 4ede959e68 [BSP] fix compiling issue under linux 2017-11-01 13:05:48 +08:00
Bernard Xiong 1692b39467 [BSP] fix compiling issue 2017-11-01 13:01:51 +08:00
Bernard Xiong 1761b1f4ab [BSP] fix compiling issue 2017-11-01 12:51:50 +08:00
SummerGift b08caf651c update bsp/stm32f429-disco/Kconfig 2017-11-01 11:21:05 +08:00
SummerGift 8ba5207b64 update bsp/stm32f429-disco/project.uvproj 2017-11-01 11:14:44 +08:00
SummerGift 3e6254e6f1 update bsp/stm32f429-disco/drivers/board.h 2017-11-01 11:10:12 +08:00
SummerGift f6e99bc609 update bsp/stm32f429-disco/rtconfig.h 2017-11-01 11:09:41 +08:00
SummerGift a9e20047c2 add bsp/stm32f429-disco/Kconfig bsp/stm32f429-disco/drivers/Kconfig 2017-11-01 11:02:48 +08:00
Bernard Xiong 0e52533f66 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2017-11-01 10:40:40 +08:00
bernard 00ecd26455 [BSP] Add the missing libraries 2017-11-01 10:41:01 +08:00
Bernard Xiong 0aead9b8cf remove LPC54608 from travis-ci 2017-11-01 10:40:34 +08:00
bernard b44d6c4b7b [BSP] Update LPC54608
MDK ok; But GCC failed.
2017-11-01 10:39:02 +08:00
armink 82b7ecda06 [Finsh] Fix an auto complete history bug when current line is contained in last cmd. 2017-11-01 10:25:17 +08:00
Bernard Xiong e8c77495b9 [BSP] remove gd32450z-eval from travis-ci. 2017-11-01 09:23:37 +08:00
Bernard Xiong 40e2631a45 [BSP] remove apollo2 bsp from travis-ci. 2017-11-01 09:22:43 +08:00
Bernard Xiong 42e374e4f4 [lwIP] use libc struct timeval when enable minilibc 2017-11-01 09:14:49 +08:00
Bernard Xiong e1aceb68c8
Update .travis.yml 2017-11-01 07:35:43 +08:00
Bernard Xiong 96fc06e20a
Merge pull request #926 from SummerGGift/master_20171031
[BSP] add iar template for 429bsp
2017-11-01 05:56:20 +08:00
Bernard Xiong ec5fa950ed
Merge pull request #925 from SummerGGift/20171031_patch1
[BSP] change dfs_init.h => dfs.h
2017-11-01 05:54:52 +08:00
SummerGift f5486852e1 change dfs_init.h => dfs.h 2017-10-31 16:36:45 +08:00
SummerGift 7200a8da85 update bsp/stm32f429-apollo/.config
bsp/stm32f429-apollo/rtconfig.h
2017-10-31 14:57:29 +08:00
SummerGift 45fa964bb3 add bsp/stm32f429-apollo/stm32f429_flash.icf 2017-10-31 14:56:44 +08:00
SummerGift f7111cd965 iar 类型检查严格 修改函数定义类型。 2017-10-31 14:46:14 +08:00
SummerGift 2568a85c7a add iar template 2017-10-31 14:29:29 +08:00
bernard 7877836065 [BSP] Update project files. 2017-10-31 11:59:49 +08:00
bernard c733086354 [Kernel] Fix sem_release twice issue in slab. 2017-10-31 11:38:28 +08:00
bernard d615bebb7c Add more bsp to continuous integration. 2017-10-31 10:41:02 +08:00
bernard b3d872740b [libc] Fix the typedef in minilibc. 2017-10-31 10:24:11 +08:00
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