WiP on WS2812 Protocol driver

This commit is contained in:
Ben V. Brown
2021-05-02 21:22:29 +10:00
parent 5637e1a215
commit e4f7946dcb
10 changed files with 596 additions and 329 deletions

View File

@@ -127,7 +127,7 @@ CPUFLAGS= -mcpu=cortex-m3 \
-mthumb \
-mfloat-abi=soft
flash_size=128k
bootldr_size=0x0000
bootldr_size=0x8000
endif
ifeq ($(model),$(ALL_PINE_MODELS))
$(info Building for Pine64 )