Commit Graph

8461 Commits

Author SHA1 Message Date
tangyuxin 6a170ddbe4 [src][idle] 修复一处编译警告 2019-07-13 09:30:23 +08:00
Bernard Xiong fe556e6332
Merge pull request #2847 from balanceTWK/master_wdt
[bsp][stm32] update drv_wdt.c
2019-07-12 19:03:52 +08:00
tangweikang 7cca808705 [bsp][stm32] update drv_wdt.c 2019-07-12 15:50:01 +08:00
Bernard Xiong 34fa16cb70
Merge pull request #2846 from enkiller/irq
[src][irq] 添加 WEAK 修饰,中断嵌套数可由外部提供。
2019-07-12 13:54:13 +08:00
tangyuxin df3a9e573f [src][irq] 添加 WEAK 修饰,中断嵌套数可由外部提供。 2019-07-12 11:15:20 +08:00
Bernard Xiong b94e84b9fc
Merge pull request #2843 from ErnestChen1/master
[bsp][stm32] add crc hal library and change memory config
2019-07-10 17:36:56 +08:00
Ernest 333f423a20 [bsp][stm32][update]RT_USING_SMALL_MEM 2019-07-10 11:55:57 +08:00
Ernest 61c94a3a31 [bsp][stm32][add] stm32f0xx_hal_crc_ex.c for avoiding crc error 2019-07-10 11:51:21 +08:00
Bernard Xiong a303ca1d00
Merge pull request #2842 from SummerGGift/update_nrf52832
[bsp][nrf52832] Update the project to make it compile properly
2019-07-10 11:12:12 +08:00
SummerGift d419bc00b4 Merge branch 'master_617' into master710 2019-07-10 10:07:07 +08:00
SummerGift 5e937b118c [bsp][nrf52832] Update the project to make it compile properly 2019-07-10 09:27:06 +08:00
Bernard Xiong 537a6216b5
Merge pull request #2841 from enkiller/ipc
[src][ipc]完善 message queue 相关定义
2019-07-10 07:22:16 +08:00
tyx c8e27adf1f [src][ipc]完善 message queue 相关定义 2019-07-09 21:34:56 +08:00
Bernard Xiong 6483abbcdf
Merge pull request #2786 from xfwangqiang/master
[BSP][NXP]MIMXRT1064-EVK
2019-07-06 21:48:14 +08:00
wangqiang bd55bf7d47 1. 删除了多余的文件
2. 修改README.md中错误的描述
2019-07-05 21:07:12 +08:00
Bernard Xiong 0714dffc46
Merge pull request #2821 from willianchanlovegithub/dofly
[bsp][stm32][f103-dofly-m3s]Add support for nRF24L01 extension module
2019-07-05 17:29:49 +08:00
Bernard Xiong 3eb3a736de
Merge pull request #2831 from Lawlieta/develop
[net][lwip][dhcpd] Fix dhcp server compile error in lwIP 2.1.0
2019-07-05 17:09:57 +08:00
Bernard Xiong b70791d9dc
Merge pull request #2833 from yangjie11/fix_dev1
[bsp][es32f0 334/654] 修改会在AC6下编译报错的函数
2019-07-05 17:00:22 +08:00
Bernard Xiong ba9dbed372
Merge pull request #2827 from yangjie11/ac6
[libcpu/arm]add __rt_ffs() for armclang in CORTEX M3/4/7
2019-07-05 15:23:57 +08:00
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