Closed xtr0d3m0n closed 6 years ago
Hey man...I just reviewed your WS2812 driver code.I want to add this feature in it but your code has much ASM code.Maybe you can port cleanflight or betaflight WS212 code in it because it is fully C code so we can read it easily.https://github.com/cleanflight/cleanflight/blob/master_v1.x/src/main/drivers/light_ws2811strip_stm32f10x.c and https://github.com/cleanflight/cleanflight/blob/master_v1.x/src/main/drivers/light_ws2811strip.c
Yeah asm arm stuff apparently not the best way.And now since the DMAs are available we could use BF code.I ll correct those.
Added HAL support.