Dean Camera
|
3472af91a5
|
Change project makefiles so that the current target settings and not just the board selection is printed during the build process.
Fix warning in AudioOutput demos when AUDIO_OUT_STEREO output mode is selected.
|
2009-07-28 13:53:52 +00:00 |
Dean Camera
|
61ff4824a9
|
Changed AudioOutput demos to explicitly use timer 3 - the smaller USB AVRs 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.
|
2009-07-28 10:46:20 +00:00 |
Dean Camera
|
864196c884
|
State information for class drivers is now zeroed out during enumeration (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.
|
2009-07-27 23:19:17 +00:00 |
Dean Camera
|
200821fe82
|
Added new LEDs_ToggleLEDs() function to the Board LEDs driver.
|
2009-07-24 01:44:01 +00:00 |
Dean Camera
|
3991c94b38
|
Ensure new Benito Programmer project matches Don's established LED behaviour - flash LED while generating target /RESET pulse, ping-pong LEDs during enumeration.
|
2009-07-24 01:26:36 +00:00 |
Dean Camera
|
2a0c28e6e4
|
Minor updates to the Benito programmer - remove redundant PORT register manipulations.
|
2009-07-23 14:11:20 +00:00 |
Dean Camera
|
06f3a6a876
|
Tweaks to the new Benito Programmer project for documentation and port/pin usage.
|
2009-07-23 11:01:32 +00:00 |
Dean Camera
|
a6e85d6ed8
|
Added new Benito project, a simple modified USB-to-Serial bridge for the programming of AVRs using the official Arduino bootloader.
|
2009-07-23 10:39:10 +00:00 |