From 7b9fff40e263361efeb864e809998dbfb984d78a Mon Sep 17 00:00:00 2001 From: Adrian Rangel Date: Wed, 9 Jan 2019 11:33:31 -0600 Subject: [PATCH 1/3] Support for rpi3 B+ and rpi3 A+ --- src/rpi_ws281x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpi_ws281x b/src/rpi_ws281x index f87db3d..ba3b5bd 160000 --- a/src/rpi_ws281x +++ b/src/rpi_ws281x @@ -1 +1 @@ -Subproject commit f87db3d80ae23f1c5cca274fb9c37fcbc6e7af67 +Subproject commit ba3b5bdad55dc7754567a68c4364b1e772735f47 From d992f630e57c43587c58e29e32782a7888daa837 Mon Sep 17 00:00:00 2001 From: alde103 Date: Fri, 30 Apr 2021 21:55:20 -0500 Subject: [PATCH 2/3] git submodule update --- src/rpi_ws281x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpi_ws281x b/src/rpi_ws281x index 428026e..0814bae 160000 --- a/src/rpi_ws281x +++ b/src/rpi_ws281x @@ -1 +1 @@ -Subproject commit 428026eb37f6caad247690a4d37d6ad693f1e487 +Subproject commit 0814bae544f0184ab1600bc2660486874eef5970 From 03b3d00e8c1baf8b4a144d6e18c81211098ccb09 Mon Sep 17 00:00:00 2001 From: alde103 Date: Mon, 3 May 2021 14:15:03 -0500 Subject: [PATCH 3/3] rpi_ws281x build bug fixed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db38f47..6390cc6 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # LDFLAGS linker flags for linking all binaries # Initialize some variables if not set -LDFLAGS ?= +LDFLAGS += -lm CFLAGS ?= -O2 -Wall -Wextra -Wno-unused-parameter CC ?= $(CROSSCOMPILE)-gcc