From 6427fb66c41e88ff7d9382e2cada7c6b76293bfb Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Fri, 31 Oct 2025 12:28:58 +0100 Subject: [PATCH] package/bcm2835: bump version to 1.75 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 Signed-off-by: Julien Olivain --- 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 802f34335b..56190986ef 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 dcf21cb5f0..fa08358ac1 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