wdfk-prog 0861ee1e51 refactor[stm32][i2c]: restructure transfer flow and error handling před 4 týdny
..
config e10d364f4e feat[stm32][i2c]: Add H7 hard I2C config and I2C4 entries před 4 týdny
drv_flash 306505ea24 update:更新维护者信息 před 2 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 5 měsíci
drv_adc.c 306505ea24 update:更新维护者信息 před 2 měsíci
drv_can.c 1eaa85c581 feat[STM32][CAN]: drain RX FIFO frames in ISR with a bounded limit to reduce overruns před 2 měsíci
drv_can.h 74ac685b9a [stm32] fix missing headfer files před 2 roky
drv_config.h e10d364f4e feat[stm32][i2c]: Add H7 hard I2C config and I2C4 entries před 4 týdny
drv_crypto.c 306505ea24 update:更新维护者信息 před 2 měsíci
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 306505ea24 update:更新维护者信息 před 2 měsíci
drv_eth.c 0ff23d8951 [bsp][stm32] eth driver support phy YT8512C před 2 roky
drv_eth.h 76acc4146b [bsp][stm32]eth driver support phy YT8512C před 2 roky
drv_fdcan.c 25295501c0 [bsp][stm32/fdcan]修复CAN-FD发送/接收问题并新增5Mbps ISO CAN-FD数据相位速率支持 před 3 týdny
drv_fdcan.h 6d4e2aa2fe [bsp/stm32h7]: Add STM32H7 fdcan driver. #10767 před 5 měsíci
drv_gpio.c 9b05fc5913 [bsp/stm32]fix compile warning (#10108) před 1 rokem
drv_gpio.h 0a02fd4545 docs:[STM32][drv_gpio] Add detailed Doxygen comments for GET_PIN macro před 4 měsíci
drv_hard_i2c.c 0861ee1e51 refactor[stm32][i2c]: restructure transfer flow and error handling před 6 dny
drv_hard_i2c.h 41ea75839d feat[stm32][i2c]: support poll/int/dma transfer paths and i2c4 před 6 dny
drv_lcd.c 5068329522 fix:[stm32][lcd]Error in control call of lcd test function (#10040) před 1 rokem
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 743b614875 [components][clock_time] Refactor time subsystem around clock_time (#11111) před 2 měsíci
drv_lptim.h 743b614875 [components][clock_time] Refactor time subsystem around clock_time (#11111) před 2 měsíci
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 743b614875 [components][clock_time] Refactor time subsystem around clock_time (#11111) před 2 měsíci
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 9 měsíci
drv_qspi.c 99a25459cd fix: resolve QSPI compilation error and add CI guard for stm32l475-atk-pandora před 3 měsíci
drv_qspi.h 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_rtc.c f9de290991 fix[STM32][RTC]: Compute tv_usec from SecondFraction/SubSeconds and skip during shift pending 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 4 měsíci
drv_sdmmc.c 12ac742407 bsp: artpi2: init project. (#10364) před 10 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 2 roky
drv_soft_spi.c d83d71cc05 [drivers/spi]统一软件SPI配置 před 1 rokem
drv_soft_spi.h bb91502465 [drivers] Specifies the name of the drivers driver file před 1 rokem
drv_spi.c 6a635e32d9 fix[stm32][spi]: add usage_freq and compute transfer timeout by frequency před 3 týdny
drv_spi.h 7e5cd48360 feat[SPI]: Add SPI device detach function před 6 měsíci
drv_tim.c 743b614875 [components][clock_time] Refactor time subsystem around clock_time (#11111) před 2 měsíci
drv_tim.h 860094e893 [stm32] split stm32 drivers as normal and nano drivers před 2 roky
drv_usart.c 306505ea24 update:更新维护者信息 před 2 měsíci
drv_usart.h 306505ea24 update:更新维护者信息 před 2 měsíci
drv_usart_v2.c e0243e87c0 [component][drivers][serial_v2] 优化serial_v2 (#10603) před 8 měsíci
drv_usart_v2.h cb2ec36fd0 [bsp][stm32][usart_v2] 优化usart_2驱动兼容性 (#10496) před 8 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 9 měsíci