caa5a7ea07
- bump version to 1.71 - change home page and download URL to https Changelog (since 1.71): - 1.71, Added SMI bus support, courtesy of Benoit Bouchez, including new functions: bcm2835_smi_begin(), bcm2835_smi_end(), bcm2835_smi_set_timing(), bcm2835_smi_write(), bcm2835_smi_read(). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
17 lines
455 B
Makefile
17 lines
455 B
Makefile
################################################################################
|
|
#
|
|
# bcm2835
|
|
#
|
|
################################################################################
|
|
|
|
BCM2835_VERSION = 1.71
|
|
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))
|