armink
2150439a73
[bsp/stm32] Update the eclipse project.
2019-08-03 15:56:18 +08:00
tangyuxin
08656c3034
[bsp][w60x] 更新驱动,添加加解密及配网功能,增强稳定性。
...
1. 新增 crypto, onchip_Flash, soft_i2c 驱动
2. 新增 oneshot 配网功能
3. 完善 I2C, UART, SPI, WIFI 等基本驱动
4. 更新 Kconfig 配置,用户交互更加友好
5. 屏蔽 末尾 80 内存,无法作为栈使用。
2019-08-03 10:52:37 +08:00
tyustli
a08f767a42
fix 429 uart2/3 hardware init and add can1
2019-08-02 10:42:37 +08:00
Wu Han
2f95667af1
[bsp][stm32f103-yf-ufun] Add SDIO support
2019-07-30 21:41:10 +08:00
Bernard Xiong
cfd54c76b6
[BSP][QEMU-VExress] fix the automac issue under rtthread-apps
2019-07-30 15:11:03 +08:00
Bernard Xiong
ba084c5b5b
Merge pull request #2907 from yangjie11/stm32Kconfig
...
[bsp][stm32/templates]简化stm32模板下的Kconfig,增加Kconfig参考模板
2019-07-30 13:11:03 +08:00
Chinese66
6f7749bb07
添加f1的usbd驱动
2019-07-29 21:37:35 +08:00
yangjie
011f62a53a
[bsp][stm32/templates]简化stm32模板下的Kconfig,增加Kconfig参考模板
2019-07-29 14:02:24 +08:00
yangjie
30491ddd73
[bsp][stm32]修改drv_spi.c中的tab为空格
2019-07-27 18:11:46 +08:00
yangjie
66abaa3818
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into dma
2019-07-27 18:08:11 +08:00
tyustli
2cb74f92fb
add stm32 l475 pwm2 channel3、4 driver
2019-07-26 11:08:58 +08:00
Bernard Xiong
be88330f86
Merge pull request #2884 from balanceTWK/master_wdt
...
[update][bsp][stm32] drv_wdt.c
2019-07-26 05:59:09 +08:00
Bernard Xiong
cadc95d5db
Merge pull request #2893 from tyustli/gd32
...
add gd32vf103v-eval bsp
2019-07-26 05:58:39 +08:00
tyustli
1adf9d4a52
add gd32vf103v-eval bsp
2019-07-24 19:25:39 +08:00
tyustli
75efc6d94f
ss
2019-07-24 17:33:31 +08:00
tyustli
3ba754b69e
second
2019-07-24 17:32:24 +08:00
tyustli
12f2c34d83
first version
2019-07-24 17:31:26 +08:00
tyustli
49e9d19c82
first version
2019-07-24 17:03:26 +08:00
yangjie
31197c891d
[bsp][stm32/libraries]各个系列默认添加库文件stm32xxxx_hal_gpio.c
...
[bsp][stm32/libraries]修改各个系列下的sconscript文件,默认添加 stm32xxxx_hal_gpio.c
2019-07-24 15:22:41 +08:00
yangjie
584cabe035
[bsp][stm32/drv_common.c]修复在关闭UART设备框架时,编译报错
2019-07-23 19:20:19 +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
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
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
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
armink
60e32cb61e
[bsp/simulator] Fix project generate configuration.
2019-07-19 16:14:02 +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
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
杨连钊
9e74077928
[bsp][stm32][libraries][HAL_Drivers] update drv_can.c
...
adapt to new HAL_lib
2019-06-24 13:06:26 +08:00
wangqiang
68374821d5
修改了BSP包中不合理的地方和不符合RTThread规范的地方
2019-06-23 12:01:01 +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
efab8a25c3
Merge pull request #2797 from armink/fix_eclipse
...
Fix eclipse
2019-06-19 12:04:52 +08:00
armink
c180c1865f
[bsp/stm32/stm32l475-atk-pandora] Add eclipse project.
2019-06-19 10:44:48 +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
misonyo
aae6274ef1
[bsp/stm32]add stm32f2xx template
2019-06-18 18:26:49 +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
Bernard Xiong
abba1ddaf5
Merge pull request #2782 from willianchanlovegithub/mm32l3xx
...
[bsp][mm32l3xx]Fix compilation errors
2019-06-18 10:25:15 +08:00
wangqiang
8e2900833e
删除了一些不用的文件
2019-06-17 19:04:19 +08:00
wangqiang
1bb146f18d
测试了imxrt1064-nxp-evk
2019-06-17 18:53:34 +08:00
wangqiang
dcae59536c
增加了imxrt1064-nxp-evk的BSP
2019-06-17 18:04:50 +08:00
Willian Chan
74cfa9e5fb
[bsp][mm32l3xx]Fix the error-reporting problem when using the "sconds--dist" command.
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-17 15:24:49 +08:00
Willian Chan
2599bc238f
[bsp][mm32l3xx]Fix compilation errors
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-17 14:41:10 +08:00
jinsheng
f94ffe28e1
增加基础定时器驱动
2019-06-17 09:53:19 +08:00
zhangjun1996
c4b527a738
Merge branch 'master' of https://github.com/rt-thread/rt-thread
2019-06-17 02:48:01 +08:00
zhangjun1996
778199f876
如果开启了RT_CAN_USING_HDR,则提示该驱动不支持硬件过滤器,请取消RT_CAN_USING_HDR。
2019-06-17 02:46:36 +08:00
Bernard Xiong
a6a01da3be
Merge pull request #2779 from willianchanlovegithub/469
...
[bsp][stm32][f469-disco]Fix the BUG of SD card hot plug detection
2019-06-15 18:13:30 +08:00
zhangjun1996
3e7580dc7d
重新配置CAN之前,关闭CAN,配置完再打开。
2019-06-15 18:08:00 +08:00
zhangjun1996
2fc56f4ff4
头文件缩进
2019-06-15 14:05:28 +08:00
zhangjun1996
537c2376f9
1,修复由于stm32系列的hal库升级导致stm32f1和stm32f4平台的can驱动编译错误
...
2,关闭components/drivers/Kconfig中默认打开的can硬件滤波器选项
3,为了让can波特率设置匹配stm32f429的时钟,给stm32f429增加波特率表
4,以上修复在stm32f103-fire-arbitrary,stm32f407-atk-explorer,stm32f429-atk-apollo三个bsp中测试通过
2019-06-15 11:52:11 +08:00
Willian Chan
6e7baa7fd5
[bsp][stm32][f469-disco]Fix the BUG of SD card hot plug detection
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-15 09:52:54 +08:00
Bernard Xiong
fa678321f3
Update README.md
2019-06-15 08:26:57 +08:00
Bernard Xiong
0d717a48d3
Merge pull request #2760 from HubertXie/master
...
[bsp][stm32]修复RTC选用LSI时不工作问题
2019-06-13 22:52:11 +08:00
Bernard Xiong
fa59d1f0db
Merge pull request #2774 from lhxzui/lhxzui_rtt
...
1. Add bsp stm32f103-gizwits-gokitv21.
2019-06-13 19:40:12 +08:00
Bernard Xiong
f233a73c36
Merge pull request #2772 from misonyo/rttdev
...
[bsp/nxp] add new imxrt series
2019-06-13 17:07:46 +08:00
lhxzui
2b710c0aec
1. Add bsp stm32f103-gizwits-gokitv21.
...
2. Solve display error code in README opened in markdown mode.
2019-06-13 15:34:03 +08:00
misonyo
745c3ca843
[bsp/nxp] add new imxrt series
2019-06-13 14:08:36 +08:00
Bernard Xiong
191cea14c2
Merge pull request #2770 from willianchanlovegithub/469
...
[bsp][stm32][f469-disco]Add SD card hot plug detection
2019-06-12 16:40:34 +08:00
Willian Chan
d4ad48d893
[bsp][stm32][f469-disco]Add "static" to some APIs.
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-12 15:03:08 +08:00
Willian Chan
14c5926ff7
[bsp][stm32][f469-disco]Change some API's name
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-12 14:12:58 +08:00
Willian Chan
33febada5c
[bsp][stm32][f469-disco]Add SD card hot plug detection
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-12 09:52:01 +08:00
Bernard Xiong
bcf77abad6
Merge pull request #2762 from SummerGGift/phy_check
...
[stm32][driver] Fix the problems of PHY status examination mentioned in issue #2756
2019-06-12 06:27:46 +08:00
Bernard Xiong
b04a0f75b2
Merge pull request #2763 from Zero-Free/master
...
[bsp][nrf52832]add nRF5_SDK softdevice hex file,fix #2748 issue
2019-06-10 22:02:33 +08:00
SummerGift
6a9fb353f7
【修改】HAL_ETH_RxCpltCallback 提示等级由 error 修改为 info,因为这是一个非致命的问题
2019-06-10 17:53:49 +08:00
SummerGift
680e3ff70d
【优化】PHY 状态检测流程
2019-06-10 17:49:29 +08:00
SummerGift
7f710f9eab
【修改】changelog for PHY state detection process
2019-06-10 17:30:05 +08:00
SummerGift
44e70b3c0d
【完善】PHY 状态检测驱动
2019-06-10 17:24:00 +08:00
我夏了夏天
08c67d0a71
【修复】恢复更新 F1 HAL 库错误删除的代码
2019-06-10 16:50:21 +08:00
SummerGift
4ee460f71b
【更新】f1 系列 HAL 库到 1.1.3 版本,主要更新了 can 相关驱动
2019-06-10 16:00:25 +08:00
SummerGift
7312dd693a
【更新】HAL CMSIS 到 4.3.0 版本
2019-06-10 15:56:24 +08:00
SummerGift
8710b1fd06
【修复】PHY 状态查询过程中的 bug
2019-06-10 15:07:45 +08:00
EvalZero
6c63ccf982
[bsp][nrf52832]add nRF5_SDK softdevice hex file,fix #2748 issue
2019-06-10 14:01:48 +08:00
HubretXie
56a65431dc
Update drv_rtc.c
...
rtc选用lsi时不工作
2019-06-09 13:56:44 +08:00
lhxzui
8e5776b013
1. Add bsp stm32l452-st-nucleo.
...
2. Bsp stm32l452-st-nucleo has been tested with NUCLEO-L452RE board.
3. Modify the applications SConscript of bsp stm32f103-yf-ufun, using new method.
4. Modify README of bsp stm32f072-st-nucleo.
2019-06-08 13:12:34 +08:00
Bernard Xiong
4bb7dc9f4b
Merge pull request #2744 from lhxzui/lhxzui_rtt
...
1. Add bsp stm32f072-st-nucleo
2019-06-08 10:23:11 +08:00
Bernard Xiong
7cbdf9e4a9
Update SConscript
2019-06-06 07:43:17 +08:00
whj4674672
0ef18239e0
[bsp][stm32h743-atk-apollo]add rtc
2019-06-05 14:25:15 +08:00
lhxzui
4bf3a83f47
1. Add bsp stm32f072-st-nucleo
2019-05-30 18:00:03 +08:00
Bernard Xiong
d363b72095
Merge pull request #2732 from SummerGGift/modify_stack_size
...
[bsp][stm32] 修改一些 bsp 的 shell 线程栈大小为 4096
2019-05-29 18:07:28 +08:00
Bernard Xiong
6e353e688f
Merge pull request #2738 from armink/fix_drivers
...
Fix drivers
2019-05-29 18:06:41 +08:00
Bernard Xiong
c45f2f4cbc
Merge pull request #2735 from Guozhanxin/master
...
为潘多拉添加 usb device 支持
2019-05-29 17:33:15 +08:00
armink
74874fea42
[bsp/gd32450z-eval] Remove the w25qxx driver code.
2019-05-29 14:18:29 +08:00
armink
615c5733f0
[bsp/allwinner_tina] Remove the w25qxx driver code.
2019-05-29 14:15:56 +08:00
armink
4c780b8950
[bsp/nuvoton_m487] Remove the w25qxx driver code.
2019-05-29 14:13:26 +08:00
armink
1b0a2914b0
[bsp][stm32][stm32f103-dofly-M3S] Add for eclipse project support.
2019-05-29 13:39:17 +08:00
armink
ff3edd0cbe
[bsp][qemu-vexpress-a9] Update eclipse project.
2019-05-29 11:56:19 +08:00
guozhanxin
7d17f78a41
[bsp/stm32/pandora] 添加 usb device 支持 | Add usb device support.
2019-05-29 11:53:39 +08:00
guozhanxin
3a5a2ff5a3
[bsp][stm32] Add usb configuration for L4 series
2019-05-29 11:38:37 +08:00
SummerGift
96f0085f45
【修改】shell 线程栈默认大小为 4096
2019-05-29 09:59:27 +08:00
SummerGift
d78c574629
【修改】407-atk-explorer bsp 的 shell 默认栈大小为 4096
2019-05-29 09:52:23 +08:00
HubretXie
524f78a2dd
Update Kconfig
2019-05-28 21:27:53 +08:00
HubretXie
d9e215265a
[BSP][STM32] 增加RT_USING_CPU_FFS配置选项
...
kconfig中增加RT_USING_CPU_FFS配置选项,并且默认开启
2019-05-27 22:50:52 +08:00
Bernard Xiong
13d79c2b16
Merge pull request #2715 from lhxzui/lhxzui_rtt
...
1.add bsp stm32f103-ufun.
2019-05-27 12:13:48 +08:00
Bernard Xiong
7ca0ce2627
Merge pull request #2717 from willianchanlovegithub/469
...
[bsp][stm32][f469-disco]Separation of MIPI-LTCDC and LCD Configuration
2019-05-26 00:53:24 +08:00
lhxzui
dae875593f
1.修改stm32f103-ufun为stm32f103-yf-ufun和其readme。
2019-05-25 14:32:43 +08:00
Bernard Xiong
10b8338a6c
Merge pull request #2718 from whj4674672/master
...
[stm32][stm32h7]修复H7 spi依赖文件路径错误的BUG
2019-05-25 07:28:03 +08:00
SummerGift
9e26010948
【修复】由于添加串口 DMA 发送对串口 DMA 接收配置造成的影响
2019-05-24 20:53:43 +08:00
Willian Chan
5707e84a82
Fix comment random code
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-05-24 19:25:00 +08:00
whj4674672
d82c90dc9a
[stm32][stm32h7]修复H7 spi依赖文件路径错误的BUG
2019-05-24 18:08:44 +08:00
Willian Chan
90e2954724
分离MIPI-LTDC和LCD配置
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-05-24 11:48:17 +08:00
Bernard Xiong
e8a10c4df0
Merge pull request #2645 from zhouchuanfu/stm32_uart_tx_dma
...
[bsp][stm32] 增加uart的DMA发送功能
2019-05-23 23:20:40 +08:00
lhxzui
f857e8b21c
1.add bsp stm32f103-ufun.
2019-05-23 18:33:24 +08:00
Bernard Xiong
9ac9b94351
Merge pull request #2705 from MoonwalkerLee/master
...
修改systick初始化,由于STM32H7系列与STM32F系列时钟架构不同导致
2019-05-22 18:37:20 +08:00
misonyo
e5ed62251a
[bsp/lpc54608]write high to scl and sda pin after init
2019-05-22 15:04:55 +08:00
周传福
d548215a3b
Update drv_usart.c
2019-05-22 14:53:49 +08:00
周传福
1e10891f37
Update drv_usart.c
...
修复dma_config里面rcc的bug。
2019-05-22 09:48:13 +08:00
SummerGift
4a65d1987f
【修复】F746 bsp 的 dist 功能
2019-05-22 08:24:03 +08:00
Vincent Wang
08580b71db
[bsp][stm32l432-st-nucleo] fix link.icf rom size
2019-05-21 22:19:39 +08:00
lizhen9880
d88afc3985
修改systick初始化,由于STM32H7系列与STM32F系列时钟架构不同导致
...
STM32H7系列与STM32F系列时钟架构不同
STM32F系列systick时钟源来自HCLK
STM32H7系列systick时钟源来自SystemCoreClock
因此增加SOC_SERIES_STM32H7作为编译条件
2019-05-21 17:26:34 +08:00
Bernard Xiong
a1898156bf
Merge pull request #2704 from Guozhanxin/iot_board
...
[bsp][stm32]修复 w5500 和 drv_eth.c 依赖的问题
2019-05-20 20:37:19 +08:00
guozhanxin
501d894cfd
[bsp][stm32]修复 w5500 和 drv_eth.c 依赖的问题
2019-05-20 18:28:43 +08:00
周传福
56e83fe735
Update drv_usart.c
2019-05-20 10:44:08 +08:00
周传福
893bb72907
Update drv_usart.c
2019-05-20 10:21:00 +08:00
周传福
030b365333
Update drv_usart.c
2019-05-20 09:47:36 +08:00
周传福
81ff374aed
Update drv_usart.c
2019-05-19 22:26:56 +08:00
周传福
24f38acf52
Merge branch 'master' into stm32_uart_tx_dma
2019-05-19 14:37:34 +08:00
Bernard Xiong
c8efc0032d
Merge pull request #2644 from zhouchuanfu/stm32_uart
...
[bsp][stm32] 增加uart的dma半中断接收方式。
2019-05-18 14:57:19 +08:00
周传福
6ebb2c75d9
Update drv_usart.c
...
添加部分空行
2019-05-17 23:23:14 +08:00
Bernard Xiong
45976b7555
Merge pull request #2700 from misonyo/rttdev
...
[bsp]remove old stm32 bsp
2019-05-17 12:48:59 +08:00
misonyo
b91a39306d
[bsp]remove old stm32 bsp
2019-05-16 16:18:48 +08:00
Bernard Xiong
851e33a20f
Merge pull request #2697 from SummerGGift/flash_driver_fal
...
[stm32][driver] flash 驱动擦除接口与 fal 不匹配的问题
2019-05-16 13:51:57 +08:00
周传福
77daf413be
Update drv_usart.c
...
添加函数说明
2019-05-16 12:37:25 +08:00
周传福
9329b62bef
Merge branch 'master' into stm32_uart_tx_dma
2019-05-16 12:22:53 +08:00
SummerGift
f23b278d62
【修复】f0 f1 f4 f7 系列 flash 擦除函数返回值与 fal 接口不匹配的问题
2019-05-16 10:24:53 +08:00
Bernard Xiong
6b1f8d9155
remove gnu99 code
2019-05-16 10:22:57 +08:00
Bernard Xiong
361754e037
Merge pull request #2692 from SummerGGift/phy_check
...
[bsp][stm32][driver] fix phy detection driver
2019-05-16 09:29:22 +08:00
SummerGift
6309492ec5
【修改】PHY 检测相关处理
2019-05-15 15:45:48 +08:00
neal
257d21c0bd
[bsp][at91sam9g45]Fix build bugs which caused by the change of libcpu/arm/arm926/start_gcc.S
2019-05-13 18:36:31 -07:00
SummerGift
76431f6b00
Merge remote-tracking branch 'remotes/origin/master' into master_lab
2019-05-13 14:28:56 +08:00
Bernard Xiong
91f6abb765
Merge pull request #2675 from lymzzyh/qemu-mac
...
[BSP][qemu-a9] auto generate mac address from host
2019-05-12 23:07:01 +08:00
ZYH
4f521a0c95
[BSP][qemu-a9] auto generate mac address from host
2019-05-12 21:53:47 +08:00
ZYH
e3acd99280
[BSP][K210]fit new sdk
2019-05-12 21:42:49 +08:00
Bernard Xiong
ec6cb9f260
[BSP][qemu-vexpress-a9] code cleaup for compiling warning.
2019-05-12 15:07:26 +08:00
shaojinchun
8d59983427
增加k210 bsp中idle任务栈大小到4096
2019-05-11 13:49:14 +08:00
shaojinchun
bcb7fac0d0
fix signals for k210
2019-05-11 09:37:25 +08:00
Bernard Xiong
a05823b52c
Merge pull request #2671 from yangjie11/yj_fix_branch
...
[bsp][stm32/stm32l475-atk-pandora]添加 sensor 框架下 aht10 的支持
2019-05-10 18:36:50 +08:00