Dean Camera
|
82fa9149d7
|
Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground.
|
14 years ago |
Dean Camera
|
fb76acb084
|
Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards.
|
14 years ago |
Dean Camera
|
cb779e3d7d
|
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
|
14 years ago |
Dean Camera
|
b37d77eab3
|
All USB class drivers are now automatically included when LUFA/Drivers/USB.h is included, and no longer need to be seperately included.
All LowLevel demos changed to use the constants and types defined in the USB class drivers.
|
14 years ago |
Dean Camera
|
5a4def7478
|
Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
|
14 years ago |
Dean Camera
|
092f82e06f
|
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch).
|
14 years ago |
Dean Camera
|
6bda628718
|
Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.
Add missing const qualifiers to the demos.
|
15 years ago |
Dean Camera
|
dfe50ff349
|
Added ability to set the serial baud rate via the user's terminal in the XPLAINBridge project.
|
15 years ago |
Dean Camera
|
988604b25d
|
Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and XPLAINBridge project loops and into the AVRISP management function.
|
15 years ago |
Dean Camera
|
79742c5d24
|
Make software USART used in the XPLAINBridge project directly check and store into the ring buffers, rather than polling from the main program loop to avoid added latency.
|
15 years ago |
Dean Camera
|
9b29d1dc50
|
Create a new LightweightRingBuffer.h header file for the XPLAIN project to abstract out the new ring buffer without a performance penalty.
|
15 years ago |
Dean Camera
|
9c037a952f
|
The RingBuff library code has been replaced in the XPLAINBridge project with an ultra lightweight buffer to help improve the reliability of the bridge.
|
15 years ago |
Dean Camera
|
071e02c6b6
|
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
|
15 years ago |
Dean Camera
|
59c4871f80
|
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
|
15 years ago |
Dean Camera
|
c77b30e9e6
|
Clean up XPLAINBridge code.
|
15 years ago |
Dean Camera
|
1d2bc47eba
|
Clean up of the altered XPLAINBridge project.
|
15 years ago |
Dean Camera
|
60fd0ff418
|
Changed XPLAINBridge project to be both a USB to USART bridge and a PDI programmer, based on the state of a mode select pin.
|
15 years ago |
Dean Camera
|
7f9f97c792
|
Update copyright year to 2010.
|
15 years ago |
Dean Camera
|
d4ca7fb44c
|
Fix MIT license language to make its intent clearer.
|
15 years ago |
Dean Camera
|
8c6c27d88b
|
Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints.
|
15 years ago |
Dean Camera
|
c05c7c7df4
|
Added new XPLAIN serial Bridge project (thanks to John Steggall for the software UART code).
|
15 years ago |