Files
tinygo/src
Ayke van Laethem b7b23ace3f samd21: fix issue with WS2812 driver
The regular port access is around 4 cycles, instead of the usual 2
cycles for a store instruction on Cortex-M0+. The IOBUS however is
faster, I didn't measure exactly but I guess it's 2 cycles as expected.

This fixes a bug in the WS2812 driver that only happens on samd21 chips:
https://github.com/tinygo-org/drivers/issues/540
2023-05-29 20:45:31 +02:00
..
2022-12-19 23:20:11 +01:00
2023-05-20 21:18:02 +02:00
2023-04-27 00:11:53 +02:00
2023-05-20 21:18:02 +02:00
2022-11-04 19:53:12 +01:00