Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the ↵ | Dean Camera | 2009-08-02 | 2 | -2/+2 | |
| | | | | existing FIXED_CONTROL_ENDPOINT_SIZE compile time option. Add FIXED_NUM_CONFIGURATIONS to the descriptors of each project using the option. | |||||
* | Change project makefiles so that the current target settings and not just ↵ | Dean Camera | 2009-07-28 | 1 | -39/+21 | |
| | | | | | | the board selection is printed during the build process. Fix warning in AudioOutput demos when AUDIO_OUT_STEREO output mode is selected. | |||||
* | Changed AudioOutput demos to explicitly use timer 3 - the smaller USB AVRs ↵ | Dean Camera | 2009-07-28 | 2 | -5/+6 | |
| | | | | | | where timer 1 was needed instead did not have the endpoint size neccesary for good audio throughput anyway. Fix Benito documentation indicating erronously that the project used the HID USB class instead of the CDC class. | |||||
* | State information for class drivers is now zeroed out during enumeration ↵ | Dean Camera | 2009-07-27 | 1 | -5/+0 | |
| | | | | (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. | |||||
* | Added new LEDs_ToggleLEDs() function to the Board LEDs driver. | Dean Camera | 2009-07-24 | 1 | -1/+1 | |
| | ||||||
* | Ensure new Benito Programmer project matches Don's established LED behaviour ↵ | Dean Camera | 2009-07-24 | 4 | -21/+35 | |
| | | | | - flash LED while generating target /RESET pulse, ping-pong LEDs during enumeration. | |||||
* | Minor updates to the Benito programmer - remove redundant PORT register ↵ | Dean Camera | 2009-07-23 | 2 | -8/+7 | |
| | | | | manipulations. | |||||
* | Tweaks to the new Benito Programmer project for documentation and port/pin ↵ | Dean Camera | 2009-07-23 | 3 | -3/+8 | |
| | | | | usage. | |||||
* | Added new Benito project, a simple modified USB-to-Serial bridge for the ↵ | Dean Camera | 2009-07-23 | 8 | -0/+3034 | |
programming of AVRs using the official Arduino bootloader. |