0f7d03d9f0
Update README.TXT
Philip Howard
2017-08-12 11:06:53 +01:00
c947643601
Merge branch 'master' of git://git.drogon.net/wiringPi
Phil Howard
2017-03-08 16:13:57 +00:00
96344ff712
Fixed GPIO based address for Pi Zero-W
Gordon Henderson
2017-03-03 15:56:24 +00:00
e8da87fbac
Added a fix to include -lcrypt for people who can't do it themselves. Added gpio readall support for the Pi 0W.
Gordon Henderson
2017-03-01 11:55:19 +00:00
70fa99a127
Bumped the version to 2.40 - correctly this time, I hope.
Gordon Henderson
2017-02-27 19:51:32 +00:00
5066e09747
Merge branch 'master' of git://git.drogon.net/wiringPi
Phil Howard
2017-02-03 16:02:42 +00:00
e687f3f2c6
Pushing to 2.39 as I have have not done the last one rightly...
Gordon Henderson
2017-01-24 12:13:39 +00:00
e77ee78b4d
Minor changes for the CM3. Fixed some compiler warnings. New wiringPi version mechanism. Put 4800 baud (back) into the system. Re-added piBoardRev (really an alias of piGpioLayout())
Gordon Henderson
2017-01-21 17:35:10 +00:00
b1dfc186ef
A new version of wiringPi. Added in more stuff and fixed it up for kernels 4.8 onwards.
Gordon Henderson
2016-12-12 14:19:55 +00:00
9a8f8bee5d
Updated from git.drogon.net
Phil Howard
2016-02-29 11:46:13 +00:00
b0a60c3302
Many changes - tidying up the extensions interfaces. Updating the GPIO command - new command - allreadall ScrollPhat code max31855 code (tested with adafruit breakout board) more tests updated rht03 code
Gordon Henderson
2016-02-29 06:57:38 +00:00
39d53628e6
Merge pull request #19 from Firobe/patch-1
Philip Howard
2016-02-27 16:51:24 +00:00
e488b1bc25
Merge pull request #34 from IsaoNakamura/wrkStudy
Philip Howard
2016-02-27 16:49:04 +00:00
579a7b839a
Removed pesky piFaceOld.c
Phil Howard
2016-02-27 16:30:24 +00:00
a402cac920
Removed redundant files
Phil Howard
2016-02-27 16:25:17 +00:00
26c7fe3332
Updated from git.drogon.net
Phil Howard
2016-02-27 16:03:10 +00:00
2dbecfca0a
Minor change to the scroll phat test program, and bumped the version.
Gordon Henderson
2016-01-28 21:36:30 +00:00
143b383b8d
Added support for the Pimoroni scrollPhat Added support for the ADS1115 16-bit ADC Updated the gpio readall command to correctly with with the Compute Module and fixed a resulting bug in wiringPi...
Gordon Henderson
2016-01-28 19:20:31 +00:00
78b5c323b7
Bumped Version to 2.31
Gordon Henderson
2015-12-02 15:13:50 +00:00
31a8a2cdb8
gpio readall didn't work on the Zero. This fixed that little goof
Gordon Henderson
2015-12-02 15:13:01 +00:00
bb6f08487c
Updated wiringPi for the new Pi Zero. Also affects the Pi v2 which also uses the new Revision encoding scheme (It was slightly bodged before) This ought to be relatively future proof, but who knows.
Gordon Henderson
2015-11-29 21:08:04 +00:00
d79506694d
Fixing a few issues - makefile goofs. Also adding in the stuff for /dev/gpiomem with warnings and information in the gpio manual page (who reads that though!)
Gordon Henderson
2015-09-30 16:11:42 +01:00
f6c40cb2a6
Fixed the requirement for -lm Updated the gpio program to be device tree aware.
Gordon Henderson
2015-09-24 22:35:31 +01:00
170dce5f19
Updated the Debian build system thanks to Ian Jackson for the help.
Gordon Henderson
2015-09-20 19:30:38 +01:00
a776e6b0e8
Introduce a proper Debian source package build system
Ian Jackson
2015-09-12 17:13:42 +00:00
ae421d4a9c
Makefiles: Honour WIRINGPI_SONAME_SUFFIX
Ian Jackson
2015-09-12 18:45:09 +00:00
3ceb07a9a6
Makefiles: Honour WIRINGPI_SUDO=0
Ian Jackson
2015-09-12 17:17:36 +00:00
f5dd04b5ae
Makefiles: Honour LDCONFIG from the environment
Ian Jackson
2015-09-12 17:16:46 +00:00
508d6b31bd
Makefiles: Do not override PREFIX or DESTDIR from the environment
Ian Jackson
2015-09-12 17:15:44 +00:00
73aa8956c5
build: Introduce a variable "$sudo" and honour WIRINGPI_SUDO
Ian Jackson
2015-09-12 16:41:38 +00:00
ac0f074ff7
Build system: Move template-based debian build into debian-template
Ian Jackson
2015-09-12 17:25:39 +00:00
532083f474
Manpage gpio(1): Regularise header
Ian Jackson
2015-09-12 19:16:50 +00:00
a19bfb5798
examples/blink.sh: Add missing +x bit with chmod
Ian Jackson
2015-09-12 16:38:12 +00:00
f8a025189f
Build system: Fix erroneous symlink in devLib/Makefile
Ian Jackson
2015-09-10 00:11:33 +00:00
a6ee925df6
Build system: Fix ./build debian
Ian Jackson
2015-09-10 00:09:36 +00:00
5f7dc3263b
Build system: Remove a trailing tab from gpio/Makefile
Ian Jackson
2015-09-09 23:39:59 +00:00
da03f9ed2f
Build system: Enable V=1 to disable @'s
Ian Jackson
2015-09-09 23:38:36 +00:00
cf6f38107e
Build system: Add a formulaic setting of Q from V for debugging
Ian Jackson
2015-09-09 23:34:18 +00:00
2ab836ecea
Build system: Add a .gitignore
Ian Jackson
2015-09-09 23:31:15 +00:00
95a292824f
Build system: Add missing set -e
Ian Jackson
2015-09-09 23:30:16 +00:00
5edd177112
Updated the board types to cope with an 0014 version in the new compute module
Gordon Henderson
2015-03-08 16:59:33 +00:00
72b2af231b
OK. So the Pi v2 I have had older firmware and it wasn't quite the same as everyone elses.
Gordon Henderson
2015-02-03 14:53:32 +00:00
7cb817498e
OK, so an easier way to manage versions. Debian package creation - crude, probably violated the Debian policys but it seems to work just fine... some other changes.
Gordon Henderson
2015-01-31 16:43:08 +00:00
eb1fc2c920
Updates to the build process Moved the extensions into wiringPi from gpio and made it more general purpose more so that RTB and anything else can dymanically add devices into wiringPi. Changes to GPIO to updates for the SPI and I2C module loads Added gpio unload for SPI and I2C.
Gordon Henderson
2015-01-30 18:14:49 +00:00
51fff3cab9
Updated a technicality in softPwm, and added a suggested memset to zero for the SPI code - it's mentioned in spidev.h but not used in the actual kernel documentation example spi_test.c program )-:
Gordon Henderson
2015-01-29 10:17:25 +00:00
d42e831089
Updated versions for new maker - mbest
Gordon Henderson
2015-01-07 14:26:17 +00:00
0a9fdeb29d
Minor changes to the PiGlow code - got the orange & yellow the right way round at last..
Gordon Henderson
2014-11-10 10:55:23 +00:00
df45388f64
Fixed a bug in the gpio readall command on model B's (caused by a side-effect of changing it for the B+)
Gordon Henderson
2014-07-17 22:23:57 +01:00
dca8a19fb8
Updated mostly to the gpio readall command to support the Raspberry Pi B+
Gordon Henderson
2014-07-14 08:39:38 +01:00
0150b02478
Fixed a small bug in the ISR code where it was looking for the gpio program. Should now work correctly on Arch, or other systems that install gpio as /usr/bin/gpio.
Gordon Henderson
2014-06-27 10:55:39 +01:00
7cbb8865c8
Bumped version to 2.15
Gordon Henderson
2014-06-24 19:25:42 +01:00
6fba403b2f
Updates for the Raspnerry Pi Compute Module - changes to the gpio program to produce a nicer 'readall' output too.
Gordon Henderson
2014-06-24 19:23:31 +01:00
05e2f67e7f
changed to pin mode to support softPwm. bugfix in blink.sh - wring pin improving the maxdetect routing - a little. gpio pins
Gordon Henderson
2014-05-20 11:43:07 +01:00
f18c8f7204
Added some tweaks to gpio to set alt modes on pins (sssh!)
Gordon Henderson
2013-08-03 23:53:35 +01:00
43422be6ac
Bumped version
Gordon Henderson
2013-07-28 21:38:08 +01:00
477f856247
It helps if you add the files into GIT...
Gordon Henderson
2013-07-28 11:12:09 +01:00
f52dd8393c
Minor changes to the files and removed a bit of debug.
Gordon Henderson
2013-07-28 11:05:28 +01:00
5e16e15a59
tidied and tested DRC Serial (renamed it it drcSerial too) Tweaked the mcp3422 code altered the build script to let me build static
Gordon Henderson
2013-07-28 10:54:32 +01:00
e25cbc0a62
Added in the PiGlow devLib extension driver. Written some examples for the PiGlow board bumped wiringPi version
Gordon Henderson
2013-07-24 15:14:09 +01:00
cbf6d642b5
Added in PiGlow devLib and a couple of examples for the PiGlow bumped version.
Gordon Henderson
2013-07-23 20:25:46 +01:00
d24cf0630b
Added in the SN3218 LED controller IC - as used in the PiGlow so write a little test program with it too. Updated gpio to use the sn3218 too.
Gordon Henderson
2013-07-23 17:52:27 +01:00
8c8578a26b
Reverted gpio readall to older version - new version is gpio nreadall fixed the max5322 code.
Gordon Henderson
2013-07-23 09:19:34 +01:00
27afc017b9
Added in a max5322 SPI D to A chip
Gordon Henderson
2013-07-16 10:37:26 +01:00
4d43c8cdca
gpio Makefile changed to add PREFIX & DESTDIR mcp3004.c bugfixed. It works now!
Gordon Henderson
2013-07-14 12:28:12 +01:00
45bfe43c1e
Typo in mcp3002.c
Gordon Henderson
2013-06-30 11:55:26 +01:00
02a3bd8d8f
Readall command in gpio changed.
Gordon Henderson
2013-06-27 21:57:09 +01:00
4a379ec085
Properly added the max31855 files now
Gordon Henderson
2013-06-27 21:52:42 +01:00
27698766b2
Fixed delayMicroseconds for more than 1 second. Added new code for max31855
Gordon Henderson
2013-06-27 21:51:55 +01:00
348bc739d1
Sorted a variable initialisation issue that was giving incorrect results with wiringPiISR. Added the ability to readall/reset from extension modules. Changed the build script to use /bin/sh rather than /bin/bash as it seems some installations don't have /bin/bash (or if they do, then the people who are telling me that ./build gives them command not found are wrong)
Gordon Henderson
2013-05-25 13:02:02 +01:00
711017ec36
More typos, added mcp3004/mcp3008
Gordon Henderson
2013-05-21 22:38:16 +01:00
41fb1b9e2a
Gah. another small fix to the I2C code.
Gordon Henderson
2013-05-20 22:23:14 +01:00