Commit Graph

38 Commits

Author SHA1 Message Date
Wu Han 6dacf27d4e [driver][i2c] Fix GPIO_SPEED_FREQ_HIGH 2018-12-18 23:09:25 +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
Bernard Xiong 94c358b13e
Merge pull request #1911 from XXXXzzzz000/add_pwm_driver
[driver][pwm] add pwm driver.
2018-10-26 17:51:40 +08:00
Bernard Xiong d0cc930eec
Merge pull request #1924 from balanceTWK/master
【bsp】【stm32f10x-HAL】 update drv_usart.c
2018-10-26 17:51:00 +08:00
XXXXzzzz000 d4bdeb03e7 [bsp][stm32f10x-HAL] add pwm driver. 2018-10-24 10:09:45 +08:00
BalanceTWK 9392c9ea49 [bsp][stm32f10x-HAL] update drv_usart.c 2018-10-23 21:46:55 +08:00
XXXXzzzz000 ea86ebf142 [bsp][stm32f10x-HAL] add rtc driver 2018-10-23 14:15:24 +08:00
XXXXzzzz000 5e95c57456 add iwdg driver 2018-10-17 16:05:33 +08:00
XXXXzzzz000 8107542d76 [driver][iwdg]add iwdg driver. | 添加iwdg驱动,参考:stm32f4xx-HAL/driver_wdg 2018-10-17 15:54:00 +08:00
Bernard Xiong 292f35f824
Merge pull request #1878 from uestczyh222/f1_i2c
[Bsp][stm32f1xx-hal]添加I2C驱动
2018-10-12 15:21:40 +08:00
ZYH 4c623b39ad [Bsp][stm32f1xx-hal]添加I2C驱动 2018-10-11 18:13:30 +08:00
ZYH 0893e54293 [bsp][stm32f1xx-hal]修复当开启优化时m3_m4_delay_us延时失效问题 2018-10-11 16:42:13 +08:00
ZYH 6e5751d49b [BSP][STM32F1xx-HAL]修改协议 apache2.0 2018-10-11 10:18:24 +08:00
ZYH 6262acb5f9 [BSP][STM32F1xx-HAL] fix hse when hse no trigger
修复当选择HSE 而HSE不起振时 assert的问题,并优化模拟器参数
2018-10-11 10:14:49 +08:00
brucechousz b76db6b45b [Bsp][STM32F10x-HAL]优化GPIO驱动减小Flash占用 2018-06-30 17:56:02 +08:00
liu2guang e7df811926 [bsp][stm32f10x] Fix compile error when configuring HSI. |修复当配置为HSI内部时钟做为时钟源时编译错误问题. 2018-06-29 13:19:44 +08:00
luo jiao ef8398c2bb [components][drivers][pin module]:typo fix for pin_detach_irq 2018-06-26 22:18:58 +08:00
杨连钊 699bb32073
[stm32f10x-HAL] add function rt_hw_us_delay
实现rt_hw_us_delay函数
2018-06-11 08:59:30 +08:00
user dab7477312 [stm32f10x-HAL] Fixed the problem of including functions in RT_ASSERT()|修复了:当屏蔽宏定义RT_DEBUG时,RT_ASSERT()中的函数运行不到 2018-05-30 14:47:11 +08:00
zyh e8a4bf8f93 [Bsp][STM32F10x-HAL]fix readme.md 2018-05-17 15:36:33 +08:00
zyh e46e9e6f21 [Bsp][STM32F10x-HAL]Add README.md 2018-05-16 09:45:44 +08:00
zyh a716028850 剔除多余空行格式化文件 2018-04-17 17:26:59 +08:00
liang yongxiang cd39c2525a [bsp] support get compiler path by environment variables for IAR 2018-04-07 15:43:45 +08:00
ZYH 1fd31983a3 [Bsp][Drivers]Add a int endpoint 2018-03-23 10:15:44 +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
Xeon Xu 2d2c01571c Add customized startup file for stm32f10x when using gcc. 2018-02-22 16:47:44 +08:00
Xeon Xu d841fef8c8 Revert "Fixed #1187 running issue while using firmware compiled by gcc."
This reverts commit 37660ac515.
2018-02-22 16:03:46 +08:00
Bernard Xiong a30a52d78d
Merge pull request #1219 from uestczyh222/master
[Bsp]增强F10x_HAL的GPIO中断逻辑
2018-02-09 17:21:29 +08:00
uestczyh222 3ea5cd0bdb [Bsp]增强F10x_HAL的GPIO中断逻辑 2018-02-09 17:03:41 +08:00
Noe Xu 37660ac515 Fixed #1187 running issue while using firmware compiled by gcc. 2018-02-01 14:41:45 +08:00
liu2guang 7b8a78360f [Bsp] add sdcard drive | 添加sd卡驱动 2018-01-16 18:05:16 +08:00
Bernard Xiong 0f3563fd64 [BSP] Update project files 2017-12-31 21:45:32 +08:00
Bernard Xiong 7bc87e4ae8 [Kconfig] Rename all of KConfig files to 'Kconfig' 2017-11-30 20:12:53 +08:00
MiraculousConch 596d9b427b [BSP]mv stm32f10x_HAL to stm32f10x-HAL 2017-11-29 13:44:59 +08:00