-
Notifications
You must be signed in to change notification settings - Fork 41
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: m-labs/milkymist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 217c33d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: m-labs/milkymist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9e05e46
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 2 files changed
- 1 contributor
Commits on Nov 30, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 4923a9d - Browse repository at this point
Copy the full SHA 4923a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d9920b - Browse repository at this point
Copy the full SHA 4d9920bView commit details -
softusb: remove trailing whitespace
Some lines had trailing tabs. Those can sometimes trip patch.
Configuration menu - View commit details
-
Copy full SHA for dae5ff5 - Browse repository at this point
Copy the full SHA dae5ff5View commit details -
softusb: minimize time between SETUP/OUT and DATAx
By not waiting until the transmitter is idle, we can reduce the time between the end of the SE0 indicating EOP of SETUP or OUT and the first transition of the following DATAx to a mere two bit times (as oppose to ~6 bit times before). While I haven't been able to find anything in the USB standard that would require such tight timing, AVR USB chips (i.e., the ATmega32U2 of atusb and the AT90USB162 of the Faderfox LV3) flat out ignore any transfers with longer delays.
Configuration menu - View commit details
-
Copy full SHA for 6ca46c2 - Browse repository at this point
Copy the full SHA 6ca46c2View commit details -
softusb: clean up device reporting
Moved reporting of the device(s) detected out of port_service, making it a bit less cluttered and providing a more comfortable basis for future additions.
Configuration menu - View commit details
-
Copy full SHA for b553999 - Browse repository at this point
Copy the full SHA b553999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0294551 - Browse repository at this point
Copy the full SHA 0294551View commit details -
softusb: move protocol-specfic data processing to separate functions
This will prevent "poll" from getting too cluttered when MIDI is added.
Configuration menu - View commit details
-
Copy full SHA for 98be89d - Browse repository at this point
Copy the full SHA 98be89dView commit details -
softusb: protect macro arguments in comloc.h
This change is purely cosmetic.
Configuration menu - View commit details
-
Copy full SHA for b452f54 - Browse repository at this point
Copy the full SHA b452f54View commit details -
softusb: poll MIDI EPs and pass control changes to the LM32
Adding other events should be easy, but one step at a time.
Configuration menu - View commit details
-
Copy full SHA for 9e05e46 - Browse repository at this point
Copy the full SHA 9e05e46View commit details
There are no files selected for viewing