Commit Graph

1608 Commits

Author SHA1 Message Date
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
Bernard Xiong 0d193254f8 Merge pull request #845 from caogos/master
[BSP] Add FPU option for loongson1c.
2017-09-14 17:06:11 +08:00
勤为本 96f3600bde 将异常向量间隔从0x20改为0x80,mips系列cpu的异常向量的间隔为0x80(十进制的128)字节
详细内容请参见《see mips run》中的5.3节——异常向量:异常处理开始的地方
2017-09-14 12:14:55 +08:00
勤为本 574e22bdbd 在配置文件“rtconfig.h”中增加硬浮点FPU的配置项,
浮点经常会用到,所以默认使用硬浮点。
2017-09-13 15:21:09 +08:00
tanek liang 820aace92c [bsp] add stm32f429-armfly support 2017-09-12 17:57:14 +08:00
fengzi2003 0779b5e901 Update stm32_eth.c
Fix some exception handling,such as when rt_sem_take failed in tx,transmission cannot be resumed。
2017-09-08 16:15:31 +08:00
Bernard Xiong 794835dde2 Merge pull request #833 from geniusgogo/samd21
[BSP] add atmel SAM D21 bsp support
2017-09-08 15:48:22 +08:00
xieyangrun be0c547976 remove asflib/components 2017-09-08 14:18:48 +08:00
Bernard Xiong 646102a1d4 Merge pull request #840 from caogos/master
[BSP] Add I2C driver for Loongson 1C.
2017-09-06 15:52:47 +08:00
勤为本 8d90867182 增加龙芯1c硬件I2C接口 2017-09-06 12:11:46 +08:00
xieyangrun 4de4506db9 Merge branch 'samd21' of https://github.com/geniusgogo/rt-thread into samd21 2017-09-04 10:15:52 +08:00
xieyangrun d1d81c158f Merge branch 'master' of https://github.com/RT-Thread/rt-thread into samd21 2017-09-04 10:12:34 +08:00
xieyangrun 80a21100b3 remove uart rx code 2017-09-04 10:12:10 +08:00
geniusgogo 84f0d9f988 Update README.txt 2017-08-31 19:03:01 +08:00
xieyangrun 5b1235f5f5 add scons cmd build 2017-08-31 18:57:59 +08:00
xieyangrun b9ec9d64b8 finsh init change to application thread 2017-08-31 10:51:17 +08:00
geniusgogo 01c43e8bed Update application.c 2017-08-30 21:16:24 +08:00
geniusgogo 8a06b07fc9 Update application.c
code style clean
2017-08-30 21:13:46 +08:00
tanek liang 09d3599ff9 [bsp] clean code 2017-08-30 17:30:47 +08:00
xieyangrun 189c999f8e add atmel SAM D21 bsp support 2017-08-30 12:18:28 +08:00
tanek liang bb6283144c fix warning and update project files 2017-08-30 11:15:34 +08:00
tanek liang d766ababec update uart and spi driver 2017-08-30 11:15:30 +08:00
tanek liang b7cf7c5fc0 update eth driver and clean code 2017-08-30 11:13:55 +08:00
tanek liang 0ecc0f96f5 disable macro for libc 2017-08-30 11:11:11 +08:00
tanek liang c7c0edebba add spi flash driver 2017-08-30 11:10:55 +08:00
tanek liang ea2a9db341 fix eth/lcd io conflict 2017-08-30 11:10:54 +08:00
tanek liang 09f698a209 add eth driver 2017-08-30 11:10:32 +08:00
tanek liang ce4c351ebc add sdram and lcd driver 2017-08-30 11:08:16 +08:00