rt-thread-official/bsp/stm32/libraries/HAL_Drivers
wdfk-prog e59b6c7ab4
FIX: [bsp][stm32]CAN从ACK错误恢复后发送异常 (#6511)
* 修改ry命令,已便于自定义保存路径

* modified:   components/utilities/ymodem/ry_sy.c

* 修复从被动错误恢复后发送返回异常

* 修复在自动重传模式下,ACK异常阻塞线程
- 删除TX中断函数else分支。仅当RQCP位 置一才进入该中断
- 添加SCE中断函数中关于ACK_ERR的else判断。自动重传模式下会进入该判断,打断自动重传释放完成量。

* 增加对于CAN1与CAN2的SCE中断和TX中断的公共处理函数

* formatting格式化代码
2022-10-23 22:37:19 -04:00
..
CMSIS/Include [stm32] move CMSIS hearder files to common folder (#5998) 2022-06-04 17:05:37 +08:00
config [rtduino] 对接STM32F412 NUCLEO (#6461) 2022-09-25 22:38:35 -04:00
drv_flash [bsp/stm32] upgrade to rt-thread 5.0 2022-10-20 11:44:34 +08:00
Kconfig [add] crc, rng, hash and cryp driver for smt32mp1. 2020-11-26 14:31:08 +08:00
SConscript [stm32f103-fire-arbitrary] support nandflash K9F1G08U0E && LPM init && partition create && partition read/write 2022-10-20 00:28:52 -04:00
drv_adc.c [bsp][stm32][drv_adc.c]: change the bsp name of 100ask to be consistent with other bsp and commit a bug for drv_adc,c (#6068) 2022-06-14 14:17:22 +08:00
drv_can.c FIX: [bsp][stm32]CAN从ACK错误恢复后发送异常 (#6511) 2022-10-23 22:37:19 -04:00
drv_can.h [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_common.c [stm32] add missing void 2022-08-14 21:49:43 -04: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 [phy] fix the PHY_FULL_DUPLEX conflicts 2022-08-03 22:45:27 -04:00
drv_eth.h Merge pull request #4910 from Ouxiaolong/master 2021-08-17 12:54:03 +08:00
drv_gpio.c Fix some compilation warning (#5744) 2022-08-02 12:09:49 -04:00
drv_gpio.h [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_hwtimer.c [stm32][hwtimer] add H7 support 2022-06-14 16:11:05 +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_nand.c [stm32f103-fire-arbitrary] support nandflash K9F1G08U0E && LPM init && partition create && partition read/write 2022-10-20 00:28:52 -04:00
drv_nand.h [stm32f103-fire-arbitrary] support nandflash K9F1G08U0E && LPM init && partition create && partition read/write 2022-10-20 00:28:52 -04:00
drv_pm.c [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_pulse_encoder.c FIX: [bsp][stm32] pulse_encoder driver did not handle TIM overflow 2022-10-08 22:32:45 -04:00
drv_pwm.c [rtduino][readme] change title 2022-09-28 02:11:35 -04: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 RTC STM32F1 Enable PWR and BKP clocks in the same time 2022-09-23 21:04:35 -04: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 Fix some compilation warning (#5744) 2022-08-02 12:09:49 -04:00
drv_soft_i2c.h [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
drv_soft_spi.c [stm32][soft spi] implement soft spi (#6078) 2022-06-16 10:54:30 +08:00
drv_soft_spi.h [stm32][soft spi] implement soft spi (#6078) 2022-06-16 10:54:30 +08:00
drv_spi.c [bsp/stm32] 将spi DMA传输更改为阻塞线程方式 (#6513) 2022-10-17 15:52:03 -04:00
drv_spi.h [bsp/stm32] 将spi DMA传输更改为阻塞线程方式 (#6513) 2022-10-17 15:52:03 -04:00
drv_usart.c Update drv_usart.c 2022-10-22 15:11:46 -04:00
drv_usart.h [bsp/stm32] 简化drv_usart中的DMA接收逻辑 (#6357) 2022-09-22 14:13:57 +08:00
drv_usart_v2.c [bsp][stm32] Update the serialv2 driver for CPU Cache. Simplified the DMA receive code. 2022-10-12 14:21:41 +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