Added new Benito project, a simple modified USB-to-Serial bridge for the programming of AVRs using the official Arduino bootloader.
This commit is contained in:
parent
5dbfdaa17d
commit
a6e85d6ed8
16 changed files with 3045 additions and 6 deletions
|
|
@ -31,6 +31,7 @@
|
|||
* - Added new PrinterHost demo (thanks to John Andrews)
|
||||
* - Added new USB_DeviceState variable to keep track of the current Device mode USB state
|
||||
* - Added new Endpoint_ClearStatusStage() convenience function to assist with the status stages of control transfers
|
||||
* - Added new Benito Arduino Programmer project
|
||||
*
|
||||
* <b>Changed:</b>
|
||||
* - Deprecated psuedo-scheduler and removed dynamic memory allocator from the library (first no longer needed and second unused)
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@
|
|||
* - <b>CDC</b> - CDC Class USB bootloader, compatible with any AVR910 protocol programming software such as AVRDude
|
||||
* - <b>TeensyHID</b> - HID Class bootloader, compatible with the PJRC TeensyLoader software
|
||||
* - <b>Projects</b>
|
||||
* - <b>Benito</b> - Benito Board Arduino Programmer project
|
||||
* - <b>Magstripe</b> - Magnetic Stripe Card Reader project
|
||||
* - <b>MissileLaucher</b> - Toy Missile Launcher Host project
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue