rt-thread-official/bsp/stm32/libraries/HAL_Drivers
xfwangqiang e8d775f888
[componnets][pin]add pin operate command in MSH (#5892)
* 1. 在AT32的BSP的drv_gpio中增加了at32_pin_get函数,用于实现rt_pin_ops对象中的pin_get
2. 在MSH中增加了PIN的操作命令
3. 为了方便在MSH命令中解析字符串,增加了一些字符串相关的函数
2022-05-30 18:00:26 +08:00
..
config [stm32 nucleo][f072][f401] support TIM7/TIM11 hardware timer 2022-05-10 13:55:16 +08:00
drv_flash [update] add fal component. (#5662) 2022-03-15 09:48:05 +08:00
Kconfig [add] crc, rng, hash and cryp driver for smt32mp1. 2020-11-26 14:31:08 +08:00
SConscript [bsp][stm32] move drv_tinyusb.c to tfx2001/tinyusb 2021-11-15 12:54:02 +08:00
drv_adc.c [device][adc] implement adc_get_vref (#5988) 2022-05-29 10:22:33 +08:00
drv_can.c Update drv_can.c 2022-04-14 11:50:22 +08:00
drv_can.h [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_common.c [stm32][drv_common] add LOW_E for Error_Handler 2021-12-12 23:45:29 -05:00
drv_common.h Merge branch 'fudfe' into gitee_master 2021-04-08 21:19:30 +08:00
drv_config.h [update] add stm32u575-st-nucleo bsp. 2021-11-15 11:23:12 +08:00
drv_crypto.c [bsp][stm32][drv_crypto] Enable RNG Clock 2022-05-09 11:13:01 +08:00
drv_crypto.h [drivers][crypto]add device CRC/RNG 2019-07-18 10:26:31 +08:00
drv_dac.c [stm32][dac] add comment 2022-05-25 10:04:33 +08:00
drv_dma.h [update] ignore_format.yml 2021-11-15 15:31:51 +08:00
drv_eth.c [eth] replace rt_memcpy with SMEMCPY 2021-08-03 10:29:17 +08:00
drv_eth.h Merge pull request #4910 from Ouxiaolong/master 2021-08-17 12:54:03 +08:00
drv_gpio.c [componnets][pin]add pin operate command in MSH (#5892) 2022-05-30 18:00:26 +08:00
drv_gpio.h [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_hwtimer.c [stm32 nucleo][f072][f401] support TIM7/TIM11 hardware timer 2022-05-10 13:55:16 +08:00
drv_lcd.c [qmeu] chore 2022-01-16 18:54:24 +08:00
drv_lcd_mipi.c Refresh using dma2d,screen refresh average 25fps 2022-01-13 10:18:33 +08:00
drv_log.h [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_lptim.c [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_lptim.h [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_pm.c [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_pulse_encoder.c format code (#5699) 2022-03-24 08:30:41 +08:00
drv_pwm.c [stm32f401-nucleo] arduino support (#5842) 2022-04-20 09:09:58 +08:00
drv_qspi.c [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_qspi.h [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_rtc.c [STM32][RTC] add support for STM32L0 series. (#5994) 2022-05-28 10:02:01 +08:00
drv_sdio.c [mutex] use RT_IPC_FLAG_PRIO to replace RT_IPC_FLAG_FIFO 2021-11-17 15:57:15 -05:00
drv_sdio.h [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_sdram.c 完善ART-PI BSP 2021-09-27 17:42:30 +08:00
drv_soft_i2c.c format code (#5699) 2022-03-24 08:30:41 +08:00
drv_soft_i2c.h [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_spi.c [stm32][spi] remove hardware NSS 2022-05-09 09:57:22 +08:00
drv_spi.h [add] spi config increases irq_type 2021-04-23 09:55:31 +08:00
drv_usart.c 修复BUG:串口启用DMA接收后,动态修改串口波特率扰乱接收检索 2022-04-27 21:59:06 +08:00
drv_usart.h [update] add stm32u575-st-nucleo bsp. 2021-11-15 11:23:12 +08:00
drv_usart_v2.c 完善 Serial V2 框架 (#5770) 2022-04-04 17:25:04 +08:00
drv_usart_v2.h 修复STM32串口mask问题 2021-10-14 10:15:55 +08:00
drv_usbd.c [update] Fix STM32 USB driver matching hal library version 2021-10-19 11:03:18 +08:00
drv_usbh.c 修改bsp的usb host 驅動 (#4379) 2022-01-26 10:46:57 +08:00
drv_usbh.h [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_wdt.c [bsp/stm32/libraries/HAL_Drivers/drv_wdt.c]: add SOC_SERIES_STM32G0 to use "stm32_wdt.hiwdg.Init.Window = 0x00000FFF", otherwise the watchdog always reset. 2021-11-02 14:37:42 +08:00