-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcc7a21
commit 211b589
Showing
4 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.69 for bcm2835 1.29. | ||
# Generated by GNU Autoconf 2.69 for bcm2835 1.30. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -579,8 +579,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='bcm2835' | ||
PACKAGE_TARNAME='bcm2835' | ||
PACKAGE_VERSION='1.29' | ||
PACKAGE_STRING='bcm2835 1.29' | ||
PACKAGE_VERSION='1.30' | ||
PACKAGE_STRING='bcm2835 1.30' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1223,7 +1223,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures bcm2835 1.29 to adapt to many kinds of systems. | ||
\`configure' configures bcm2835 1.30 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -1289,7 +1289,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of bcm2835 1.29:";; | ||
short | recursive ) echo "Configuration of bcm2835 1.30:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1377,7 +1377,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
bcm2835 configure 1.29 | ||
bcm2835 configure 1.30 | ||
generated by GNU Autoconf 2.69 | ||
Copyright (C) 2012 Free Software Foundation, Inc. | ||
|
@@ -1478,7 +1478,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
It was created by bcm2835 $as_me 1.29, which was | ||
It was created by bcm2835 $as_me 1.30, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -2305,7 +2305,7 @@ fi | |
# Define the identity of the package. | ||
PACKAGE='bcm2835' | ||
VERSION='1.29' | ||
VERSION='1.30' | ||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -4730,7 +4730,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by bcm2835 $as_me 1.29, which was | ||
This file was extended by bcm2835 $as_me 1.30, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -4796,7 +4796,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ||
ac_cs_version="\\ | ||
bcm2835 config.status 1.29 | ||
bcm2835 config.status 1.30 | ||
configured by $0, generated by GNU Autoconf 2.69, | ||
with options \\"\$ac_cs_config\\" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ dnl | |
dnl $Id: configure.in,v 1.1 2012/12/01 22:56:52 mikem Exp mikem $ | ||
dnl (C) 2012 Mike McCauley ([email protected]) | ||
|
||
AC_INIT([bcm2835], [1.29], [[email protected]]) | ||
AC_INIT([bcm2835], [1.30], [[email protected]]) | ||
|
||
AM_CONFIG_HEADER(config.h) | ||
AM_INIT_AUTOMAKE() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
/// BCM 2835). | ||
/// | ||
/// The version of the package that this documentation refers to can be downloaded | ||
/// from http://www.airspayce.com/mikem/bcm2835/bcm2835-1.29.tar.gz | ||
/// from http://www.airspayce.com/mikem/bcm2835/bcm2835-1.30.tar.gz | ||
/// You can find the latest version at http://www.airspayce.com/mikem/bcm2835 | ||
/// | ||
/// Several example programs are provided. | ||
|
@@ -281,6 +281,8 @@ | |
/// \version 1.28 Fixed a problem where bcm2835_spi_writenb() would have problems with transfers of more than | ||
/// 64 bytes dues to read buffer filling. Patched by Peter Würtz. | ||
/// \version 1.29 Further fix to SPI from Peter Würtz. | ||
/// \version 1.30 10 microsecond delays from bcm2835_spi_transfer and bcm2835_spi_transfern for | ||
/// significant performance improvements, Patch by Alan Watson. | ||
/// \author Mike McCauley ([email protected]) DO NOT CONTACT THE AUTHOR DIRECTLY: USE THE LISTS | ||
|
||
|
||
|