Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor correction to MagStripe demo to fix build problems. | Dean Camera | 2009-06-29 | 1 | -8/+14 |
| | |||||
* | Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ↵ | Dean Camera | 2009-06-29 | 1 | -26/+29 |
| | | | | | | | | the next command immediately after returning, no need to call Dataflash_ToggleSelectedChipCS() afterwards. Added new DATAFLASH_CHIP_MASK() macro to the Dataflash driver, which returns the Dataflash select mask for the given chip index. Updated MassStorage device block write routines to use ping-pong Dataflash buffering to increase throughput by around 30%. | ||||
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 27 | -94/+94 |
| | | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput). | ||||
* | Reduce struct name pollution - group typedef struct names by class driver ↵ | Dean Camera | 2009-06-26 | 6 | -68/+68 |
| | | | | name where appropriate. | ||||
* | Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ↵ | Dean Camera | 2009-06-23 | 1 | -3/+3 |
| | | | | is issued while not processing a command. | ||||
* | Add demos/bootloaders/projects overview to the manual. | Dean Camera | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Added USE_INTERNAL_SERIAL compile time option to automatically read out the ↵ | Dean Camera | 2009-06-20 | 1 | -1/+1 |
| | | | | internal unique serial number as the device's serial number descriptor on supported AVR models. | ||||
* | Clean up RNDIS demo type define names. | Dean Camera | 2009-06-19 | 3 | -36/+36 |
| | |||||
* | Fix makefiles -- the auto-addition of -D switches to each LUFA compile time ↵ | Dean Camera | 2009-06-19 | 13 | -92/+92 |
| | | | | option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead. | ||||
* | Move LUFA compile time options to a new section in the application makefiles ↵ | Dean Camera | 2009-06-19 | 13 | -54/+135 |
| | | | | for clarity. | ||||
* | Remove hardcoded DOT path from all Doxygen config files. | Dean Camera | 2009-06-16 | 13 | -13/+13 |
| | | | | Better documentation for the MissleLauncher project - add credit to PyLauncher project. | ||||
* | Pipe_GetErrorFlags() now returns additional error flags for overflow and ↵ | Dean Camera | 2009-06-16 | 2 | -6/+6 |
| | | | | | | underflow errors. Change MIDI demos to use real MIDI command values, and shift for the USB wrapper, rather than shift for the MIDI bytes. This is a little confusing for the MIDI USB wrapper, but allows for the use of real standardized MIDI command values. | ||||
* | More Doxygen fixes - ensure no undocumented function parameters. | Dean Camera | 2009-06-15 | 13 | -13/+13 |
| | |||||
* | Doxygen corrections to fix Doxygen warnings in some demos. | Dean Camera | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Changed per-device controller preprocessor checks over to per-device series ↵ | Dean Camera | 2009-06-14 | 4 | -7/+7 |
| | | | | | | for better device control. Fixed error in Endpoint.c using HSOFI rather than SOFI for counting elapsed milliseconds. | ||||
* | Some minor whitespace corrections. | Dean Camera | 2009-06-11 | 4 | -11/+11 |
| | |||||
* | Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused ↵ | Dean Camera | 2009-06-10 | 6 | -61/+59 |
| | | | | read-in events from the host, use standard MIDI event structure in low level demo rather than sending individual bytes. | ||||
* | Error status LEDs shown when device endpoint configuration fails to complete. | Dean Camera | 2009-06-08 | 13 | -138/+229 |
| | | | | MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready. | ||||
* | Converted device mode low-level demos to schedulerless. | Dean Camera | 2009-06-07 | 42 | -1130/+587 |
| | |||||
* | Remove outdated AVRStudio project files from demos, projects, bootloaders. ↵ | Dean Camera | 2009-06-05 | 13 | -13/+0 |
| | | | | Fix makefiles of ClassDriver device demos. | ||||
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 138 | -0/+46078 |
re-add old low level demos to a LowLevel subdirectory. |