Eric Chan 99a25459cd fix: resolve QSPI compilation error and add CI guard for stm32l475-atk-pandora před 4 týdny
..
config 96a125ca41 [bsp] [stm32] 添加鹿小班STM32H723开发板的BSP (#10842) před 2 měsíci
drv_flash 9b05fc5913 [bsp/stm32]fix compile warning (#10108) před 10 měsíci
Kconfig 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
SConscript 6d4e2aa2fe [bsp/stm32h7]: Add STM32H7 fdcan driver. #10767 před 2 měsíci
drv_adc.c 9b05fc5913 [bsp/stm32]fix compile warning (#10108) před 10 měsíci
drv_can.c 836eecc2f9 fix:[STM32][drv_can] Suppress unused variable warning in send error path před 1 měsícem
drv_can.h 74ac685b9a [stm32] fix missing headfer files před 2 roky
drv_config.h 02a114985a [bsp][stm32] hardware i2c driver add support for STM32F1 series před 1 rokem
drv_crypto.c 74ac685b9a [stm32] fix missing headfer files před 2 roky
drv_crypto.h 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_dac.c 74ac685b9a [stm32] fix missing headfer files před 2 roky
drv_dma.h 187e69a698 [BSP] add bsp for st's new platform stm32h7s7-st-disco. před 1 rokem
drv_eth.c 0ff23d8951 [bsp][stm32] eth driver support phy YT8512C před 1 rokem
drv_eth.h 76acc4146b [bsp][stm32]eth driver support phy YT8512C před 2 roky
drv_fdcan.c 6d4e2aa2fe [bsp/stm32h7]: Add STM32H7 fdcan driver. #10767 před 2 měsíci
drv_fdcan.h 6d4e2aa2fe [bsp/stm32h7]: Add STM32H7 fdcan driver. #10767 před 2 měsíci
drv_gpio.c 9b05fc5913 [bsp/stm32]fix compile warning (#10108) před 10 měsíci
drv_gpio.h 0a02fd4545 docs:[STM32][drv_gpio] Add detailed Doxygen comments for GET_PIN macro před 1 měsícem
drv_hard_i2c.c 02a114985a [bsp][stm32] hardware i2c driver add support for STM32F1 series před 1 rokem
drv_hard_i2c.h 02a114985a [bsp][stm32] hardware i2c driver add support for STM32F1 series před 1 rokem
drv_lcd.c 5068329522 fix:[stm32][lcd]Error in control call of lcd test function (#10040) před 10 měsíci
drv_lcd_mipi.c 0a3a10e5bb [stm32] fxi gpio header files included před 2 roky
drv_log.h 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_lptim.c fccd98747e [stm32][lptim]lptimer is register with hwtimer, only supports pm calls,the timer function is not supported před 1 rokem
drv_lptim.h fccd98747e [stm32][lptim]lptimer is register with hwtimer, only supports pm calls,the timer function is not supported před 1 rokem
drv_nand.c 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_nand.h 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_pm.c 6b3ef17830 删除stm32/drv_pm.c不必要的头文件 před 1 rokem
drv_pulse_encoder.c 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_pwm.c 44dbb4e3c4 [stm32] Modify MIN_PERIOD and MIN_PULSE to Allow PWM Duty Cycle of 0% před 6 měsíci
drv_qspi.c 99a25459cd fix: resolve QSPI compilation error and add CI guard for stm32l475-atk-pandora před 4 týdny
drv_qspi.h 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_rtc.c daec5a939f fix-artpi-rtc před 2 měsíci
drv_sdio.c 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_sdio.h db9ee0cd9f [bsp][stm32]:remove duplicated header includes for drv_stdio.h před 1 měsícem
drv_sdmmc.c 12ac742407 bsp: artpi2: init project. (#10364) před 7 měsíci
drv_sdmmc.h bb91502465 [drivers] Specifies the name of the drivers driver file před 1 rokem
drv_sdram.c 8b5831cb64 [bsp][stm32]fix stm32f469 sdram not enable problem. před 2 roky
drv_soft_i2c.c f190cba0ab [i2c] adjust the timing for I2C initialization před 1 rokem
drv_soft_i2c.h e50fbe8b94 [SBP] Stm32F407-rt-spark adapts to RTduino před 1 rokem
drv_soft_spi.c d83d71cc05 [drivers/spi]统一软件SPI配置 před 11 měsíci
drv_soft_spi.h bb91502465 [drivers] Specifies the name of the drivers driver file před 1 rokem
drv_spi.c 7e5cd48360 feat[SPI]: Add SPI device detach function před 3 měsíci
drv_spi.h 7e5cd48360 feat[SPI]: Add SPI device detach function před 3 měsíci
drv_tim.c 9b05fc5913 [bsp/stm32]fix compile warning (#10108) před 10 měsíci
drv_tim.h 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_usart.c 2445b1d781 [bsp][stm32][uart]:fix stm32 uart timout (#10022) před 10 měsíci
drv_usart.h d342450594 [bsp][stm32][uart V1]优化驱动实现 před 1 rokem
drv_usart_v2.c e0243e87c0 [component][drivers][serial_v2] 优化serial_v2 (#10603) před 5 měsíci
drv_usart_v2.h cb2ec36fd0 [bsp][stm32][usart_v2] 优化usart_2驱动兼容性 (#10496) před 5 měsíci
drv_usbd.c 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_usbh.c 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_usbh.h 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_wdt.c bf75b6665c [bsp][stm32] 1.Fixed the problem that the watchdog device was not registered, because the macro RT_USING_WDT was not introduced due to the missing header file. před 6 měsíci