Commit Graph

158 Commits

Author SHA1 Message Date
BalanceTWK 73d39e89ec 【bsp/stm32f10x】 修复串口驱动 | Fixed serial port drivers 2018-12-06 11:40:49 +08:00
BalanceTWK 18bcd2b2c6 【修复】 复位后串口打印第一个字节丢失的问题 | The loss of the first byte of serial port printing after reset. 2018-12-06 09:07:55 +08:00
chenchaoqun@rt-thread.com 87dad10f3f [license] Change the license to Apache 2018-10-16 14:18:50 +08:00
nongxiaoming 4bc36f722c [bsp][stm32] Fix compile failure when using ARM Compiler V6. 2018-10-04 17:06:21 +08:00
Wu Han 64c9eaa7dc Add I2C1 in Kconfig 2018-09-29 18:58:15 +08:00
Wu Han 52fa0189ad Add I2C bus driver for stm32f10x 2018-09-29 16:11:31 +08:00
Aubr.Cool a53e5c73f1
stm32f10x bxcan
bxcan fix align
2018-09-15 08:37:38 +08:00
Aubr.Cool 771d958e6f [bsp] stm32f10x correct fifo1 alloc error 2018-09-11 15:15:25 +08:00
guochuangjian 3de51fe256 fix usRcvBufferPos == MB_SER_PDU_SIZE_MAX bug 2018-08-05 15:08:50 +08:00
guochuangjian 4b0839bd7b update uart isr ore-flag handle error bug. 2018-08-01 00:35:42 +08:00
balanceTWK 0541bc6e78 Remove redundant macro definition.| 移除多余的宏定义. 2018-07-25 06:56:56 +08:00
jiezhi320 a137c06a93 Add GPIO Out_OD mode config
Add GPIO Out_OD mode config In stm32f10x bsp
2018-07-23 23:09:09 +08:00
_--___ d1f77fc9f5
clock bug
change to APB1
2018-07-19 18:09:16 +08:00
luo jiao ef8398c2bb [components][drivers][pin module]:typo fix for pin_detach_irq 2018-06-26 22:18:58 +08:00
Bernard Xiong 7d6b7dc3f0
Merge pull request #1497 from arthur-jx/master
[bsp] [stm32f10x]  fix watchdog control set timeout argument bug.
2018-06-04 13:21:40 +08:00
LiuJX de17adf56c [bsp] [stm32f10x] fix watchdog control set timeout argument bug. 2018-06-04 11:05:56 +08:00
zyh 0214092051 [Bsp]Add Readme for stm32f10x 2018-05-31 09:36:59 +08:00
SummerGift 0de277a0c0 [bsp][stm32f10x] : unable to use microlib 2018-04-20 09:53:51 +08:00
liang yongxiang cd39c2525a [bsp] support get compiler path by environment variables for IAR 2018-04-07 15:43:45 +08:00
liang yongxiang 4043a68ad4 [bsp][stm32f10x] update projects 2018-03-16 11:18:53 +08:00
ChunfengMu 2b1fc7c4c4 [bsp][stm32f10x]enable RT_USING_COMPONENTS_INIT and fix SConscript for rtc 2018-03-16 01:13:38 +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 3aa582bc17 [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 2018-03-04 22:35:07 +08:00
Peter Zhang d3cb7478ec
[BSP] Fix: stm32f10x external interrupt bug
Missing of 'GPIO_EXTILineConfig' may cause that program enters interrupt handler forever.
2018-02-28 17:31:38 +08:00
Xeon Xu 2d2c01571c Add customized startup file for stm32f10x when using gcc. 2018-02-22 16:47:44 +08:00
LiuJX 24fb0a3656 1. 修改gpio中断没有清标志位的问题 2018-02-08 23:54:55 +08:00
Bernard Xiong 0f3563fd64 [BSP] Update project files 2017-12-31 21:45:32 +08:00
armink 045f6c368c [BSP] Fix stm32f10x BSP error code. 2017-11-08 00:05:46 +08:00
bernard 7877836065 [BSP] Update project files. 2017-10-31 11:59:49 +08:00
bernard 296d57e859 [BSP] remove components.h file. 2017-10-16 14:10:18 +08:00
bernard 5e3b3b19a6 [BSP] change the type of cmd.
1. Change the type of cmd to 'int';
2. Remove RT_LWIP_USING_RT_MEM macro;
2017-10-16 13:23:03 +08:00
tanek liang 09f698a209 add eth driver 2017-08-30 11:10:32 +08:00
Spencer Moss b60712c29c [bsp] change macro so that CAN IRQ do not interfere USB IRQ in stm32f10x 2017-08-14 00:41:09 +08:00
Spencer Moss a07c450808 [bsp] fix CAN IRQ for stm32 none connectivity line devices 2017-08-13 16:39:00 +08:00
bupleurum e84bad92ee [bsp] Prevent compilation errors in bxcan.c when using STM32F10X_LD_VL,STM32F10X_MD_VL,STM32F10X_HD_VL incorrectly choose to use the RT_USING_CAN. 2017-08-11 18:35:46 +08:00
bupleurum 2569f66df8 [bsp] Fix a CAN interrupt number macro definition bug for STM32F10X_LD,STM32F10X_MD and STM32F10X_XL series. 2017-08-11 17:39:47 +08:00
bupleurum 9b2b1bb4a1 [bsp] Add some descriptions and an English version about building project in readme.txt. 2017-08-04 18:21:34 +08:00
armink 573c294216 [BSP] Fix component initialization functions may be not sequential storage on ROM when used for IAR linker. 2017-07-27 13:58:07 +08:00
Bernard Xiong 5148b9ff27 Merge pull request #766 from AubrCool/fix-stm32f10x.wdt
[BSP] stm32f10x add watchdog driver
2017-07-20 18:01:46 +08:00
Aubr.Cool 690128e839 [Bsp] stm32f10x fm24cl64 drv correct size 2017-07-20 12:16:49 +08:00
Aubr.Cool 2c1ee84347 BSP stm32f10x add watchdog driver 2017-07-20 11:56:21 +08:00
Aubr.Cool 81feb775fa [Bsp] stm32f10x add fm24cl64 drv 2017-07-20 11:55:27 +08:00
tanek liang da3b4d7606 [bsp] add new bsp for stm32l476-nucleo 2017-07-05 18:17:16 +08:00
flyingcys bd62def30c [bsps] fix bsp/stm32f10x/bxcan.c inline bug 2017-06-24 00:11:09 +08:00
flyingcys 35e59002ef [bsp] fix bxcan.c inline bug 2017-06-23 23:23:58 +08:00
armink 9b7d2023bb [BSP] Fix a bug on stm32f10x uart rx DMA driver when first receive data filled the FIFO. 2017-05-24 09:06:23 +08:00
Aubr.Cool fd08d0ba50 [Bsp] stm32f10x usart correct rx parity err 2017-04-13 12:47:49 +08:00
Bernard Xiong 54c5b83c14 Merge pull request #704 from AubrCool/fix-pin.driv.add.irq.apis
[DeviceDrivers] pin: add irq APIs.
2017-03-18 11:46:27 +08:00
armink 82930906a2 [BSP] Enhanced stm32f10x serial DMA rx driver reliability. 2017-03-17 16:45:23 +08:00
Aubr.Cool aa8e5cc412 [components] drivers pin irq change apis 2017-03-14 10:28:29 +08:00