mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
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@amarulasolutions.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
455 B
Makefile
17 lines
455 B
Makefile
################################################################################
|
|
#
|
|
# bcm2835
|
|
#
|
|
################################################################################
|
|
|
|
BCM2835_VERSION = 1.75
|
|
BCM2835_SITE = https://www.airspayce.com/mikem/bcm2835
|
|
BCM2835_LICENSE = GPL-3.0
|
|
BCM2835_LICENSE_FILES = COPYING
|
|
BCM2835_INSTALL_STAGING = YES
|
|
|
|
# disable doxygen doc generation
|
|
BCM2835_CONF_ENV = ac_cv_prog_DOXYGEN=/bin/true
|
|
|
|
$(eval $(autotools-package))
|