You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/drivers/chibios
Sergey Vlasov 15df82cdf3 Fix DMA stream ID calculation in ws2812_pwm (#10008)
Some STM32 chips have STM32_DMA1_STREAM1 as the first DMA stream, others
(F4xx, F7xx, H7xx) have STM32_DMA1_STREAM0.  Instead of those names, use
STM32_DMA_STREAM(0), which should always give the first stm32_dma_stream_t
structure in the DMA streams array, so that the stream ID would be
calculated correctly.
5 years ago
..
analog.c Initial arm->chibios pass - simplify some platform logic (#8450) 5 years ago
analog.h Initial arm->chibios pass - simplify some platform logic (#8450) 5 years ago
i2c_master.c Enable OLED support for Teensy 3.2/LC (#7591) 5 years ago
i2c_master.h Enable OLED support for Teensy 3.2/LC (#7591) 5 years ago
serial.c Initial arm serial partially based on old lets split code 5 years ago
serial.h ARM split - Add uart half duplex transport support (#7987) 5 years ago
serial_usart.c ARM split - Add uart half duplex transport support (#7987) 5 years ago
spi_master.c Add SPI master for ChibiOS/ARM. (#8779) 5 years ago
spi_master.h Add SPI master for ChibiOS/ARM. (#8779) 5 years ago
ws2812.c format code according to conventions [skip ci] 5 years ago
ws2812_pwm.c Fix DMA stream ID calculation in ws2812_pwm (#10008) 5 years ago
ws2812_spi.c Fix incorrect delay when setting WS2812 (and similar) leds (#9302) 5 years ago