chiark / gitweb /
Updates to the build process
authorGordon Henderson <projects@drogon.net>
Fri, 30 Jan 2015 18:14:49 +0000 (18:14 +0000)
committerGordon Henderson <projects@drogon.net>
Fri, 30 Jan 2015 18:14:49 +0000 (18:14 +0000)
commiteb1fc2c92003420eab641c5f53a3047f09d9fbe3
treec9983324ff88e3e95724ab2758d4a7feb38e9466
parent51fff3cab9d45a4775eb0fb1f5de23eb2e2b2328
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.

Added a new way to setup SPI - by passing the mode in.

Support for the new Pi2 thing too
14 files changed:
build
gpio/Makefile
gpio/gpio.1
gpio/gpio.c
gpio/pins.c
gpio/pintest
gpio/readall.c
wiringPi/Makefile
wiringPi/wiringPi.c
wiringPi/wiringPi.h
wiringPi/wiringPiSPI.c
wiringPi/wiringPiSPI.h
wiringPi/wpiExtensions.c [moved from gpio/extensions.c with 78% similarity]
wiringPi/wpiExtensions.h [moved from gpio/extensions.h with 89% similarity]