chiark / gitweb /
Debian build: ./newVersion updates debian/changelog too.
[wiringPi.git] / gpio /
2015-09-30 Gordon HendersonFixing a few issues - makefile goofs.
2015-09-24 Gordon HendersonFixed the requirement for -lm
2015-09-20 Gordon HendersonUpdated the Debian build system thanks to Ian Jackson...
2015-09-12 Ian JacksonMakefiles: Honour WIRINGPI_SUDO=0
2015-09-12 Ian JacksonMakefiles: Do not override PREFIX or DESTDIR from the...
2015-09-12 Ian JacksonBuild system: Move template-based debian build into...
2015-09-12 Ian JacksonManpage gpio(1): Regularise header
2015-09-10 Ian JacksonBuild system: Remove a trailing tab from gpio/Makefile
2015-09-10 Ian JacksonBuild system: Enable V=1 to disable @'s
2015-09-10 Ian JacksonBuild system: Add a formulaic setting of Q from V for...
2015-09-09 Ian JacksonBuild system: Add missing set -e
2015-03-08 Gordon HendersonUpdated the board types to cope with an 0014 version...
2015-02-03 Gordon HendersonOK. So the Pi v2 I have had older firmware and it wasn...
2015-01-31 Gordon HendersonOK, so an easier way to manage versions.
2015-01-30 Gordon HendersonUpdates to the build process
2015-01-07 Gordon HendersonUpdated versions for new maker - mbest
2014-11-10 Gordon HendersonMinor changes to the PiGlow code - got the orange ...
2014-07-17 Gordon HendersonFixed a bug in the gpio readall command on model B...
2014-07-14 Gordon HendersonUpdated mostly to the gpio readall command to support...
2014-06-27 Gordon HendersonFixed a small bug in the ISR code where it was looking...
2014-06-24 Gordon HendersonBumped version to 2.15
2014-06-24 Gordon HendersonUpdates for the Raspnerry Pi Compute Module - changes...
2014-05-20 Gordon Hendersonchanged to pin mode to support softPwm.
2013-08-03 Gordon HendersonAdded some tweaks to gpio to set alt modes on pins...
2013-07-28 Gordon HendersonBumped version
2013-07-28 Gordon Hendersontidied and tested DRC Serial (renamed it it drcSerial...
2013-07-24 Gordon HendersonAdded in the PiGlow devLib extension driver.
2013-07-23 Gordon HendersonAdded in PiGlow devLib and a couple of examples for...
2013-07-23 Gordon HendersonAdded in the SN3218 LED controller IC - as used in...
2013-07-23 Gordon HendersonReverted gpio readall to older version - new version...
2013-07-16 Gordon HendersonAdded in a max5322 SPI D to A chip
2013-07-14 Gordon Hendersongpio Makefile changed to add PREFIX & DESTDIR
2013-06-27 Gordon HendersonReadall command in gpio changed.
2013-06-27 Gordon HendersonFixed delayMicroseconds for more than 1 second.
2013-05-25 Gordon HendersonSorted a variable initialisation issue that was giving...
2013-05-21 Gordon HendersonMore typos, added mcp3004/mcp3008
2013-05-20 Gordon HendersonGah. another small fix to the I2C code.
2013-05-20 Gordon HendersonBumped version number to 2.04
2013-05-20 Gordon HendersonAded lcd-adafruit to test/drive the Adafruit RGB LCD...
2013-05-13 Gordon HendersonBother. Small issue crept into the SPI code.
2013-05-13 Gordon HendersonwiringPi Version 2 - First commit (of v2)
2013-02-07 Gordon HendersonSlight change to the gpio program to fix SPI buffer...
2013-02-02 Gordon HendersonBotched the ALT order in gpio )-:
2013-02-01 Gordon HendersonAdded a clock mode to enable the GPIo pins to be set...
2013-01-28 Gordon HendersonFixed a minor formatting issue in gpio readall
2013-01-28 Gordon HendersonQuite a few changes here.
2013-01-19 Gordon HendersonChanged the build system to drop I2C for now. Seems...
2013-01-15 Gordon HendersonChange to the build script to check for the presence...
2013-01-14 Gordon HendersonLots of changes here. Added new I2C test code, a new...
2012-12-06 Gordon HendersonBig update here.
2012-10-21 Gordon HendersonMore changes to help reflect usage on Rev 2 / 512MB...
2012-10-02 Gordon HendersonUpdating gpio manual page
2012-09-16 Gordon HendersonImproved the PWM functions with help from Chris Hall.
2012-08-27 Gordon HendersonAdded new SPI driver helpers.
2012-08-19 Gordon HendersonMerge branch 'master' of git.drogon.net:projects/wiringPi
2012-08-19 Gordon HendersonMinor updates to GPIO and README files
2012-08-19 Gordon HendersonUpdated the GPIO command to add in new features for PWM
2012-08-16 Gordon HendersonInitial move to GIT