Commit Graph

1656 Commits

Author SHA1 Message Date
tanek liang e93d581e50 [bsp] add i.mx rt 1052 support 2017-10-26 18:12: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 7ea1d0c672 [BSP] fix the compiling error 2017-10-22 17:07:10 +08:00
bernard 1181c5b308 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2017-10-21 23:26:45 +08:00
bernard 252432baf0 [BSP] Update QEMU VExpress A9 BSP. 2017-10-21 23:26:30 +08:00
weety ab7d4fd665 [BSP][at91sam9260] Support rt_hw_console_output function. 2017-10-21 17:38:22 +08:00
weety ecc8db0cd6 [BSP][at91sam9260] Cleanup Code. 2017-10-21 17:37:10 +08:00
Bernard Xiong 82ca200ff5 Merge pull request #893 from SummerGGift/patch_171020
[BSP] Update stm32f429 apollo with .config.
2017-10-21 07:50:55 +08:00
SummerGift cf094b6afc update apollo bsp 2017-10-20 18:42:44 +08:00
SummerGift 70059232cf update KConfig 2017-10-20 18:37:10 +08:00
SummerGift a98fc2909a update apollo bsp 2017-10-20 18:33:41 +08:00
Bernard Xiong 7320609c9a Update sdram.ld 2017-10-20 16:57:17 +08:00
Bernard Xiong 5e22c23d72 Merge pull request #891 from uestczyh222/master
[BSP] Add stm32f10x_HAL bsp.
2017-10-20 15:45:35 +08:00
Bernard Xiong 0f6e68ff0a Merge pull request #889 from weety/rtt3_9260
[BSP] update 9260 bsp.
2017-10-20 15:11:55 +08:00
Bernard Xiong 8e398fe439 Merge pull request #887 from yygg/master
[BSP] fix compiling error for simulator bsp.
2017-10-20 15:07:35 +08:00
SummerGift 23ee66c63c update rtconfig.py 2017-10-20 15:02:49 +08:00
SummerGift 9ebae26b7f update .config rtconfig.h 2017-10-20 15:01:12 +08:00
MiraculousConch a004dfa361 [BSP]添加STM32F10x HAL库的支持
[BSP]添加STM32F10x HAL库的支持
2017-10-20 14:52:36 +08:00
SummerGift 6e4d1fae2a [修改]: stm32f429-apollo 3.0 修改。 2017-10-20 14:33:01 +08:00
yygg_you 2d0c10a0ca 修改simulator,匹配RTT 3.0 2017-10-20 13:26:47 +08:00
weety 5150e19d4b [bsp][dm365] Support rt_hw_console_output function; Adjust the initialization sequence; Cleanup code.
[drv][mmcsd] Undo Changes.
2017-10-20 11:19:03 +08:00
weety 1a9de2e1bd [bsp][asm9260t] Fix link script ENTRY symbol. 2017-10-19 23:58:47 +08:00
weety 6085f6826d [bsp][at91sam9260] Fix the problem of the finsh function failure by using component initialization. 2017-10-19 23:46:17 +08:00
weety dd5ac17fc8 [bsp][dm365] Using component initial;
[drv][mmcsd] Add component initial.
2017-10-19 19:14:06 +08:00
weety 985558a40e [bsp][dm365] Fix compile error. 2017-10-17 16:25:54 +08:00
ArdaFu 6ee66d92e7 [bsp][sam7x] Fix compile error. Increase DATA section size in .ld file. 2017-10-17 14:45:31 +08:00
ArdaFu 6bfaa632b9 [bsp][lm3s8962] Fix complie error. Add missing macro RT_USING_LIBC. Force use Lwip 1.4.1 bye define RT_USING_LWIP141 2017-10-17 14:33:32 +08:00
ArdaFu 79ad3fc8e5 [bsp][stm32f107] fix compile error. add missing macro RT_USING_LIBC 2017-10-17 14:28:25 +08:00
ArdaFu 3051276e09 [BSP][Simulator] Fix compile error. Replace nfs_init.h with nfs.h 2017-10-17 14:03:25 +08:00
勤为本 b2fbe4df01 清理编译告警和错误。编译告警和错误的原因是删除了头文件“components.h” 2017-10-17 11:14:48 +08:00
bernard 6101d1e80e [BSP] Update QEMU VExpress A9 BSP. 2017-10-17 09:53:16 +08:00
Bernard Xiong 2b36e6fcb6 [BSP] fix compiling issue 2017-10-16 20:45:00 +08:00
Bernard Xiong 591339e7a8 [BSP] fix compiling issue 2017-10-16 19:16:10 +08:00
bernard 296d57e859 [BSP] remove components.h file. 2017-10-16 14:10:18 +08:00
bernard 5e3b3b19a6 [BSP] change the type of cmd.
1. Change the type of cmd to 'int';
2. Remove RT_LWIP_USING_RT_MEM macro;
2017-10-16 13:23:03 +08:00
SummerGift 96383266b4 [完善]:修改429bsp,8g的sd卡可以使用,但是大容量32g的卡无法通过初始化。 2017-10-09 17:05:04 +08:00
bernard 22490a9cfc [bsp] Update SConscript for stm32f429 apollo bsp 2017-10-09 15:12:03 +08:00
SummerGift 5087245cea [删除]:删除不必要的old文件。 2017-10-09 14:22:13 +08:00
SummerGift 345eb7fd10 [添加]:添加Mdk5模板配置文件。 2017-10-09 14:22:12 +08:00
SummerGift 6ccbcc8d84 [添加]:添加mdk5模板。 2017-10-09 14:22:12 +08:00
SummerGift a868df4528 [修改]:修改rtconfig配置文件 2017-10-09 14:22:11 +08:00
SummerGift fd28bfc6d6 [修改]:修改.config默认配置。 2017-10-09 14:22:11 +08:00
SummerGift e2e119941c [更新]:更新rtconfig.h 2017-10-09 14:22:11 +08:00
SummerGift b5d61a37b0 [修改]:修改sconscript文件以便于配置工程。 2017-10-09 14:22:10 +08:00
SummerGift a43f1f48ed [更新]:更新kconfig,去除不必要的配置项。 2017-10-09 14:22:10 +08:00
SummerGift a9036a51c7 [更新]:更新默认工程配置。 2017-10-09 14:22:09 +08:00
SummerGift 950b769f75 [修改]:修改bsp中rtgui的依赖。 2017-10-09 14:22:08 +08:00
SummerGift 8340913793 [修改]:由于menuconfig不支持#define RT_CONFIG_UFFS_ECC_MODE UFFS_ECC_HW_AUTO这种宏定义。所以要留一个old做对比用。 2017-10-09 12:33:59 +08:00