2135 Commits

Author SHA1 Message Date
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
Bernard Xiong
f0061b14d3 Update and rename readme.md to README.md 2017-10-06 11:37:00 +08:00
Bernard Xiong
a1b27ef389 Update README.md 2017-10-06 11:20:07 +08:00
Bernard Xiong
3ced98e820 Merge pull request #844 from TanekLiang/stm32l429_armfly
[bsp] add stm32f429-armfly support
2017-10-06 11:18:48 +08:00
Bernard Xiong
930f36ecd2 Update README.md 2017-10-06 11:18:11 +08:00
Bernard Xiong
0b030d8b75 Update README.md 2017-10-06 11:10:32 +08:00
Bernard Xiong
aaaa5f26e6 Update and rename bsp/AE210P/readme/readme.txt to bsp/AE210P/README.md 2017-10-06 11:10:12 +08:00
Bernard Xiong
e037e6182d Delete .PHONY.size 2017-10-06 11:03:28 +08:00
Bernard Xiong
ea18ef60ed Merge pull request #826 from ArcherChang/master
[BSP] Add Andes N1068 porting and simple bsp.
2017-10-06 11:03:02 +08:00
sagitattoo
8c4b9461e2 Update rtconfig.py
when "PLATFORM  == armcc", the option "CFLAGS += '  -g -O0' " needs to change to "CFLAGS += ' --c99 -g -O0'" to support the keyword "inline"
2017-09-25 22:55:26 +08:00
Bernard Xiong
d79898a957 Merge pull request #850 from Quintin-Z/master
[BSP] add nv32f100x bsp.
2017-09-23 11:18:09 +08:00
zhongjiequan
81596a1408 remove bsp nv32f100x dunk file. 2017-09-20 16:19:24 +08:00
zhongjiequan
fda55ff0f9 modify bsp nv32f100x from startup/application to main style. 2017-09-20 16:16:37 +08:00
Bernard Xiong
7dff1208df Merge pull request #847 from Haleyl/master
[BSP] Add bsp apollo2
2017-09-20 15:03:04 +08:00
zhongjiequan
e9cafbeb6a add nv32f100x bsp. 2017-09-20 14:21:18 +08:00
lin
96b1da173e Modified not use c99 2017-09-20 12:42:23 +08:00
lin
e8eaaed1fe Modified fomat and add low power 2017-09-20 11:14:45 +08:00
Bernard Xiong
72db331e52 [BSP] Add QEMU/VExpress-A9 bsp. 2017-09-19 12:14:52 +08:00
lin
0266967898 Add README.md file 2017-09-18 17:58:26 +08:00
lin
19fcea5229 Modified pin driver and some format 2017-09-18 17:45:46 +08:00
lin
c19fb2ab58 Add bsp apollo2 2017-09-15 18:10:51 +08:00
liu2guang
44e3a56d91 修改SD卡驱动无法读写超过2G sector地址的数据 2017-09-14 17:23:09 +08:00