Commit Graph

55 Commits

Author SHA1 Message Date
tyustli ea8509717e delete C++ support for gcc in the rtconfig.py file 2019-03-26 15:41:06 +08:00
armink 0d7ba79219 Remove the DBG_COLOR and DBG_ENABLE definition. 2019-03-06 17:54:30 +08:00
misonyo 69cd16e136 [all BSP]fix kconfig file syntax error 2019-01-16 23:23:38 +08:00
Noe Xu 5e47dc41b3 [STM32] Fix issue that CAN driver won't receive any messages once OV iterrupt occurs.
Change-Id: I4cd98ca4840f32925e89e8c467ec78e03e9a2836
2019-01-13 23:37:15 -08:00
chenchaoqun@rt-thread.com 87b407ff18 【修改】.config 中RT_SERIAL_USING_DMA选项 2018-12-17 09:53:44 +08:00
chenchaoqun@rt-thread.com bb8e89e851 【串口】宏定义对应增加 2018-12-17 09:38:53 +08:00
yangjie caba8a7d11 [bsp][stm32 hal drv_gpio]If there is no pull-up or pull-down outside, there will be problems with just setting "GPIO_InitStruct.Pull = GPIO_NOPULL". 2018-12-13 10:33:46 +08:00
BalanceTWK f375486e49 [stm32 drv usart] 修复串口发送第一个字节丢失的问题。| Fixed a problem where the first byte of a serial port was lost. 2018-12-06 15:04:36 +08:00
Noe Xu bbc628d5a0 [STM32F4xx-HAL] Fix link error when enable cmbacktrace package.
Change-Id: I879acd7c67ea782389b8f69acb2846c2879f8fcf
2018-11-26 22:43:02 -08:00
yangjie c79d928991 [bsp]fixed drv_usart.c because f411xE have no USART3 2018-11-09 10:26:39 +08:00
hichard ca4b48aac2 修复STM32F4-Hal bsp USB主机驱动的一个bug 2018-11-07 22:48:50 +08:00
XXXXzzzz000 262d4268a4 [bsp][stm32f4xx-HAL] fix iwg driver. 2018-10-20 17:53:07 +08:00
chenchaoqun@rt-thread.com 87dad10f3f [license] Change the license to Apache 2018-10-16 14:18:50 +08:00
Bernard Xiong 33cb916ff7
Merge pull request #1882 from uestczyh222/f4-build
[Bsp][stm32f4xx-hal]整理链接脚本
2018-10-11 20:52:20 +08:00
Bernard Xiong 7caaafa55f
Merge pull request #1881 from uestczyh222/f4-uart
[Bsp][stm32f4xx-hal]更新串口宏
2018-10-11 20:51:45 +08:00
ZYH 743c264285 [Bsp][stm32f4xx-hal]整理链接脚本 2018-10-11 18:17:35 +08:00
ZYH bcfba031d5 [Bsp][stm32f4xx-hal]更新串口宏 2018-10-11 18:09:31 +08:00
ZYH ffdd7f98ad [Bsp][stm32f4xx-hal]修复I2C在开启优化时出现延时异常的问题 2018-10-11 16:47:25 +08:00
xuzhuoyi ffd38a57c3 [bsp][stm32f4xx-hal] Fix compile failure when using ARM Compiler V6.10.1 2018-09-30 14:53:55 +08:00
guozhanxin 99b632915f [bsp][stm32f4xx-HAL] update PWM driver
1. Fixed the overflow error of intermediate value
2. Fixed the error that counter register is not cleared
3. Add macro control for each channel
2018-09-26 18:23:36 +08:00
weety 2a46f0d5ee Fixed choice default value issue for stm32f4xx-HAL. 2018-09-05 09:37:56 +08:00
chenyong 8973fa9d3e [bsp][stm32f4xx-HAL] Add uart3 driver 2018-08-29 11:11:10 +08:00
ZYH d06f9ac9df
Merge pull request #1716 from xeonxu/stm32hal_can
[STM32 BSP]CAN driver for stm32f4xx HAL.
2018-08-16 10:13:40 +08:00
Noe Xu 33753f6331 [STM32 BSP]CAN driver for stm32f4xx HAL.
Change-Id: I60868dea91e0a632de469e4841410d4f1ae21516
2018-08-12 20:49:23 +08:00
Noe Xu 250de62d5c [STM32 BSP]Fix PWM channel calculate argorithm.
Change-Id: Ie65437365784033dcee8d8e9f21dfc5727ba9d3c
2018-08-12 19:57:36 +08:00
Bernard Xiong 94e6e293b6
Merge pull request #1627 from uestczyh222/master
[Bsp][STM32F4xx-HAL]Add pwm driver
2018-07-24 11:16:53 +08:00
zyh 257f147a97 [Bsp][stm32f4xx-hal][pwm]format code 2018-07-24 09:26:41 +08:00
zyh 6bb167e995 [Bsp][STM32F4xx-HAL]fix warning 2018-07-16 22:32:07 +08:00
ZYH e1838418fb [Bsp][STM32F4xx-HAL]Add pwm driver 2018-07-15 02:05:48 +08:00
ZYH bae7927558 [Bsp][STM32F4xx-HAL]Fix Clock tree Support HSI| 修复时钟树,支持HSI 2018-07-14 19:46:09 +08:00
brucechousz c55bb827c8 [BSP][STM32F4xx-HAL]更新norflash驱动,增加对sfud的支持 2018-07-08 17:48:11 +08:00
zyh 8c32f817a3 [BSP][STM32F4xx-HAL]support HSE Bypass 2018-07-05 17:11:53 +08:00
neverxie 4a915c33c4 fixed two bugs to drv_gpio.c 2018-06-28 20:14:12 +08:00
luo jiao ef8398c2bb [components][drivers][pin module]:typo fix for pin_detach_irq 2018-06-26 22:18:58 +08:00
zyh 0488daa11f 优化GPIO驱动减小Flash占用1128->292 2018-06-22 14:50:16 +08:00
Bernard Xiong b8bbb71648 [BSP][stm32f4xx-HAL] Add GNU GCC support. 2018-05-29 10:43:55 +08:00
zyh 3bccfdd797 [Bsp][STM32F4xx-HAL]fix build error default 2018-05-19 09:58:38 +08:00
zyh 206ce5121d [BSP][STM32F4xx-HAL]readme.md add figure 2018-05-15 21:15:26 +08:00
zyh 2fccd79ddc [Bsp][STM32F4xx-HAL]Add Readme.md 2018-05-15 18:05:55 +08:00
zyh 1d48f9ff4b [Bsp][stm32f4xx-HAL]剔除多余空行格式化 2018-04-18 09:47:49 +08:00
liang yongxiang cd39c2525a [bsp] support get compiler path by environment variables for IAR 2018-04-07 15:43:45 +08:00
ZYH db081c517f [Bsp][STM32f4xx-HAL]fix pin index 2018-03-29 11:44:20 +08:00
ZYH e04c3cecc8 修改默认工程与menuconfig同步 2018-03-28 10:10:31 +08:00
uestczyh222 3abe6bcc96 [Bsp][STM32F4xx-HAL]Add I2C driver 2018-03-14 15:31:06 +08:00
moebius.ever 8160a4089a fixed #1261, modify "axf" to "elf" in rtconfig.py for GCC Toolchains configuration. 2018-03-07 15:28:51 +08:00
Bernard Xiong 8b36b57a11 [UIEngine] move UI engine as a package 2018-03-03 16:34:01 +08:00
aozima 19433e0cf5 update SConscript: support scons 3. 2018-02-06 20:07:28 +08:00
Bernard Xiong 0f3563fd64 [BSP] Update project files 2017-12-31 21:45:32 +08:00
uestczyh222 0779b00905 [BSP][STM32F4xx-HAL]Update clock tree
修正84M主频下48M时钟的产生错误
修正没有对部分芯片需要单独配置48M时源(RCC_PERIPHCLK_CLK48)
增加芯片存在非通用时钟树配置时产生编译警告
严正警告。F4工作在100M主频下(F411等)无法正确产生48M时钟,此时请另行配置时钟或降频至84M使用。自动配置的时钟将导致芯片无法启动。(只要是不能产生48M时钟的HCLK配置均不能使用该BSP内的自动时钟配置,芯片最大主频中只有100M无法使用)
2017-12-29 06:05:42 +08:00
uestczyh222 03a69276e4 [BSP][STM32F4xx-HAL][USB HOST]Add USB host drivers and rename device drivers 2017-12-15 17:52:31 +08:00