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
|
7caaafa55f
|
Merge pull request #1881 from uestczyh222/f4-uart
[Bsp][stm32f4xx-hal]更新串口宏
|
2018-10-11 20:51:45 +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 |
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 |
zyh
|
1d48f9ff4b
|
[Bsp][stm32f4xx-HAL]剔除多余空行格式化
|
2018-04-18 09:47:49 +08:00 |
ZYH
|
db081c517f
|
[Bsp][STM32f4xx-HAL]fix pin index
|
2018-03-29 11:44:20 +08:00 |
uestczyh222
|
3abe6bcc96
|
[Bsp][STM32F4xx-HAL]Add I2C driver
|
2018-03-14 15:31:06 +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 |
uestczyh222
|
dcb0f280b4
|
[BSP][fix and update]STM32F4xx-HAL fix an error
[1]修复了当选择含有CCMRAM的F4系列MCU时造成的heap初始化错误
|
2017-12-12 10:54:28 +08:00 |
uestczyh222
|
345bea8b1d
|
[BSP]fix F4-HAL bsp usbdriver
|
2017-11-23 16:05:27 +08:00 |
uestczyh222
|
5e0e1701e2
|
[BSP][stm32f4xx-hal][driver]Add RTC driver
|
2017-11-19 14:38:19 +08:00 |
uestczyh222
|
52794a0291
|
[BSP]rename STM32F40x_HAL to STM32F4xx-HAL
|
2017-11-18 14:47:07 +08:00 |