pub/USBasp.git
2011-04-04 Dean CameraConditionally add available address spaces to the addre...
2011-03-27 Dean CameraEnsure the library builds cleanly in device mode for...
2011-03-23 Dean CameraUse the MIN() macro where possible instead of manual...
2011-03-23 Dean CameraFix corner case in the HID report descriptor Mouse...
2011-03-21 Dean CameraAdd in new architecture attribute defines to selectivel...
2011-03-21 Dean CameraF_CLOCK changed to F_USB to be more descriptive, and...
2011-03-18 Dean CameraOops - Bootloader optimizations to GetDescriptor()...
2011-03-16 Dean CameraFix bugs in the new VirtualSerialMassStorage demo ...
2011-03-16 Dean CameraFix incorrectly named include guards in the Board drive...
2011-03-16 Dean CameraAdded new VirtualSerialMassStorage Device Class Driver...
2011-03-15 Dean CameraRemove redundant Doxygen guards from the internal prepr...
2011-03-15 Dean CameraFixed Remote Wakeup broken on the AVRs due to the mecha...
2011-03-15 Dean CameraAdd named macros to the board joystick drivers where...
2011-03-15 Dean CameraImplemented on-demand PLL clock generation for the...
2011-03-15 Dean CameraUpdated the software USART code in the XPLAIN Bridge...
2011-03-14 Dean CameraOops - fix internal serial number extraction routine...
2011-03-14 Dean CameraCorrect Endpoint/Pipe maximum constants for the AVR32...
2011-03-13 Dean CameraSimplify the internal serial extraction routines for...
2011-03-13 Dean CameraAdd experimental support for the AVR32 UC3A4 microcontr...
2011-03-13 Dean CameraRe-add accidentally deleted Host_UC3.c and Host_UC3...
2011-03-13 Dean CameraRename UC3B driver files to UC3, as they are generic...
2011-03-13 Dean CameraAdd experimental support for the UC3A0, UC3A1 and UC3A3...
2011-03-13 Dean CameraOops - rename misnamed Endianess.h header file.
2011-03-13 Dean CameraMove out endianness management macros into a new common...
2011-03-11 Dean CameraSimplify AVR32 UC3B software FIFO, as it will only...
2011-03-11 Dean CameraAdd structure padding to the appropriate descriptor...
2011-03-05 Dean CameraFix UC3B architecture compile errors and ensure the...
2011-03-05 Dean CameraEndpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint...
2011-03-05 Dean CameraAdd software FIFOs to the UC3B pipe control interfaces...
2011-03-05 Dean CameraPorting updates for the UC3B architecture - get UC3B...
2011-03-05 Dean CameraMinor documentation updates.
2011-03-03 Dean CameraFixed Still Image Host class driver exiting the descrip...
2011-02-28 Dean CameraAdd in USB_INT_RegisterHandlers() internal function...
2011-02-27 Dean CameraFix EVK1101 board joystick driver movement masks.
2011-02-27 Dean CameraAdd code to start the USBB Generic Clock from the user...
2011-02-27 Dean CameraOops - ensure that only the relevant/available interrup...
2011-02-27 Dean CameraChanged over the AVR8 USB controller interrupt manageme...
2011-02-27 Dean CameraGeneral cleanup and more port work to the AVR32 UC3B.
2011-02-27 Dean CameraFix USB Host mode compile errors for the UC3B architecture.
2011-02-27 Dean CameraMove out common architecture-independent core definitio...
2011-02-27 Dean CameraMore AVR32 UC3B architecture ports - USB device mode...
2011-02-26 Dean CameraRemoved Pipe_ClearErrorFlags(), pipe error flags are...
2011-02-26 Dean CameraAdded TWI baud rate prescaler and bit length parameters...
2011-02-26 Dean CameraMore UC3B architecture port updates.
2011-02-20 Dean CameraUpdate board driver common APIs to use uint_reg_t.
2011-02-20 Dean CameraFix incorrect Doxygen grouping in the incomplete AVR32...
2011-02-20 Dean CameraMake sure the peripheral driver .c files include the...
2011-02-20 Dean CameraRename architecture specific driver files, to make...
2011-02-20 Dean CameraAdded start of a port of the core USB driver code to...
2011-02-20 Dean CameraMore updates to remove architecture-specific comments...
2011-02-20 Dean CameraMore Doxygen updates for multiple architecture support.
2011-02-20 Dean CameraStart update of documentation to support possible multi...
2011-02-19 Dean CameraInitial restructuring of the core USB driver module...
2011-02-19 Dean CameraFix documentation glitches from the restructuring changes.
2011-02-19 Dean CameraMove out Dataflash IC command constants headers into...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-02-19 Dean CameraReduced latency for executing the Start-Of-Frame events...
2011-02-17 Dean CameraFix non-ASCII characters breaking LaTex documentation...
2011-02-16 Dean CameraAdded board driver support for the Sparkfun ATMEGA8U2...
2011-02-15 Dean CameraAdd missing HID bootloader AVRStudio project.
2011-02-13 Dean CameraAdd more const-ness to the stream endpoint/pipe functio...
2011-02-12 Dean CameraFix include path in the library RingBuffer.h header...
2011-02-11 Dean CameraFix typos in the HID class bootloader makefile.
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-02-09 Dean CameraFix errors in the hid_bootloader_cli.c program code.
2011-02-09 Dean CameraUpdate HID bootloader loader application to support...
2011-02-09 Dean CameraAdded HID class bootloader, compatible with a modified...
2011-02-09 Dean CameraAdd missing svn:eol-style properties to the new Keyboar...
2011-02-09 Dean CameraChange bootloader makefiles to automatically compute...
2011-02-06 Dean CameraOops - fix missing constants in the TempDataLogger...
2011-02-06 Dean CameraTighten up the Bootloader GetDescriptor() function...
2011-02-06 Dean CameraUpdate projects using FatFS and PetiteFatFS to the...
2011-02-06 Dean CameraFix incorrect #include filenames in the RNDIS demos.
2011-02-04 Dean CameraFixed programming errors in the AVRISP-MKII project...
2011-02-02 Dean CameraFixed incorect BUTTONS_BUTTON1 definition for the Minim...
2011-01-30 Dean CameraRenamed all driver termination *_ShutDown() functions...
2011-01-30 Dean CameraOops - fix up some calls to the old function names...
2011-01-30 Dean CameraRenamed the PRNT_Host_SendString(), CDC_Host_SendString...
2011-01-30 Dean CameraRemoved SerialStream module, rolled functionality into...
2011-01-30 Dean CameraOops - forgot to add in LOGICAL MINIMUM and LOGICAL...
2011-01-30 Dean CameraAdd new HID_DESCRIPTOR_VENDOR() macro, change over...
2011-01-26 Dean CameraAdded new KeyboardMouseMultiReport Device ClassDriver...
2011-01-23 Dean CameraAdded new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD...
2011-01-23 Dean CameraChange over Joystick demo HID report descriptor to...
2011-01-22 Dean CameraChanged AVRISP-MKII project to use the Watchdog interru...
2011-01-17 Dean CameraFixed incorrect definition of the HID_KEYBOARD_SC_RIGHT...
2011-01-17 Dean CameraAbuse the the C preprocessor so that the HID macros...
2011-01-16 Dean CameraFixed several functions in the Host mode Still Image...
2011-01-16 Dean CameraMinor documentation corrections for the new HID report...
2011-01-16 Dean CameraNew HID report item macros (with HID_RI_ prefix) to...
2011-01-16 Dean CameraAdded new ADC_GET_CHANNEL_MASK() convenience macro...
2011-01-13 Dean CameraAdded new high level TWI packet read/write commands...
2011-01-13 Dean CameraOops - The DS1307 contains an unused "DayOfWeek" regist...
2011-01-13 Dean CameraChanged TempDataLogger project's DS1307 driver to simpl...
2011-01-10 Dean CameraFix typos and outdated information.
2011-01-10 Dean CameraCall USB_USBTask() in the Endpoint stream functions...
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2011-01-08 Dean CameraOops - fix type preventing compilation of demos using...
2011-01-08 Dean CameraMinor documentation improvements.
2011-01-08 Dean CameraThe FAST_STREAM_TRANSFERS compile time option has been...
next