提交線圖

15 次程式碼提交 (958b20a8ef51c9f6f104ce59d8f17ea476a7a20c)

作者 SHA1 備註 日期
Dean Camera cb779e3d7d Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
15 年前
Dean Camera 3661ae8dfb Minor documentation corrections.
15 年前
Dean Camera 5a4def7478 Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
15 年前
Dean Camera 28401f7bb7 Spell check all source files once again to find any typos.
15 年前
Dean Camera 6bda628718 Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.
15 年前
Dean Camera 071e02c6b6 Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
15 年前
Dean Camera 7f9f97c792 Update copyright year to 2010.
16 年前
Dean Camera d4ca7fb44c Fix MIT license language to make its intent clearer.
16 年前
Dean Camera 576f40f5ae Move Dataflash operational checking code out from SCSI.c into the DataflashManager.c in the Device mode Mass Storage demos.
16 年前
Dean Camera a9d5e129b7 Changed over manual loops waiting for endpoints to be ready to use the library Endpoint_WaitUntilReady() function for robustness. Fixes issues with terminated transfers on the host locking up USB devices.
16 年前
Dean Camera e071f3897a Added new USB_DeviceState variable to keep track of the current Device mode USB state.
16 年前
Dean Camera b462f2d457 Minor correction to MagStripe demo to fix build problems.
16 年前
Dean Camera 86e6ed7f31 Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for the next command immediately after returning, no need to call Dataflash_ToggleSelectedChipCS() afterwards.
16 年前
Dean Camera f1076ac4d6 Added const modifiers to device mode class drivers.
16 年前
Dean Camera b9b03aadb2 Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
16 年前