- 03 Jan, 2013 7 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fixed hardware race condition that could cause failed device enumerations for AVR8 and UC3 architectures (thanks to Mike Beyhs). Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen). Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy).
-
Dean Camera authored
-
Dean Camera authored
-
- 02 Jan, 2013 1 commit
-
-
Dean Camera authored
-
- 12 Nov, 2012 1 commit
-
-
Dean Camera authored
-
- 10 Nov, 2012 1 commit
-
-
Dean Camera authored
Remove dependency on the "bc" command line calculator tool in the bootloaders to make compiling on Windows easier with only MinGW.
-
- 28 Oct, 2012 2 commits
-
-
Dean Camera authored
Make "HighByte" variable in the CDC Bootloader a uint8_t rather than a bool to be more semantically correct, since it is bitwise ORed to obtain a byte address in the AVR's flash memory.
-
Dean Camera authored
-
- 20 Oct, 2012 2 commits
-
-
Dean Camera authored
Increased throughput in the USBtoSerial project now that data transmission is non-blocking (thanks to Joseph Lacerte).
-
Dean Camera authored
-
- 14 Oct, 2012 3 commits
-
-
Dean Camera authored
Clean up unnecessary CPPCheck static analysis suppression comments, force Doxygen and GCC compiler specific macros as being always undefined when performing a static analysis of the code.
-
Dean Camera authored
Fixed maximum allowed keyboard key code usage of 0x65 rather than 0xFF for the HID_DESCRIPTOR_KEYBOARD() macro (thanks to David Monro)
-
Dean Camera authored
Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN and HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN_AS400 and added a missing definition for HID_KEYBOARD_SC_APPLICATION (thanks to David Monro).
-
- 05 Oct, 2012 1 commit
-
-
Dean Camera authored
-
- 30 Sep, 2012 1 commit
-
-
Dean Camera authored
-
- 23 Sep, 2012 1 commit
-
-
Dean Camera authored
Minor documentation improvements. Remove AS4 project generator script as it is buggy; replace with a better system in the future for both AS4 and AS6.
-
- 22 Sep, 2012 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
Add CPPCheck supression in the Webserver project, as the latest CPPCheck development code appears to falsely warn on the global uip_len variable when it is tested multiple times.
-
Dean Camera authored
-
- 21 Sep, 2012 1 commit
-
-
Dean Camera authored
Add missing preprocessor logic to the USBKEY board Dataflash driver so that DATAFLASH_TOTALCHIPS parameter for the board could theoretically be changed to 1 and have the code still work.
-
- 19 Sep, 2012 5 commits
-
-
Dean Camera authored
Fixed incorrect Dataflash functionality in the USBKEY board if the driver is modified for a single Dataflash chip (thanks to Jonathan Oakley).
-
Dean Camera authored
-
Dean Camera authored
Enable sorting of the member functions in the Doxygen output, so that functions in the documentation are listed in alphabetical order rather than order of definition.
-
Dean Camera authored
Fix missing briefs in the documentation for several modules, fix up invalid documentation references.
-
Dean Camera authored
Rename AVR32CLK_*() clock management functions to UC3CLK_*() to be in line with the naming scheme of the rest of the platform modules.
-
- 18 Sep, 2012 1 commit
-
-
Dean Camera authored
Add architecture test for the non-standard avr-size patch, so that it is not tested on architectures where the patch isn't available.
-
- 17 Sep, 2012 3 commits
-
-
Dean Camera authored
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
-
Dean Camera authored
Enable strict prototype matching in the library Doxygen configuration file, to ensure all documentation references are as correct as possible.
-
Dean Camera authored
-
- 16 Sep, 2012 2 commits
-
-
Dean Camera authored
Fixed lengthy timeouts in the USBtoSerial project if no application on the host is consuming data (thanks to Nicolas Saugnier). Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers.
-
Dean Camera authored
-
- 15 Sep, 2012 3 commits
-
-
Dean Camera authored
Shorten the product string descriptors in the CDC and DFU bootloaders to ensure that differences in the toolchain version don't push it over a binary size boundary.
-
Dean Camera authored
-
Dean Camera authored
-
- 14 Sep, 2012 1 commit
-
-
Dean Camera authored
Add error message for debugging purposes to the low level AudioInputHost and AudioOutputHost demos, if the request to set the audio sample rate fails.
-
- 13 Sep, 2012 1 commit
-
-
Dean Camera authored
Make CPPCheck tool happy by altering the program flow in the low level keyboard example, so that the SendReport variable is not overwritten before its first read access.
-