ws2812: convert Xtensa assembly to C inline assembly

This commit is contained in:
Ayke van Laethem
2022-05-21 16:45:32 +02:00
parent e4951091f4
commit 1b7da60f8f
4 changed files with 635 additions and 340 deletions
+1
View File
@@ -3,6 +3,7 @@ package ws2812 // import "tinygo.org/x/drivers/ws2812"
//go:generate go run gen-ws2812.go -arch=cortexm 16 48 64 120 168
//go:generate go run gen-ws2812.go -arch=tinygoriscv 160 320
//go:generate go run gen-ws2812.go -arch=xtensa 80 160
import (
"errors"