-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor fixes to examples. #2
Open
troth
wants to merge
7
commits into
devttys0:master
Choose a base branch
from
troth:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 16, 2014
-
Commit c13df34 broke the gpio example. The gpio example was passing 0 for the freq which is no longer allowed in SetClock for mpsse modes.
Configuration menu - View commit details
-
Copy full SHA for 40e4cc7 - Browse repository at this point
Copy the full SHA 40e4cc7View commit details -
The check for data being read would always succeed due to the test looking at the pointer of the data instead of the data pointed being pointed to. Now checks the first element of the data array.
Configuration menu - View commit details
-
Copy full SHA for ca84acd - Browse repository at this point
Copy the full SHA ca84acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d187fd - Browse repository at this point
Copy the full SHA 4d187fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0044aa - Browse repository at this point
Copy the full SHA b0044aaView commit details -
Enhance Makefile for examples.
Add CFLAGS with '-g -Wall'. Compile and link using headers and library in build dir to allow building the examples without having to install the library.
Configuration menu - View commit details
-
Copy full SHA for 3db0685 - Browse repository at this point
Copy the full SHA 3db0685View commit details -
Change bitbang example to drive 8 pins.
Loops over 8 pins toggling each pin on then off in turn.
Configuration menu - View commit details
-
Copy full SHA for 5f7f737 - Browse repository at this point
Copy the full SHA 5f7f737View commit details -
Change gpio exampled to drive 4 bits.
Loops over GPIOL0 -> GPIOL3, toggling each on then off in turn.
Configuration menu - View commit details
-
Copy full SHA for 42ee18d - Browse repository at this point
Copy the full SHA 42ee18dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.