SummerGift
0cfcb906d5
【完善】去除串口 dma 中无法触发的代码判断
2019-07-23 16:16:12 +08:00
yangjie
c794ac0255
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into dma
2019-07-23 11:00:49 +08:00
Bernard Xiong
c94cac2e27
Merge pull request #2887 from jesven/master
...
修正qemu-vexpress-a9系统心跳不准的问题
2019-07-23 10:17:19 +08:00
shaojinchun
7f03e71e3a
修正qemu-vexpress-a9系统心跳不准的问题
2019-07-23 08:42:17 +08:00
tangweikang
a509186e97
[update][bsp][stm32] drv_wdt.c
2019-07-22 09:15:25 +08:00
Bernard Xiong
9ce43c5d58
Merge pull request #2879 from Ingenic-community/X1000_lds
...
X1000: x1000_ram.lds: 修复调试时崩溃的问题/Fix crash when debugging.
2019-07-21 17:51:36 +08:00
Zhou Yanjie
b6e8269cd6
X1000: x1000_ram.lds: 更新版权信息/Update copyright information.
...
更新版权信息。
Update copyright information.
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-07-21 15:39:25 +08:00
Zhou Yanjie
c042427664
X1000: x1000_ram.lds: 修复调试时崩溃的问题/Fix crash when debugging.
...
当ELF文件包含很多gnu_extab*开头的section时(>100),会导致GDB在加载操作
时崩溃。通过创建一个section来对以该名称开头的所有section进行分组可以
解决该问题。
When ELF contains many sectios(>100) starting with name gnu_extab*,
will causing GDB to crash on load action. Solving the problem by
creating a section to group all sections which begin with that name.
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-07-21 15:39:13 +08:00
Bernard Xiong
423544d1c3
Merge pull request #2873 from Ingenic-community/master
...
usb: hid.c: 修复编译过程中的错误/Fix compile-time error.
2019-07-21 12:10:12 +08:00
Bernard Xiong
7d89aa7b2b
Merge pull request #2878 from Ingenic-community/X1000_board
...
X1000: board_io.c: 根据配置进行复位/Reset according to configuration.
2019-07-20 14:41:31 +08:00
Bernard Xiong
0f37018026
Merge pull request #2874 from Ingenic-community/mips
...
libcpu: MIPS: 清理代码并更新版权信息/Clean up code and update copyright information.
2019-07-20 14:03:34 +08:00
Bernard Xiong
789fb4a938
Merge pull request #2875 from Ingenic-community/mmc
...
sdio: mmc.c: 防止容量计算过程溢出/Prevent capacity calculation overflow.
2019-07-20 14:01:42 +08:00
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
24176e9571
X1000: board_io.c: 添加版权信息/Add copyright information.
...
添加版权信息。
Add copyright information.
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-07-20 13:42:56 +08:00
Zhou Yanjie
f5fb8ddff6
X1000: board_io.c: 根据配置进行复位/Reset according to configuration.
...
根据配置选择是否对LCD或触摸屏进行复位,在未使用LCD或触摸屏时可缩短
系统初始化时间。
Select whether to reset the LCD or touchpad according to the
configuration, and shorten the system initialization time
when the LCD or touchpad is not used.
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-07-20 13:39:51 +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
Zhou Yanjie
de69a9b500
sdio: mmc.c: 修复缩进/Fix indentation.
...
修复版权信息中的缩进格式。
Fix indentation in copyright information.
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-07-19 21:18:56 +08:00
Zhou Yanjie
976ea24112
sdio: mmc.c: 防止容量计算过程溢出/Prevent capacity calculation overflow.
...
修改“mmc_parse_ext_csd”函数,防止容量计算过程溢出。
Modify the "mmc_parse_ext_csd" function to prevent the capacity
calculation process from overflowing.
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-07-19 21:18:56 +08:00
Zhou Yanjie
d45efced1c
libcpu: MIPS: 更新版权信息/Update copyright information.
...
更新版权信息。
Update copyright information.
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-07-19 21:05:00 +08:00
Zhou Yanjie
d6b2f56f15
libcpu: MIPS: 清理代码/Clean up code.
...
清理内容重复的头文件。
Clean up duplicate header files.
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-07-19 21:00:34 +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
Bernard Xiong
badac5175e
Merge pull request #2870 from armink/fix_shell
...
[finsh] Fix the compile error when only using msh mode on x86_64 plat…
2019-07-19 19:13:18 +08:00
Bernard Xiong
dbbc1aa2eb
Merge pull request #2872 from armink/fix_simulator
...
[bsp/simulator] Fix project generate configuration.
2019-07-19 19:12:36 +08:00
armink
60e32cb61e
[bsp/simulator] Fix project generate configuration.
2019-07-19 16:14:02 +08:00
Zhou Yanjie
3c9375181d
usb: hid.c: 修复编译过程中的错误/Fix compile-time error.
...
在第375行中,“uint8_t *data,”应改为“rt_uint8_t *data,”。
In line 375, "uint8_t *data," should be changed to "rt_uint8_t *data,".
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-07-19 16:03:57 +08:00
armink
c33299ab93
[finsh] Fix the compile error when only using msh mode on x86_64 platform.
2019-07-19 15:44:36 +08:00
yangjie
85ab390750
[bsp][stm32f091]mian函数添加LED指示灯闪烁
2019-07-19 15:03:12 +08:00
yangjie
cca033fd6f
[bsp][stm32f091]CubeMX使能SPI1,修复直接在env中打开SPI1外设报错
2019-07-19 15:02:17 +08:00
yangjie
35cd668cf7
[bsp][stm32/libraries/HAL_Drivers] F0 系列支持SPI,并修复DMA中断函数重复定义
2019-07-19 14:59:21 +08:00
yaomo718
8ee8328ab0
修正了dist命令对imxrt系列bsp包的支持,修改前的dist命令生成的工程缺少了Libraries。
2019-07-19 01:15:06 +08:00
Ernest
9333bbadbf
[dist][modify] crypto kconfig path
2019-07-18 13:48:54 +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
Bernard Xiong
9a1be9e73d
Merge pull request #2860 from willianchanlovegithub/sensor
...
[component][drivers][sensors]Increase the output of sensor information
2019-07-17 10:43:35 +08:00
Bernard Xiong
38750d29f8
Merge pull request #2861 from enkiller/wlan
...
[components][drivers][wlan] 功能可裁剪
2019-07-17 10:42:50 +08:00
Willian Chan
06b4a0611d
[component][drivers][sensors]Fix compilation warnings
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-07-17 09:27:30 +08:00
Willian Chan
7db27345c2
[component][drivers][sensors]Increase the output of sensor information
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-07-16 18:30:15 +08:00
tangyuxin
46498d5d1e
[components][drivers][wlan] 功能可裁剪
...
- WLAN 连接信息保存功能可裁剪
- WIFI MSH 命令功能可裁剪
- WLAN 管理功能可裁剪
- WLAN 自动连接功能可裁剪
- WLAN 自动连接时使用最新热点信息
- WLAN 用户事件回调由独立线程调用
- WLAN 独立线程可裁剪
- WLAN 协议管理功能可裁剪
- LWIP 协议层可裁剪
- SCAN 结果支持过滤
- WIFI 阻塞式连接支持多次扫描
- WLAN 新增网卡对象指针
- WLAN 获取信息时更新信号强度
- 其他优化性质改动
2019-07-16 18:26:31 +08:00
Bernard Xiong
3d022a6816
Merge pull request #2859 from wuhanstudio/add-swd-debug
...
[bsp][stm32f103-mini-system] Add SWD debug support
2019-07-16 11:21:51 +08:00
Bernard Xiong
f8f2bd0e44
Merge pull request #2858 from enkiller/hwcrypto
...
[components][drivers][hwcrypto] 更正一处命名错误
2019-07-16 10:35:25 +08:00
Wu Han
a9c46656a2
[bsp][stm32f103-mini-system] Add SWD debug support
2019-07-15 22:43:52 +08:00
tangyuxin
1f2e8e1f3f
[components][drivers][hwcrypto] 更正一处命名错误
2019-07-15 13:48:14 +08:00
whj4674672
aeecc1b6aa
[bsp][stm32h743-atk-apollo] add iwg
2019-07-14 16:36:13 +08:00