Lines Matching full:drivers

30 * Fix some compilation warnings and enumeration mismatches in drivers/audio;
31 * Fix the `can_rx/can_tx` issue, which is not cleared to NULL when CAN device is closed in drivers/…
32 * Fix drivers/hwtimer, time acquisition issue with counting down mode;
33 * Add drivers/adc driver framework;
35 * Add `RT_SERIAL_USING_DMA` option in drivers/serial;
36 * Add QSPI support in drivers/spi framework;
41 * Fix the empty password issue in AP mode of drivers/wlan;
42 * Fix the return type issue in drivers/wlan;
53 * Add RV32M1 VEGA BSP, including GPIO, I2C, SDCard, UART and other drivers;
60 * Add PWM, RTC and watchdog drivers to stm32f10x-HAL BSP; (XXXXzzzz000)
68 … chip, such as STM32 G0/F0/L0/F1/F4/F7/H7. In new BSP framework, the SoC drivers is reused. And in…
93 …r Kit, bsp/synopsys/emsk_em9d, EM9D core, including GPIO, UART and other drivers; (provided and ma…
142 …* Device: Add the check when class drivers are illegally registered; Fix the un-aligned access iss…
148 * Update Apollo2 BSP with ADC, GPIO, I2C, PDM, SPI, UART and other drivers; (Haleyl)
153 …uch framework is added to `bsp/imxrt`, and later will be moved into `components/drivers` directory;
156 * Improve stm32f10x-HAL BSP with I2C, IWG, PWM, RTC and other drivers, improve UART driver; (XuanZe)
218 * Add CAN and PWM drivers in stm32f4xx-HAL BSP;
272 * Add SPI and SPI Flash drivers to Allwinner ARM9 BSP.
502 * Add CAN/Hardware Timer device drivers.
504 * Add eMMC support in SD/MMC device drivers;
781 * drivers:USB 协议栈的重构。新的框架中编写驱动变得更加容易了。
914 * drivers/pipe - 增加一个control命令来获得pipe剩余的空间
915 * drivers/serial - 如果读写长度为0,则立即返回
967 * drivers/pipe - 增加rt_pipe_init/rt_pipe_detach
968 * drivers/pipe - 增加非阻塞读写和强制写模式
969 * drivers/pipe - 当恢复读的时候调用函数rx_indicate()
970 * drivers/pipe - 增加一个设备类型(pipe类型)
971 * drivers/portal - 实现portal设备类型
972 * drivers/ringbuffer - 修改一些模糊不清的函数名称
973 * drivers/ringbuffer - 新增put_force和putchar_force接口函数