projects
/
pub
/
lufa.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Minor documentation improvements.
[pub/lufa.git]
/
LUFA
/
ManPages
/
ChangeLog.txt
2010-04-15
Dean Camera
Rename FunctionAttributes.h to Attributes.h, as some...
blob
|
commitdiff
2010-04-14
Dean Camera
Fixed Set/Clear Feature requests directed to a non...
blob
|
commitdiff
|
diff to current
2010-04-13
Dean Camera
Removed two-step endpoint/pipe bank clear and switch...
blob
|
commitdiff
|
diff to current
2010-04-13
Dean Camera
Removed invalid dfu and flip related targets from the...
blob
|
commitdiff
|
diff to current
2010-04-06
Dean Camera
Add information request/response signal handler to...
blob
|
commitdiff
|
diff to current
2010-03-31
Dean Camera
Added WIN_LIBUSB_COMPAT compile time option to the...
blob
|
commitdiff
|
diff to current
2010-03-30
Dean Camera
Added support for the JM-DB-U2 board hardware.
blob
|
commitdiff
|
diff to current
2010-03-30
Dean Camera
Added board hardware driver support for the Benito...
blob
|
commitdiff
|
diff to current
2010-03-30
Dean Camera
Added board hardware driver support for Tom's USBTINY...
blob
|
commitdiff
|
diff to current
2010-03-29
Dean Camera
Add file-level brief documentation.
blob
|
commitdiff
|
diff to current
2010-03-25
Dean Camera
All Class Driver Host mode demos now correctly set...
blob
|
commitdiff
|
diff to current
2010-03-24
Dean Camera
Added new Relay Controller Board project (thanks to...
blob
|
commitdiff
|
diff to current
2010-03-24
Dean Camera
Fixed incorrect definition of HID_ALIGN_DATA() causing...
blob
|
commitdiff
|
diff to current
2010-03-24
Dean Camera
Fixed compilation error in the AudioInput demos when...
blob
|
commitdiff
|
diff to current
2010-03-23
Dean Camera
Added incomplete MIDIToneGenerator project.
blob
|
commitdiff
|
diff to current
2010-03-22
Dean Camera
Standardized the naming scheme given to configuration...
blob
|
commitdiff
|
diff to current
2010-03-21
Dean Camera
Double bank CDC endpoints in the XPLAIN Bridge project...
blob
|
commitdiff
|
diff to current
2010-03-19
Dean Camera
Fixed LowLevel MassStorage demo broken on the U2 AVRs...
blob
|
commitdiff
|
diff to current
2010-03-17
Dean Camera
Remove redundant check in the software PDI programming...
blob
|
commitdiff
|
diff to current
2010-03-17
Dean Camera
Software PDI mode breaks unless the software USART...
blob
|
commitdiff
|
diff to current
2010-03-16
Dean Camera
Increased throughput of the USBtoSerial demo on systems...
blob
|
commitdiff
|
diff to current
2010-03-16
Dean Camera
Don't enable the pullup on the target /RESET line in...
blob
|
commitdiff
|
diff to current
2010-03-16
Dean Camera
Fixed PDI programming mode in the AVRISP programmer...
blob
|
commitdiff
|
diff to current
2010-03-13
Dean Camera
Fixed ADC routines not correctly returning the last...
blob
|
commitdiff
|
diff to current
2010-03-10
Dean Camera
Added ENABLE_TELNET_SERVER compile time option to the...
blob
|
commitdiff
|
diff to current
2010-03-09
Dean Camera
Webserver project now uses the board LEDs to indicate...
blob
|
commitdiff
|
diff to current
2010-02-25
Dean Camera
Fix TWI driver not aborting when faced with no response...
blob
|
commitdiff
|
diff to current
2010-02-24
Dean Camera
Added a timeout value to the TWI_StartTransmission...
blob
|
commitdiff
|
diff to current
2010-02-24
Dean Camera
Revert changes made for the partial port to the AVR32...
blob
|
commitdiff
|
diff to current
2010-02-23
Dean Camera
Fixed software PDI/TPI programming mode in the AVRISP...
blob
|
commitdiff
|
diff to current
2010-02-21
Dean Camera
Increased the speed of both software and hardware TPI...
blob
|
commitdiff
|
diff to current
2010-02-19
Dean Camera
AVRISP programmer project now has a more robust timeout...
blob
|
commitdiff
|
diff to current
2010-02-19
Dean Camera
Commit for the 100219 release.
blob
|
commitdiff
|
diff to current
2010-02-12
Dean Camera
Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UB...
blob
|
commitdiff
|
diff to current
2010-02-10
Dean Camera
Added .5MHz recovery clock to the AVRISP programmer...
blob
|
commitdiff
|
diff to current
2010-02-09
Dean Camera
Fixed USB_GetHIDReportSize() returning the number of...
blob
|
commitdiff
|
diff to current
2010-02-07
Dean Camera
Added Keyboard LED report masks (KEYBOARD_LED_*) to...
blob
|
commitdiff
|
diff to current
2010-02-07
Dean Camera
Added keyboard modifier masks (HID_KEYBOARD_MODIFER_...
blob
|
commitdiff
|
diff to current
2010-02-05
Dean Camera
Fixed SerialStream driver not setting stdin to the...
blob
|
commitdiff
|
diff to current
2010-02-05
Dean Camera
Fixed SerialStream driver blocking while waiting for...
blob
|
commitdiff
|
diff to current
2010-02-04
Dean Camera
New BOARD value option BOARD_NONE (equivelent to not...
blob
|
commitdiff
|
diff to current
2010-02-01
Dean Camera
Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED...
blob
|
commitdiff
|
diff to current
2010-02-01
Dean Camera
Fixed STK525 Dataflash driver using incorrect bit-shift...
blob
|
commitdiff
|
diff to current
2010-02-01
Dean Camera
Make AVRISP XPROG function parameters const where possible.
blob
|
commitdiff
|
diff to current
2010-02-01
Dean Camera
Fixed issues with EEPROM and FLASH ISP programming...
blob
|
commitdiff
|
diff to current
2010-02-01
Dean Camera
Fixed Pipe_IsEndpointBound() function not taking the...
blob
|
commitdiff
|
diff to current
2010-01-29
Dean Camera
Update driver INF files - change manufacturer name...
blob
|
commitdiff
|
diff to current
2010-01-29
Dean Camera
Add MIME type handling to the Webserver project, so...
blob
|
commitdiff
|
diff to current
2010-01-28
Dean Camera
Removed the stream example code from the Low Level...
blob
|
commitdiff
|
diff to current
2010-01-25
Dean Camera
Add Webserver project Doxygen configuration file and...
blob
|
commitdiff
|
diff to current
2010-01-25
Dean Camera
Fixed CDC and RNDIS host demos and class drivers -...
blob
|
commitdiff
|
diff to current
2010-01-25
Dean Camera
Added explicit ADC channel masks for the standard set...
blob
|
commitdiff
|
diff to current
2010-01-24
Dean Camera
Fixed DFU bootloader programming not discarding the...
blob
|
commitdiff
|
diff to current
2010-01-21
Dean Camera
Fix up the incomplete Webserver project so that it...
blob
|
commitdiff
|
diff to current
2010-01-19
Dean Camera
Update library manual with the new XPLAINBridge project...
blob
|
commitdiff
|
diff to current
2010-01-19
Dean Camera
Added master mode hardware TWI driver.
blob
|
commitdiff
|
diff to current
2010-01-17
Dean Camera
Fix the Benito project not pulsing the target's /RESET...
blob
|
commitdiff
|
diff to current
2010-01-15
Dean Camera
Fixed invalid USB controller PLL prescaler values for...
blob
|
commitdiff
|
diff to current
2010-01-12
Dean Camera
Started Webserver RNDIS host project.
blob
|
commitdiff
|
diff to current
2010-01-12
Dean Camera
Fixed incorrect interface values in the VirtualSerialMo...
blob
|
commitdiff
|
diff to current
2010-01-07
Dean Camera
Fix XPLAIN Dataflash and LED drivers.
blob
|
commitdiff
|
diff to current
2010-01-06
Dean Camera
Update Doxygen configuration files to the latest Doxyge...
blob
|
commitdiff
|
diff to current
2010-01-05
Dean Camera
Added support to the MIDI Class drivers for packed...
blob
|
commitdiff
|
diff to current
2010-01-05
Dean Camera
Inline USB management functions in the Class drivers...
blob
|
commitdiff
|
diff to current
2010-01-04
Dean Camera
Fixed blocking CDC streams not aborting when the host...
blob
|
commitdiff
|
diff to current
2010-01-03
Dean Camera
Clean up MassStorageKeyboard demo.
blob
|
commitdiff
|
diff to current
2009-12-30
Dean Camera
Add new TemperatureDataLogger project, a simple USB...
blob
|
commitdiff
|
diff to current
2009-12-29
Dean Camera
Fixed AVRISP PDI race condition where the guard time...
blob
|
commitdiff
|
diff to current
2009-12-27
Dean Camera
Fix references to the renamed AVRISP-MKII project folder.
blob
|
commitdiff
|
diff to current
2009-12-26
Dean Camera
Fixed ISP mode in the AVRISP programmer project.
blob
|
commitdiff
|
diff to current
2009-12-26
Dean Camera
Added const where possible to the source functions...
blob
|
commitdiff
|
diff to current
2009-12-23
Dean Camera
Start of implementation of the low level TPI programmin...
blob
|
commitdiff
|
diff to current
2009-12-20
Dean Camera
Fixed AVRISP project timeouts not checking for the...
blob
|
commitdiff
|
diff to current
2009-12-20
Dean Camera
Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAK...
blob
|
commitdiff
|
diff to current
2009-12-20
Dean Camera
Fixed TeensyHID bootloader not enumerating to the host...
blob
|
commitdiff
|
diff to current
2009-12-18
Dean Camera
Renamed HotmailNotifier project to LEDNotifier.
blob
|
commitdiff
|
diff to current
2009-12-18
Dean Camera
Fixed USB_CurrentMode not being reset to USB_MODE_NONE...
blob
|
commitdiff
|
diff to current
2009-12-17
Dean Camera
Un-inline the SendAddress function in NVMTarget.c/...
blob
|
commitdiff
|
diff to current
2009-12-16
Dean Camera
The SImage_Host_SendBlockHeader() and SImage_Host_Recei...
blob
|
commitdiff
|
diff to current
2009-12-16
Dean Camera
Use default NVM base address in the AVRISP programmer...
blob
|
commitdiff
|
diff to current
2009-12-15
Dean Camera
Fix a bug in the Still Image Host Class driver where...
blob
|
commitdiff
|
diff to current
2009-12-13
Dean Camera
Test with -Wextra, fix library warnings due to unused...
blob
|
commitdiff
|
diff to current
2009-12-13
Dean Camera
The AVRISP project can now enter PDI mode under both...
blob
|
commitdiff
|
diff to current
2009-12-09
Dean Camera
Add even parity bit to the software USART framing in...
blob
|
commitdiff
|
diff to current
2009-12-09
Dean Camera
Fix inverted bit-banged USART logic in the AVRISP proje...
blob
|
commitdiff
|
diff to current
2009-12-09
Dean Camera
Increase timeout of Mass Storage and Still Image host...
blob
|
commitdiff
|
diff to current
2009-12-08
Dean Camera
Make sure that USB_STREAM_TIMEOUT_MS is set in the...
blob
|
commitdiff
|
diff to current
2009-12-06
Dean Camera
Add new USB_Host_GetDeviceStringDescriptor() convenienc...
blob
|
commitdiff
|
diff to current
2009-12-04
Dean Camera
Fixed Mass Storage Host Class driver and Low Level...
blob
|
commitdiff
|
diff to current
2009-12-04
Dean Camera
Added support for the Atmel EVK527 board hardware.
blob
|
commitdiff
|
diff to current
2009-12-04
Dean Camera
Fixed HID Parser not distributing the Usage Min and...
blob
|
commitdiff
|
diff to current
2009-12-03
Dean Camera
Fix the tokens which enable and disable the different...
blob
|
commitdiff
|
diff to current
2009-12-03
Dean Camera
Added support for the Dataflash mounted on the XPLAIN...
blob
|
commitdiff
|
diff to current
2009-12-03
Dean Camera
Document the PDI programming routines implemented so...
blob
|
commitdiff
|
diff to current
2009-12-02
Dean Camera
Removed John Steggall's software UART code from the...
blob
|
commitdiff
|
diff to current
2009-11-30
Dean Camera
Added CDC_Host_Flush() function to the CDC Host Class...
blob
|
commitdiff
|
diff to current
2009-11-29
Dean Camera
Fixed USB driver failing to define the PLL prescaler...
blob
|
commitdiff
|
diff to current
2009-11-26
Dean Camera
Make MIDI device demos also turn off the on board LEDs...
blob
|
commitdiff
|
diff to current
2009-11-26
Dean Camera
Added new RNDIS Host class driver and the beginnings...
blob
|
commitdiff
|
diff to current
2009-11-25
Dean Camera
Added new RNDISHost Host LowLevel demo. Fixed misnamed...
blob
|
commitdiff
|
diff to current
next