- 23 Dec, 2011 1 commit
-
-
Dean Camera authored
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
-
- 15 Jul, 2011 1 commit
-
-
Dean Camera authored
-
- 23 Apr, 2011 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Fix HID class bootloader not working on the larger USB AVRs due to the altered page addressing scheme.
-
- 04 Apr, 2011 1 commit
-
-
Dean Camera authored
Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
-
- 10 Feb, 2011 1 commit
-
-
Dean Camera authored
Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in. Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs.
-
- 09 Feb, 2011 1 commit
-
-
Dean Camera authored
Added HID class bootloader, compatible with a modified version of the command line Teensy loader from PJRC.com.
-