Commit Graph

8347 Commits

Author SHA1 Message Date
luhuadong 72fd4f0427 stm32f767-st-nucleo BSP 添加以太网驱动支持 2019-06-27 15:21:17 +08:00
Bernard Xiong 31b6533baa
Merge pull request #2811 from enkiller/nfs
[components][dfs][nfs] 修复连接 Linux NFS服务器认证错误的问题
2019-06-27 13:49:16 +08:00
Bernard Xiong ef6a4aee91
Merge pull request #2812 from lymzzyh/stm32simulator
[bsp][stm32] fix mdk simulator
2019-06-26 18:34:29 +08:00
tangyuxin 7d09071858 [components][dfs][nfs] 修复Linux NFS服务器认证问题 2019-06-26 14:38:52 +08:00
ZYH 8fd800fea3 [bsp][stm32] fix mdk simulator 2019-06-26 14:32:30 +08:00
Bernard Xiong 0fab1cc691
Merge pull request #2809 from balanceTWK/stm32_wdt
[bsp][stm32] drv_wdt.c | 完善 stm32 看门狗驱动
2019-06-26 08:23:58 +08:00
balanceTWK 2460efabaf [bsp][stm32] drv_wdt.c | 完善日志输出 2019-06-25 22:18:26 +08:00
Bernard Xiong 2f1ab87138
Merge pull request #2808 from tyustli/cpp_thread
fix cpp thread class error
2019-06-25 21:33:36 +08:00
tangweikang fae9518185 [bsp][stm32] drv_wdt.c | 完善 stm32 看门狗驱动 2019-06-25 20:26:35 +08:00
mulan 759848122e
Update Thread.cpp 2019-06-25 16:14:58 +08:00
Bernard Xiong 4712956b22
Merge pull request #2807 from Lawlieta/develop
[net][sal][netdev] Add IPv6 option configuration and feature support in SAL and netdev
2019-06-24 20:21:15 +08:00
chenyong dfa22ae292 [BSP] Update BSP configuration file for IPV6 feature changes 2019-06-24 17:51:31 +08:00
chenyong 7d2ffe63e9 [net][sal][netdev] Add IPv6 option configuration and feature support in SAL and netdev
Signed-off-by: chenyong <1521761801@qq.com>
2019-06-24 17:46:18 +08:00
tyustli 9efd293bb9 fix format display 2019-06-24 16:05:32 +08:00
tyustli a559179e6f fix cpp thread class error 2019-06-24 15:59:26 +08:00
Bernard Xiong c574c49b2f
Merge pull request #2800 from misonyo/rttdev
[bsp/stm32]add stm32f2xx template
2019-06-21 14:47:12 +08:00
Bernard Xiong 6df98b436f
Merge pull request #2798 from Guozhanxin/nandflash_test
优化了 MTD_NAND 驱动框架
2019-06-20 13:15:30 +08:00
guozhanxin 608ead86f4 [driver][nand] Fix hardfault errors.|修复 hardfault 错误。 2019-06-19 17:57:47 +08:00
guozhanxin b2dedae40d [driver][mtd_nand] Add debug command to MSH.|向 MSH 添加调试命令。 2019-06-19 17:21:43 +08:00
guozhanxin c421757cc4 [driver][mtd_nand] Formatting code.|格式化代码。 2019-06-19 17:21:42 +08:00
Bernard Xiong d8702aa568
Merge pull request #2793 from tyustli/cpp11_error
fix kernel and framework no cast type error
2019-06-19 15:33:27 +08:00
Bernard Xiong efab8a25c3
Merge pull request #2797 from armink/fix_eclipse
Fix eclipse
2019-06-19 12:04:52 +08:00
Bernard Xiong 38d5c2aa72
Merge pull request #2796 from lymzzyh/cache
修复cortex-a 中cache操作没有 dsb isb
2019-06-19 11:41:05 +08:00
armink c180c1865f [bsp/stm32/stm32l475-atk-pandora] Add eclipse project. 2019-06-19 10:44:48 +08:00
ZYH fc155f8810 fix cortex-a cahce 2019-06-19 10:40:13 +08:00
Bernard Xiong d855d381ae
Merge pull request #2791 from balanceTWK/gpio_pr
[bsp][stm32] fix drv_gpio.c 直接将特殊引脚删除,不再作为 pin 设备
2019-06-19 10:01:42 +08:00
armink b4bf6e7652 [bsp/stm32/stm32f767-atk-apollo] Add eclipse project. 2019-06-19 09:14:03 +08:00
armink 7090503f58 [bsp/stm32/stm32f429-fire-challenger] Add eclipse project. 2019-06-19 09:13:33 +08:00
armink 7c41df1157 [bsp/stm32/stm32f429-atk-apollo] Add eclipse project. 2019-06-19 09:13:12 +08:00
armink 71eb4b6022 [bsp/stm32/stm32f407-atk-explorer] Add eclipse project. 2019-06-19 09:12:50 +08:00
armink e4e3c18fce [bsp/stm32/stm32f401-st-nucleo] Add eclipse project. 2019-06-19 09:12:11 +08:00
tangweikang eef4afe9fb [update][bsp][stm32] drv_gpio.c 2019-06-19 08:46:09 +08:00
Bernard Xiong 7dd1cd42db
Merge pull request #2794 from zhaohengbo/master
[libcpu][c28x] Fix bugs of old c28x interrupt api
2019-06-19 04:13:15 +08:00
Bernard Xiong 559f94f879
Merge pull request #2792 from armink/fix_eclipse
Fix eclipse
2019-06-18 23:56:48 +08:00
明德无敌赵晓薇 21d32cdb3a
[libcpu][C28x] Fix bugs of old c28x interrupt api which can not save and restore int status
In C28x DSP, interrupt status are stored in ST1 register. Both INTM and DBGM is used for masking interrupt, while the latter one is used in real-time debug mode. The origin function rudely enable and disable the interrupt without considering the recent interrupt status, which not only may cause  problem in some situation but also is not in conformity with rt-thread design specifications. The new api will fix this bug.
2019-06-18 20:59:00 +08:00
armink d0d15c75a2 [tools] Add project config reset feature to eclipse target. 2019-06-18 20:11:12 +08:00
armink ab81ff6815 [tools] Add project name set feature to eclipse target. 2019-06-18 20:10:16 +08:00
tyustli d8eb0cfc1e fix kernel and framework no cast type error 2019-06-18 20:09:19 +08:00
misonyo aae6274ef1 [bsp/stm32]add stm32f2xx template 2019-06-18 18:26:49 +08:00
Bernard Xiong b6207a2008
Merge pull request #2790 from balanceTWK/stm32_bsp_sdio
[bsp][stm32 ] 添加 SDIO_MAX_FREQ 选项
2019-06-18 18:12:15 +08:00
Bernard Xiong b01eb52c25
Merge pull request #2789 from tyustli/touch
add touch index in Kconfig file
2019-06-18 18:11:42 +08:00
Bernard Xiong 0c45bb6f96
Merge pull request #2785 from SummerGGift/add_ide_dist
[tools] add scons --dist-ide function
2019-06-18 18:04:25 +08:00
tangweikang de4336420a [update] drv_gpio.c 2019-06-18 16:34:21 +08:00
tangweikang c4c58a0ead [add] stm32 SDIO_MAX_FREQ option.If not defined, the default minimum value is 1000000 . 2019-06-18 16:14:21 +08:00
SummerGift 1a32d47a79 【完善】新增命令说明信息 2019-06-18 14:42:30 +08:00
SummerGift 4ca30835c1 【完善】添加 eclipse 生成工程相关处理,并完善参数检查 2019-06-18 14:28:00 +08:00
Bernard Xiong 34059c40c4
Merge pull request #2787 from Guozhanxin/nandflash_test
[dfs] fix some bug for uffs filesystem.|修复了一些uffs文件系统的BUG.
2019-06-18 13:21:13 +08:00
SummerGift bd220bcda6 【修改】参数错误提示 2019-06-18 12:02:21 +08:00
tyustli e8e2e0af3c add touch index in Kconfig file 2019-06-18 11:12:16 +08:00
guozhanxin 167342cf41 [dfs] fix some bug for uffs filesystem.|修复了一些uffs文件系统的BUG. 2019-06-18 10:45:54 +08:00