cdb49b908b
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
455 B
Makefile
17 lines
455 B
Makefile
################################################################################
|
|
#
|
|
# bcm2835
|
|
#
|
|
################################################################################
|
|
|
|
BCM2835_VERSION = 1.73
|
|
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))
|