Commit Graph

48 Ревизии (d8f0d2709b02b38f363f4497f5e2ceb987743719)

Автор SHA1 Съобщение Дата
Dean Camera 15828b1d5f Rename DS1307 driver files to a more generic RTC, as different RTC drivers may be added in the future.
преди 12 години
Dean Camera b4af3f1fc9 Add volatile software RTC to the TempDataLogger application if the dummy RTC mode is enabled.
преди 12 години
Dean Camera 03cdb09071 Minor documentation improvements.
преди 12 години
Dean Camera e62e50c663 Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling routines, to prevent ejection errors on *nix systems due to an unknown SCSI command.
преди 12 години
Dean Camera de0df8b162 Update copyright year to 2013.
преди 13 години
Dean Camera eee252603b Minor documentation improvements.
преди 13 години
Dean Camera c4aeb6d5ab Update FatFS library copies to the latest R0.09a version.
преди 13 години
Dean Camera 1cb60c1214 Spell-check latest trunk source code.
преди 13 години
Dean Camera 3808f5c36d Spell check source code, fix mistakes.
преди 13 години
Dean Camera 1e42f7bd46 AppConfigHeaders: Add missing AppConfig.h file includes.
преди 13 години
Dean Camera 33d9a75b03 AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines.
преди 13 години
Dean Camera 7416ebd7c6 Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects.
преди 14 години
Dean Camera bb85d083a7 Fix warnings and errors found by the new cppcheck provided static code analysis.
преди 14 години
Dean Camera f1b6ddb710 Update file contributor copyrights for 2012.
преди 14 години
Dean Camera 2c806f6cee Update file header copyrights for 2012.
преди 14 години
Dean Camera f201f6697b Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
преди 14 години
Dean Camera aceb015ea7 Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden).
преди 14 години
Dean Camera 7dffa15c16 Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
преди 14 години
Dean Camera 852b5e612d Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element.
преди 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 8f5ab27dc9 Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs.
преди 14 години
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 5995c3f880 Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.
преди 15 години
Dean Camera a95d224185 Update projects using FatFS and PetiteFatFS to the latest library versions.
преди 15 години
Dean Camera 70d55f6e0c Added new high level TWI packet read/write commands, altered behaviour of the TWI_StartTransmission() function.
преди 15 години
Dean Camera 9c7594e7db Oops - The DS1307 contains an unused "DayOfWeek" register that must be accounted for in the new unified DS1307 Time/Day read and write routines.
преди 15 години
Dean Camera 7776aa4e2e Changed TempDataLogger project's DS1307 driver to simplify the function interface and prevent a possible race condition.
преди 15 години
Dean Camera f555ad7ced Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk).
преди 15 години
Dean Camera 1d433d4506 Update copyright year on all source files.
преди 15 години
Dean Camera 2073b96d82 Added basic driver example use code to the library documentation.
преди 15 години
Dean Camera 9f7883fa2b Added ability to write protect Mass Storage disk write operations from the host OS.
преди 15 години
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 b37d77eab3 All USB class drivers are now automatically included when LUFA/Drivers/USB.h is included, and no longer need to be seperately included.
преди 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 4dece08bef Clarify in the project documentation files what the each of the different USB AVR device "series" comprises of.
преди 15 години
Dean Camera 4f114e5766 Fixed MassStorage based demos and projects resetting the SCSI sense values before the command is executed, leading to missed SCSI sense values when the host retrieves the sense key (thanks to Martin Degelsegger).
преди 15 години
Dean Camera 612df774d9 Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
преди 15 години
Dean Camera 0f45b9c8e0 More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
преди 15 години
Dean Camera 2034141a7e Spell check more of the third party libraries used by LUFA.
преди 15 години
Dean Camera 28401f7bb7 Spell check all source files once again to find any typos.
преди 15 години
Dean Camera cd39c38d5f Rename reserved members of all structs so that they are uniformly named across all demos/projects/bootloaders.
преди 15 години
Dean Camera 6bda628718 Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.
преди 15 години
Dean Camera 6b5e684c77 Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
преди 15 години
Dean Camera 42ac34b484 Change over all makefiles to use C99 standards mode, rather than C99 + GNU Extensions.
преди 15 години
Dean Camera 9299735c75 Disable strict aliasing explicitly in the project makefiles, as this is apparently enabled by default in newer AVR-GCC builds, and aliasing is used heavily for type-punning through the LUFA and third party library's codebase.
преди 15 години
Dean Camera 40631e9fe5 Fix pointer aliasing warning in the Mass Storage demos.
преди 15 години
Dean Camera ac61b81a0b Add first lot of AVRStudio project files for some of the library projects.
преди 15 години