qmk-dactyl-manuform-a/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.
2020-08-29 14:30:02 -07:00
..
analog.c Initial arm->chibios pass - simplify some platform logic (#8450) 2020-03-21 16:20:04 +11:00
analog.h Initial arm->chibios pass - simplify some platform logic (#8450) 2020-03-21 16:20:04 +11:00
i2c_master.c Enable OLED support for Teensy 3.2/LC (#7591) 2020-07-26 07:50:56 +10:00
i2c_master.h Enable OLED support for Teensy 3.2/LC (#7591) 2020-07-26 07:50:56 +10:00
serial.c Initial arm serial partially based on old lets split code 2020-05-21 18:04:30 +01:00
serial.h ARM split - Add uart half duplex transport support (#7987) 2020-05-21 18:00:21 +01:00
serial_usart.c ARM split - Add uart half duplex transport support (#7987) 2020-05-21 18:00:21 +01:00
spi_master.c Add SPI master for ChibiOS/ARM. (#8779) 2020-04-29 14:01:20 +10:00
spi_master.h Add SPI master for ChibiOS/ARM. (#8779) 2020-04-29 14:01:20 +10:00
ws2812.c format code according to conventions [skip ci] 2020-06-20 03:37:04 +00:00
ws2812_pwm.c Fix DMA stream ID calculation in ws2812_pwm (#10008) 2020-08-29 14:30:02 -07:00
ws2812_spi.c Fix incorrect delay when setting WS2812 (and similar) leds (#9302) 2020-06-20 12:59:28 +10:00