* [Buildroot] [PATCH 1/1] package/bcm2835: bump to version 1.73
@ 2023-10-29 19:41 Fabrice Fontaine
2023-11-01 15:59 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2023-10-29 19:41 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
1.72 Added examples/smi/smi.c showing how to use new SMI bus support,
courtesy Benoit Bouchez. Added support for disabling
documentation genetration with "./configure --with-docs=no",
courtesy of Christian Zuckschwerdt.
1.73 Fixed some inconsistent indenting in bcm2835.c that triggers
warnings for some people. Added Timeout checks to
bcm2835_i2c_write() in case of IO problems. New reason cade
BCM2835_I2C_REASON_ERROR_TIMEOUT added. Patch courtesy Simon
Peacock.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.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 2cdc35fcee..802f34335b 100644
--- a/package/bcm2835/bcm2835.hash
+++ b/package/bcm2835/bcm2835.hash
@@ -1,3 +1,3 @@
# Locally computed:
-sha256 564920d205977d7e2846e434947708455d468d3a952feca9faef643abd03a227 bcm2835-1.71.tar.gz
+sha256 e67a986462618988a5a86752e36e3ebdd7c5cae66940ff7330aea243b2762525 bcm2835-1.73.tar.gz
sha256 8b1ba204bb69a0ade2bfcf65ef294a920f6bb361b317dba43c7ef29d96332b9b COPYING
diff --git a/package/bcm2835/bcm2835.mk b/package/bcm2835/bcm2835.mk
index 4870aa10ba..dcf21cb5f0 100644
--- a/package/bcm2835/bcm2835.mk
+++ b/package/bcm2835/bcm2835.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BCM2835_VERSION = 1.71
+BCM2835_VERSION = 1.73
BCM2835_SITE = https://www.airspayce.com/mikem/bcm2835
BCM2835_LICENSE = GPL-3.0
BCM2835_LICENSE_FILES = COPYING
--
2.42.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/bcm2835: bump to version 1.73
2023-10-29 19:41 [Buildroot] [PATCH 1/1] package/bcm2835: bump to version 1.73 Fabrice Fontaine
@ 2023-11-01 15:59 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-11-01 15:59 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
On Sun, 29 Oct 2023 20:41:41 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> 1.72 Added examples/smi/smi.c showing how to use new SMI bus support,
> courtesy Benoit Bouchez. Added support for disabling
> documentation genetration with "./configure --with-docs=no",
> courtesy of Christian Zuckschwerdt.
> 1.73 Fixed some inconsistent indenting in bcm2835.c that triggers
> warnings for some people. Added Timeout checks to
> bcm2835_i2c_write() in case of IO problems. New reason cade
> BCM2835_I2C_REASON_ERROR_TIMEOUT added. Patch courtesy Simon
> Peacock.
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/bcm2835/bcm2835.hash | 2 +-
> package/bcm2835/bcm2835.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-01 15:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-29 19:41 [Buildroot] [PATCH 1/1] package/bcm2835: bump to version 1.73 Fabrice Fontaine
2023-11-01 15:59 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.