1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Slight change to the gpio program to fix SPI buffer size when loading the module. Typo in gpio man page Bug fixed in board revision detection (which would never happen anyway, however) More... about 11 years ago
Botched the ALT order in gpio )-: (Or maybe Broadcom did!!!) More... about 11 years ago
Added a clock mode to enable the GPIo pins to be set with one of the GPCLK drivers to generate a frequency up to 19.2MHz. More... about 11 years ago
Fixed a minor formatting issue in gpio readall More... about 11 years ago
Quite a few changes here. Added in generic 'blink' programs in the examples in C, RTB and Shell. Updated wiringPi with a little big-file on the millis() function and added in a new micros() function too. Updated the examples with standard LGPL headers. Added a new isr-osc.c test program - just for ISR timing purposes. More... about 11 years ago
Updated the build & makefile to allow for building the I2C libraries again - but only if the right headers are installed! More... about 11 years ago
changed build to not do the I2C checks. More... about 11 years ago
Changed the build system to drop I2C for now. Seems to cause too many issues on non Raspbian systems (and even on some Raspbian systems it would appear ): More... about 11 years ago
Updated the build script to better try to detect lack of i2c-dev (hopefully!) Also updated all the mmap code in wiringPiSetup() to make it a bit more sane and efficient to a degree. More... over 11 years ago
Change to the build script to check for the presence of the I2C development libraries. Bumped gpio version. More... over 11 years ago
Minor changes to messages being printed from wiringPiSetup() Changed built to work marginally better. More... over 11 years ago
Lots of changes here. Added new I2C test code, a new serialTest program, and developed the new ISR - Interrupt Service Routine handler - much easier than the old waitForInterrupt code! More... over 11 years ago
Big update here. delayMicrosecondsHard re-written - again. Added a serialRead example program, and added in the okLed to the examples too. Updated/checked some of the GPIO/PWM code. Added in some experimental servo and tone generating code and and example or 2. Tweaks to the gpio command to correctly load the I2C modules too. More... over 11 years ago
More changes to help reflect usage on Rev 2 / 512MB Raspberry Pi's. Also Makefile tweaks to help improve things somewhat - decided to read the Makefile manual after some 15 years to updated my make grey cells somewhat. More... over 11 years ago
Updating gpio manual page More... over 11 years ago
Updated examples makefile to not actually make any code now. Fixed timing in the LCD library to work with new dealyMicroseconds Minor typos and bigfixes to the gpio command. More... over 11 years ago
Added in some new functions to return the Pi board revision and allow access to the wiringPi to BCM_GPIO pin mapping tables. More... over 11 years ago
Improved the PWM functions with help from Chris Hall. More... over 11 years ago
A-Ha! discovered that overvolted Raspberry Pi's have 10000 added to their hardware revision number... So have adapted wiringPi to cope. More... over 11 years ago
Updated wiringPi to check the the hardware board revision, to accomodate the changes in pin that are present on the Revision 2 Raspberry Pi board. More... over 11 years ago
Added new SPI driver helpers. Changed the gertboard code to use it and ran more tests on he Gertboard code. More... over 11 years ago
Added C++ wrappers for some of the newer .h files More... over 11 years ago
Updating softPwm to fix some typos. More... over 11 years ago
Added software PWM module into wiringPi - library code and an example. More... over 11 years ago
Merge branch 'master' of git://git.drogon.net/wiringPi More... over 11 years ago
Changes to the piNes driver to relect the new delayMicroseconds() code. Seems the old 4011 in the NES controller isn't that fast afterall! More... over 11 years ago
Updated pwmWrite to not mask the value written in-case a call to pumSetRange() happens. More... over 11 years ago
Merge branch 'master' of git.drogon.net:projects/wiringPi More... over 11 years ago
Minor updates to GPIO and README files More... over 11 years ago
Updated the GPIO command to add in new features for PWM Updated wiringPi to add new PWM controls. More... over 11 years ago