Commit Graph

26 Commits

Author SHA1 Message Date
luhuadong be94c0db20 [bsp][stm32][driver] remove extra brackets 2020-10-31 16:07:52 +08:00
thread-liu 076e33aa03 [update] stm32mp1 pin-index 2020-09-27 14:29:36 +08:00
xieyangrun 7305712ef2 [stm32/gpio]Optimized the pin-index algorithm 2020-09-18 18:33:13 +08:00
Bernard Xiong 36cb4349a6
Merge pull request #3897 from yangjie11/yj_dev1
[components][driver/pin.c]pin 框架增加 rt_pin_get
2020-09-11 12:57:59 +08:00
yangjie 38b3a3445e [bsp][driver] 初始化 BSP 中的 rt_pin_ops 2020-09-11 11:16:42 +08:00
thread-liu cd5c57b614 [update] stm32mp157a-dk1 bsp 2020-09-04 10:24:58 +08:00
thread-liu 0606261b97 [add] stm32mp1 drivers 2020-06-20 14:05:14 +08:00
HubretXie 7f56898fad
Update drv_gpio.c
增加GPIO中断进入退出保护
2019-11-27 14:08:42 +08:00
xiaofan 8be42fdf2f Fix STM32L0 Series Interrupt BUG
Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-13 02:13:51 +08:00
tangweikang eef4afe9fb [update][bsp][stm32] drv_gpio.c 2019-06-19 08:46:09 +08:00
tangweikang de4336420a [update] drv_gpio.c 2019-06-18 16:34:21 +08:00
Bernard Xiong 3ae69adf9e
Merge pull request #2610 from jhbdream/stm32l4r9-bsp
add bsp for stm32l4r9
2019-04-29 13:50:00 +08:00
jhb 93f810fdb3 add dsi lcd driver for stm32l4r9-st-eval board
add touch driver for stm32l4r9-st-eval board
add sram driver for stm32l4r9-st-eval board
fix [HAL_Drivers/drv_gpio.c] for L4 serials about VDDIO2 enable
fix [HAL_Drivers/SConscript] for can not auto remove [soft_iic.c] file when not define BSP_USING_IICx
2019-04-24 09:35:06 +08:00
Willian Chan 4c7d841046 [bsp][stm32[HAL_Drivers]Fix GPIO serial number disorder
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-23 18:27:05 +08:00
ZYH 6a150c0963 [BSP][STM32]增加GPIO驱动对GPIOK时钟初始化 2019-02-19 08:18:59 +08:00
guanwenliang 7b53218720 完善STM32G071的BSP 2019-02-15 10:43:09 +08:00
sun_shine aec43da278 [bsp][stm32] modify HAL_Drivers for stm32l0 2019-01-27 13:11:15 +08:00
SummerGift 317fbd4222 [bsp][stm32] add stm32g071-st-nucleo bsp 2019-01-22 15:08:30 +08:00
HubretXie 0e333a3a10
Update drv_gpio.c 2019-01-08 16:02:01 +08:00
HubretXie bdc0e4f540
[stm32][drv_gpio]增加对Stm32f0系列关中断处理方式
增加stm32f0系列GPIO关中断处理
2019-01-08 09:52:16 +08:00
Bernard Xiong 3d95a03597
Merge pull request #2101 from HubertXie/master
[drv_gpio]修改GPIO驱动关中断处理方式
2019-01-08 07:34:36 +08:00
SummerGift c6be644157 [bsp][stm32] update stm32 mul-series drivers 2018-12-26 10:43:46 +08:00
HubretXie c51f27797e
修改GPIO关中断处理
因为STM32有些IO共用一个中断向量,关中断时不能直接关闭中断
2018-12-23 21:04:32 +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
SummerGift 5cbe222196 [bsp][STM32] update stm32 bsp 2018-11-30 18:29:59 +08:00
SummerGift 739b2ba51c [bsp][STM32] Add bsp based on new framework 2018-11-29 17:06:06 +08:00