3212 Commits

Author SHA1 Message Date
Bernard Xiong
367c5abeeb
Merge pull request #2876 from Ingenic-community/X1000
X1000: drv_mmc.c: 修复DMA中的问题/Fix bug in DMA.
2019-07-20 13:58:40 +08:00
Zhou Yanjie
b9e8f7dfda X1000: drv_mmc.c: 更新版权信息/Update copyright information.
更新版权信息。

Update copyright information.

Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-07-19 21:38:38 +08:00
Zhou Yanjie
41dac3e44e X1000: drv_mmc.c: 修复DMA中的问题/Fix bug in DMA.
修复MMC DMA破坏中断向量内存位置的问题,因为这里没有其他链接描述符。
在程序较小时该问题不容易出现,因为此时中断向量保留在缓存中。

Fix for MMC DMA corrupting interrupt vectors' memory location since
there is no other link descriptor. This is not noticeable if the
program is small, because the interrupt vectors stay in cache.

Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-07-19 21:38:18 +08:00
Bernard Xiong
c352c2be63
Merge pull request #2844 from ErnestChen1/drv_crypto
[drivers][crypto]add device CRC/RNG
2019-07-19 19:29:48 +08:00
armink
60e32cb61e [bsp/simulator] Fix project generate configuration. 2019-07-19 16:14:02 +08:00
Ernest
9058fb2684 [bsp][stm32][kconfig] rename quote kconfig 2019-07-18 11:48:10 +08:00
Ernest
b4afc7748d [bsp][stm32][unite] input format by bytes 2019-07-18 10:28:14 +08:00
Ernest
7b7443bb7b [bsp][stm32][prefect] avoid a bug from HAL 2019-07-18 10:28:13 +08:00
Ernest
3211ae2c16 [bsp][stm32][prefect] crypto configure and solve a problem 2019-07-18 10:28:13 +08:00
Ernest
a962fb3532 [bsp][stm32]add source kconfig by batch 2019-07-18 10:28:12 +08:00
Ernest
1f114ec22f [bsp][stm32]upgrade menuconfig about crypto 2019-07-18 10:27:27 +08:00
Ernest
2aaa7d066d [drivers][crypto]add device CRC/RNG 2019-07-18 10:26:31 +08:00
Bernard Xiong
8f4b4bdbcd
Merge pull request #2857 from whj4674672/master
[bsp][stm32h743-atk-apollo] add iwg
2019-07-17 21:10:22 +08:00
Wu Han
a9c46656a2 [bsp][stm32f103-mini-system] Add SWD debug support 2019-07-15 22:43:52 +08:00
whj4674672
aeecc1b6aa [bsp][stm32h743-atk-apollo] add iwg 2019-07-14 16:36:13 +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
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
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
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
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
mulan
611886e709
Update tim_config.h 2019-07-04 12:50:44 +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
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
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
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
Bernard Xiong
0412fec56e
Merge pull request #2815 from luhuadong/develop
stm32f767-st-nucleo BSP 添加以太网驱动支持
2019-06-28 09:15:59 +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
luhuadong
72fd4f0427 stm32f767-st-nucleo BSP 添加以太网驱动支持 2019-06-27 15:21:17 +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
ZYH
8fd800fea3 [bsp][stm32] fix mdk simulator 2019-06-26 14:32:30 +08:00
balanceTWK
2460efabaf [bsp][stm32] drv_wdt.c | 完善日志输出 2019-06-25 22:18:26 +08:00
tangweikang
fae9518185 [bsp][stm32] drv_wdt.c | 完善 stm32 看门狗驱动 2019-06-25 20:26:35 +08:00
chenyong
dfa22ae292 [BSP] Update BSP configuration file for IPV6 feature changes 2019-06-24 17:51:31 +08:00