Граф коммитов

16 Коммитов (77a9df36a77d2523dd2bc24fa17f9f04c6c175c5)

Автор SHA1 Сообщение Дата
Dean Camera 04660d3793 Seperate out the device demos and project's configuration descriptor structure definitions to clearly indicate what descriptors belong to which interface.
14 лет назад
Dean Camera ca9f89ce82 Add new "checksource" target to the library makefiles, for automated source file existance checking.
14 лет назад
Dean Camera c2135f2776 Expand the documentation for each Bootloader to give sample usage instructions for the command line programmer utilities.
14 лет назад
Dean Camera 7b0cebc1d7 Add new LUFA powered user projects to the documentation.
14 лет назад
Dean Camera 8c3d63b5cf Fix HID class bootloader not working on the larger USB AVRs due to the altered page addressing scheme.
14 лет назад
Dean Camera 899df7d331 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.
14 лет назад
Dean Camera aba7932a5c F_CLOCK changed to F_USB to be more descriptive, and applicable on future architecture ports.
14 лет назад
Dean Camera c7f4752d6b Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configuration Descriptor's header does not contain the full length of the descriptor, breaking full enumeration.
15 лет назад
Dean Camera 3d4d8e7f62 Add new ARCH option to the makefiles to (eventually) specify the target device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
15 лет назад
Dean Camera 31ed53af55 Add missing HID bootloader AVRStudio project.
15 лет назад
Dean Camera 0019fbd129 Add more const-ness to the stream endpoint/pipe functions where possible.
15 лет назад
Dean Camera 3d232953d9 Fix typos in the HID class bootloader makefile.
15 лет назад
Dean Camera 782614dbb5 Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in.
15 лет назад
Dean Camera 57b382558d Fix errors in the hid_bootloader_cli.c program code.
15 лет назад
Dean Camera 7d823d926f Update HID bootloader loader application to support the VID/PID used by the bootloader.
15 лет назад
Dean Camera cae0fa73d7 Added HID class bootloader, compatible with a modified version of the command line Teensy loader from PJRC.com.
15 лет назад