projects
/
pub
/
lufa.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove serial driver use from the AVRISP project now that it is no longer needed.
[pub/lufa.git]
/
LUFA
/
ManPages
/
ChangeLog.txt
2009-12-23
Dean Camera
Start of implementation of the low level TPI programmin...
blob
|
commitdiff
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
2009-11-25
Dean Camera
Added new XPLAIN serial Bridge project (thanks to John...
blob
|
commitdiff
|
diff to current
2009-11-24
Dean Camera
Fixed host state machine not enabling Auto VBUS mode...
blob
|
commitdiff
|
diff to current
2009-11-24
Dean Camera
Fixed broken USB_GetNextDescriptor() function causing...
blob
|
commitdiff
|
diff to current
2009-11-23
Dean Camera
Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigureP...
blob
|
commitdiff
|
diff to current
2009-11-23
Dean Camera
Added new ReportType parameter to the HID Device Class...
blob
|
commitdiff
|
diff to current
2009-11-23
Dean Camera
Fixed incorrect values for REPORT_ITEM_TYPE_* enum...
blob
|
commitdiff
|
diff to current
2009-11-23
Dean Camera
The incomplete StandaloneProgrammer project now uses...
blob
|
commitdiff
|
diff to current
2009-11-23
Dean Camera
Removed code to zero reports between two keyboard repor...
blob
|
commitdiff
|
diff to current
2009-11-23
Dean Camera
Add activity LED updates to the AVRISP project.
blob
|
commitdiff
|
diff to current
2009-11-22
Dean Camera
Commit for the 091122 release.
blob
|
commitdiff
|
diff to current
2009-11-20
Dean Camera
Fixed Endpoint_Write_Control_Stream_* functions not...
blob
|
commitdiff
|
diff to current
2009-11-20
Dean Camera
Fixed LowLevel Keyboard demo not saving the issued...
blob
|
commitdiff
|
diff to current
2009-11-16
Dean Camera
Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host...
blob
|
commitdiff
|
diff to current
2009-11-13
Dean Camera
Corrections, improvements and additions to the incomple...
blob
|
commitdiff
|
diff to current
2009-11-11
Dean Camera
Minor code cleanups for clarity.
blob
|
commitdiff
|
diff to current
2009-11-10
Dean Camera
Added new stream creation function to the CDC Class...
blob
|
commitdiff
|
diff to current
2009-11-09
Dean Camera
Fixed HID host Class driver report send/receive report...
blob
|
commitdiff
|
diff to current
2009-11-06
Dean Camera
Add optional double-banking support to the Device mode...
blob
|
commitdiff
|
diff to current
2009-11-04
Dean Camera
Added new Printer Host mode Class driver.
blob
|
commitdiff
|
diff to current
2009-11-04
Dean Camera
Fixed HID report parser collection paths invalid due...
blob
|
commitdiff
|
diff to current
2009-11-04
Dean Camera
Added new JoystickHostWithParser demos to the library.
blob
|
commitdiff
|
diff to current
2009-11-04
Dean Camera
Update DevChapter9.c - use the Endpoint_ClearStatusStag...
blob
|
commitdiff
|
diff to current
2009-11-03
Dean Camera
Rename the AT90USBXXX67 internal driver directory to...
blob
|
commitdiff
|
diff to current
2009-10-26
Dean Camera
Make HID device class driver reselect the correct endpo...
blob
|
commitdiff
|
diff to current
2009-10-18
Dean Camera
Moved USBtoSerial demo the Projects directory, as it...
blob
|
commitdiff
|
diff to current
2009-10-16
Dean Camera
Fix invalid Event name rule in demo/project makefiles.
blob
|
commitdiff
|
diff to current
2009-10-12
Dean Camera
Make Audio device demos compatible with AVRs running...
blob
|
commitdiff
|
diff to current
2009-10-11
Dean Camera
Added stdio.h stream examples for the virtual CDC UART...
blob
|
commitdiff
|
diff to current
2009-10-08
Dean Camera
Add new MIDI Host Class driver to the library, and...
blob
|
commitdiff
|
diff to current
2009-10-08
Dean Camera
Add new MIDIHost LowLevel demo application.
blob
|
commitdiff
|
diff to current
2009-10-03
Dean Camera
Changed Audio Class driver sample read/write functions...
blob
|
commitdiff
|
diff to current
2009-10-02
Dean Camera
Cleanups to the Device mode Mass Storage demo applicati...
blob
|
commitdiff
|
diff to current
2009-09-30
Dean Camera
Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time...
blob
|
commitdiff
|
diff to current
2009-09-30
Dean Camera
Fixed issue in the HID Host class driver's HID_Host_Sen...
blob
|
commitdiff
|
diff to current
2009-09-30
Dean Camera
Removed mostly useless "TestApp" demo, as it was mainly...
blob
|
commitdiff
|
diff to current
2009-09-29
Dean Camera
Add information on the new MouseHostDevice dual role...
blob
|
commitdiff
|
diff to current
2009-09-28
Dean Camera
Fixed PrinterHost demo returning invalid Device ID...
blob
|
commitdiff
|
diff to current
2009-09-21
Dean Camera
Add new attributes to the HID Report Parser and HID...
blob
|
commitdiff
|
diff to current
2009-09-21
Dean Camera
Added new MassStorageKeyboard Device Class Driver demo...
blob
|
commitdiff
|
diff to current
2009-09-20
Dean Camera
Added new Pipe_IsFrozen() macro to determine if the...
blob
|
commitdiff
|
diff to current
2009-09-17
Dean Camera
Added support for the officially recommended layout...
blob
|
commitdiff
|
diff to current
2009-09-17
Dean Camera
Fix Mass Storage Host Class driver GetMaxLUN command...
blob
|
commitdiff
|
diff to current
2009-09-14
Dean Camera
Fixed MIDI Device Class driver not sending/receiving...
blob
|
commitdiff
|
diff to current
2009-09-13
Dean Camera
Fixed Low Level USBtoSerial demo not storing received...
blob
|
commitdiff
|
diff to current
2009-09-09
Dean Camera
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
blob
|
commitdiff
|
diff to current
2009-09-09
Dean Camera
Change HID report parser so that it can calculate and...
blob
|
commitdiff
|
diff to current
2009-09-07
Dean Camera
Add link to third-party signed version of the official...
blob
|
commitdiff
|
diff to current
2009-09-07
Dean Camera
Corrected incorrect signature bytes for the AT90USB82...
blob
|
commitdiff
|
diff to current
2009-09-06
Dean Camera
Fixed DFU and CDC class bootloaders on the AT90USBXXX2...
blob
|
commitdiff
|
diff to current
2009-09-06
Dean Camera
Add in new invalid event hook check targets to project...
blob
|
commitdiff
|
diff to current
2009-09-06
Dean Camera
Changed Still Image Host class driver to auto-fill...
blob
|
commitdiff
|
diff to current
2009-09-02
Dean Camera
Add StillImage Host Class Driver functions for opening...
blob
|
commitdiff
|
diff to current
2009-09-02
Dean Camera
Add user-filtering to the HID report parser, so that...
blob
|
commitdiff
|
diff to current
2009-09-02
Dean Camera
Fixed error in PrinterHost preventing the full page...
blob
|
commitdiff
|
diff to current
2009-09-01
Dean Camera
Changed HIDParser to only zero out important values...
blob
|
commitdiff
|
diff to current
2009-09-01
Dean Camera
Fixed StillImageHost not correctly freezing and unfreez...
blob
|
commitdiff
|
diff to current
2009-09-01
Dean Camera
Move check for devices not supporting internal serials...
blob
|
commitdiff
|
diff to current
2009-08-31
Dean Camera
Add return codes to the CDC Host Class driver String...
blob
|
commitdiff
|
diff to current
2009-08-31
Dean Camera
Removed unused INCLUDE_FROM_BOARD_DRIVER internal defin...
blob
|
commitdiff
|
diff to current
2009-08-31
Dean Camera
Changed the parameters and behaviour of the USB_GetDevi...
blob
|
commitdiff
|
diff to current
2009-08-30
Dean Camera
Remove deleted source files from the LUFA library makefile.
blob
|
commitdiff
|
diff to current
2009-08-27
Dean Camera
Fixed Device mode HID Class driver not explicitly initi...
blob
|
commitdiff
|
diff to current
2009-08-27
Dean Camera
Condensed SCSI command functions in the LowLevel Mass...
blob
|
commitdiff
|
diff to current
2009-08-27
Dean Camera
Added new "Common" section to the class drivers, to...
blob
|
commitdiff
|
diff to current
2009-08-27
Dean Camera
Fixed Device mode HID Class driver always sending IN...
blob
|
commitdiff
|
diff to current
2009-08-26
Dean Camera
Oops: Really disable building of Projects/Host/ClassDri...
blob
|
commitdiff
|
diff to current
2009-08-25
Dean Camera
Optimized Endpoint_Read_Word_* and Pipe_Read_Word_...
blob
|
commitdiff
|
diff to current
2009-08-25
Dean Camera
Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP...
blob
|
commitdiff
|
diff to current
2009-08-23
Dean Camera
Fixed AVRISP programmer demo -- can now connect to...
blob
|
commitdiff
|
diff to current
2009-08-23
Dean Camera
Added V2Protocol handlers to the AVRISP project to...
blob
|
commitdiff
|
diff to current
2009-08-19
Dean Camera
Corrections to the unfinished AVRISP Programmer project...
blob
|
commitdiff
|
diff to current
next