[Buildroot] [PATCH 1/1] package/bcm2835: bump version to 1.75
Dario Binacchi
dario.binacchi at amarulasolutions.com
Fri Oct 31 11:28:58 UTC 2025
1.74 Timeout in bcm2835_i2c_write() increased by a factor of 10 because
some users have reported spurious timeouts at slow speeds.
1.75 Patches to bcm2835_aux_spi_transfernb() from Sean Goff to deal with
the case where the process is interrupted between filling the TX
FIFO and reading the RX FIFO.
Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
---
package/bcm2835/bcm2835.hash | 2 +-
package/bcm2835/bcm2835.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/bcm2835/bcm2835.hash b/package/bcm2835/bcm2835.hash
index 802f34335bbc..56190986ef3d 100644
--- a/package/bcm2835/bcm2835.hash
+++ b/package/bcm2835/bcm2835.hash
@@ -1,3 +1,3 @@
# Locally computed:
-sha256 e67a986462618988a5a86752e36e3ebdd7c5cae66940ff7330aea243b2762525 bcm2835-1.73.tar.gz
+sha256 e3ee8fd0a6b475ea71ca362fc2587fa1ac9fd03ed31c285654837731e93496fd bcm2835-1.75.tar.gz
sha256 8b1ba204bb69a0ade2bfcf65ef294a920f6bb361b317dba43c7ef29d96332b9b COPYING
diff --git a/package/bcm2835/bcm2835.mk b/package/bcm2835/bcm2835.mk
index dcf21cb5f031..fa08358ac1d9 100644
--- a/package/bcm2835/bcm2835.mk
+++ b/package/bcm2835/bcm2835.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BCM2835_VERSION = 1.73
+BCM2835_VERSION = 1.75
BCM2835_SITE = https://www.airspayce.com/mikem/bcm2835
BCM2835_LICENSE = GPL-3.0
BCM2835_LICENSE_FILES = COPYING
--
2.43.0
More information about the buildroot
mailing list