Commit Graph

4824 Commits

Author SHA1 Message Date
Bernard Xiong 8d169a8b19 Merge pull request #862 from armink/fix_kconfig
Fix kconfig
2017-10-06 10:59:53 +08:00
Bernard Xiong 29d1499379 Merge pull request #863 from yygg/master
[dfs] fix the mkfs issue of new ported elm fatfs.
2017-10-06 10:59:14 +08:00
yygg_you d428166f08 修复 mkfs失败的错误 2017-10-06 09:01:56 +08:00
yygg_you 2e01bafa71 Merge branch 'master' of https://github.com/yygg/rt-thread 2017-10-06 08:58:24 +08:00
armink 9d54556619 [KConfig] Change the RT_DFS_ELM_USE_LFN cfg to choice. 2017-10-05 16:20:21 +08:00
armink fdd0ffb182 [KConfig] Add RT_USING_NETUTILS configuration for network. 2017-10-05 15:24:45 +08:00
armink 053d18e704 [KConfig] Add RT_LWIP_RAW and RT_LWIP_USING_RT_MEM configuration for LWIP. 2017-10-05 15:07:17 +08:00
armink 9ff340f416 [KConfig] Add long file name configuration for FATFS. 2017-10-05 14:52:16 +08:00
Bernard Xiong a15d90a686 Merge pull request #860 from liu2guang/master
[Example/Test] 修复无法重复使用finsh命令device_test进行驱动测试
2017-10-03 10:59:58 +08:00
liu2guang d47dd9a12c 修复无法重复使用finsh命令device_test进行驱动测试
1. 该问题是打开设备后, 出错或者成功后没有关闭设备而导致.
2017-10-02 23:30:46 +08:00
Bernard Xiong f32145cade Merge pull request #858 from SummerGGift/patch-1
[错误]:RT_DEBUG_INIT不能是bool型
2017-09-30 17:47:39 +08:00
SummerGift 75b1c0fbae [错误]:RT_DEBUG_INIT不能是bool型
和一些使用这个宏的components起了冲突,无法编译通过。
2017-09-30 16:47:06 +08:00
Bernard Xiong 19e2847307 Merge pull request #856 from armink/add_sfud_kconfig
[DeviceDriver] Add sfud kconfig
2017-09-29 17:18:47 +08:00
armink 25c859912a [DeviceDriver] Update SFUD to latest version. 2017-09-29 17:00:19 +08:00
armink f7a85a9f99 [KConfig] Add SFUD KConfig. 2017-09-29 16:57:17 +08:00
bernard cccff34fca Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2017-09-29 10:23:56 +08:00
bernard e9a77b513f [Kernel] mutex can be used before scheduler startup. 2017-09-29 10:23:49 +08:00
Bernard Xiong 3691b67e83 Merge pull request #854 from sagitattoo/patch-1
[BSP] Update rtconfig.py
2017-09-26 09:13:54 +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 b2dd63d310 Update .gitignore. 2017-09-19 12:15:22 +08:00
Bernard Xiong 72db331e52 [BSP] Add QEMU/VExpress-A9 bsp. 2017-09-19 12:14:52 +08:00
Bernard Xiong a5eea11b02 Merge pull request #849 from geniusgogo/RT_MACRO
rename WEAK to RT_WEAK
2017-09-19 07:07:44 +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
geniusgogo 85cc2dab69 Update rtdef.h 2017-09-18 16:31:14 +08:00
geniusgogo ed08b32dd3 convert tab to space 2017-09-18 16:30:28 +08:00
geniusgogo 2aae989f40 Merge branch 'master' into RT_MACRO 2017-09-18 16:27:20 +08:00
Bernard Xiong ed46356eb4 Merge pull request #848 from emlslxl/master
cleanup the coding style for include/src.
2017-09-18 16:03:17 +08:00
xieyangrun 6b06cb83e3 rename WEAK to RT_WEAK 2017-09-18 11:32:13 +08:00
lin c19fb2ab58 Add bsp apollo2 2017-09-15 18:10:51 +08:00
Bernard Xiong 7b4e7224e4 Merge pull request #846 from liu2guang/master
[BSP] Fix the int type range issue of SD in stm32f429 bsp.
2017-09-15 14:00:04 +08:00
emlslxl e521decf2e 根据documentation/coding_style_cn.txt约定 对内核src和include目录下的文件代码进行格式化 2017-09-15 11:02:24 +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
Bernard Xiong 6d07c084c7 Merge pull request #841 from fengzi2003/patch-1
[BSP] Update stm32_eth.c
2017-09-09 10:03:20 +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
Bernard Xiong 080ea89b2b Merge pull request #839 from TanekLiang/lwip-2_0_2
[LWIP] enable auto init in lwip-2.0.2
2017-09-06 15:50:23 +08:00