aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the ↵Dean Camera2009-08-021-1/+1
| | | | 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 Camera2009-07-281-39/+21
| | | | | | the board selection is printed during the build process. Fix warning in AudioOutput demos when AUDIO_OUT_STEREO output mode is selected.
* Ensure new Benito Programmer project matches Don's established LED behaviour ↵Dean Camera2009-07-241-1/+2
| | | | - flash LED while generating target /RESET pulse, ping-pong LEDs during enumeration.
* Tweaks to the new Benito Programmer project for documentation and port/pin ↵Dean Camera2009-07-231-3/+3
| | | | usage.
* Added new Benito project, a simple modified USB-to-Serial bridge for the ↵Dean Camera2009-07-231-0/+744
programming of AVRs using the official Arduino bootloader.