Commit Graph

8642 Commits

Author SHA1 Message Date
wangqiang f31aa18299 1. 修改了MIMXRT1064EVK-TOP.jpg的位置
2. 去掉了一些不用的文件
3. 修复了board下SConscript脚本中不合理的地方
2019-07-05 15:03:08 +08:00
wangqiang 3a78439066 去掉了多余的宏定义 2019-07-05 13:50:43 +08:00
wangqiang d93fdb1ea8 Board.c增加了DMA初始化相关设置 2019-07-05 13:49:03 +08:00
wangqiang 09d18dccf6 去掉DSP_Lib,暂时不用 2019-07-05 13:39:22 +08:00
yangjie 5a6204d960 [bsp][es32f0 334/654] 修改会在AC6下编译报错的函数 2019-07-05 09:55:34 +08:00
Bernard Xiong 789326a842
Merge pull request #2830 from tyustli/patch-4
Update tim_config.h
2019-07-04 17:46:14 +08:00
chenyong 52d1c50efe [net][lwip] Fix set_if() compile error when enable dhcpd fucntion and close finsh.
[net][dhcpd]Fix dhcpd fucntion compile error in lwIP 2.1.0.
2019-07-04 16:17:52 +08:00
mulan 611886e709
Update tim_config.h 2019-07-04 12:50:44 +08:00
Bernard Xiong add4037764
Merge pull request #2829 from Guozhanxin/netdev_fix
[netdev] Add a non-null judgment to the netstat command.
2019-07-04 11:28:35 +08:00
Bernard Xiong b6a0d722e0
Merge pull request #2828 from zhaohengbo/master
[libcpu][c28x]Add __rt_ffs support
2019-07-04 03:03:02 +08:00
guozhanxin 04296e97b6 [netdev] Add a non-null judgment to the netstat command.|为 netstat 命令添加非空判断。 2019-07-03 22:30:33 +08:00
Bernard Xiong 6da69f6556
Merge pull request #2826 from Lawlieta/develop
[net][netdev] Add RT_USING_FINSH control for netdev network commands
2019-07-03 19:50:44 +08:00
明德无敌赵晓薇 d68220d866 [libcpu][c28x]Add __rt_ffs support
Use a native instruction "Count Sign Bits" to support fast ffs function, then add __rt_ffs support in C28x.
2019-07-03 19:31:54 +08:00
yangjie 31ffc4582c [libcpu/arm]add __rt_ffs() for armclang in CORTEX M3/4/7 2019-07-03 18:47:11 +08:00
chenyong dcd8b8029b [net][netdev] Delete network commands interrupt disable processing
Signed-off-by: chenyong <1521761801@qq.com>
2019-07-03 10:49:19 +08:00
Bernard Xiong c578016f92
Merge pull request #2822 from willianchanlovegithub/PANDORA
[bsp][stm32][l475-atk-pandora]Add support for nRF24L01 extension module
2019-07-03 09:16:09 +08:00
chenyong 48857d1e67 [net][netdev] Add FINSH_USING_MSH control for netdev network commands 2019-07-02 20:11:41 +08:00
Bernard Xiong 61e4140db2
Merge pull request #2823 from Guozhanxin/mempool_test
[src/mempool.c] add parameter check.|添加参数检查。
2019-07-01 19:41:09 +08:00
guozhanxin 5e6f852cbe [src/mempool.c] add parameter check.|添加参数检查。 2019-07-01 12:56:12 +08:00
Willian Chan 0f849fa0ba Fix Kconfig
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-30 10:14:46 +08:00
Willian Chan 96468b5d0e Revert Kconfig
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-30 10:10:18 +08:00
Willian Chan c55f788077 [bsp][stm32][l475-atk-pandora]Modify README.md
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-29 18:45:17 +08:00
Willian Chan 639f46363f [bsp][stm32][l475-atk-pandora]Add support for nRF24L01 extension module 2019-06-29 18:39:59 +08:00
Willian Chan a3c84f50ce [bsp][stm32][f103-dofly-m3s]Modify README.md 2019-06-29 18:31:55 +08:00
Willian Chan 130d330300 [bsp][stm32][f103-dofly-m3s]Add support for nRF24L01 extension module
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-29 18:24:28 +08:00
Bernard Xiong 2c9fec5692
Merge pull request #2820 from SummerGGift/update_f4_firmware
[bsp][stm32] update F4 series firmware library to version 1.24.1
2019-06-29 13:51:27 +08:00
SummerGift b9a7563668 【修改】更新 F4 系列固件库到 1.24.1 版本 2019-06-29 10:47:13 +08:00
Bernard Xiong 5db17e543c
Merge pull request #2805 from ylz0923/can_pr
[bsp][stm32][libraries][HAL_Drivers] update drv_can.c
2019-06-28 16:06:47 +08:00
Bernard Xiong c5543593e2
Merge pull request #2819 from misonyo/rttdev
[bsp/imxrt]add can driver
2019-06-28 16:04:23 +08:00
Bernard Xiong 1394700281
Merge pull request #2816 from Guozhanxin/freemodebus
[components] move freemodbus to package.|将freemodbus移到软件包。
2019-06-28 16:03:39 +08:00
misonyo a1a3cf5f32 [bsp/imxrt]add can driver 2019-06-28 14:02:20 +08:00
杨连钊 b1f4e192ad [drv_can.c]fix 3 warings 2019-06-28 10:57:37 +08:00
guozhanxin f128f155a4 [components] move freemodbus to package.|将freemodbus移到软件包。 2019-06-28 10:09:09 +08:00
Bernard Xiong 0412fec56e
Merge pull request #2815 from luhuadong/develop
stm32f767-st-nucleo BSP 添加以太网驱动支持
2019-06-28 09:15:59 +08:00
Bernard Xiong 39c8d50e06
Merge pull request #2813 from BernardXiong/rm_mtd
[DeviceDrivers] Remove backup mtd code
2019-06-28 09:14:58 +08:00
luhuadong 97d8f14aeb 调整缩进 2019-06-27 17:14:03 +08:00
Bernard Xiong cc2d54ff9f
Merge pull request #2781 from jinsheng20/Timer
增加基础定时器驱动
2019-06-27 15:47:17 +08:00
BernardXiong c92ec76df8 [Device Drivers] Remove backup mtd code 2019-06-27 07:43:53 +00:00
BernardXiong 0c07c2005d [DeviceDrivers] Remove backup mtd code 2019-06-27 07:36:25 +00:00
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