Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops - fix mixed "initialize" and "initialise" - opt for American spelling ↵ | Dean Camera | 2010-07-30 | 2 | -2/+2 |
| | | | | due to its wide use in technical standards. | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 5 | -20/+20 |
| | | | | EN-GB spelling dictionary. | ||||
* | Spell check more of the third party libraries used by LUFA. | Dean Camera | 2010-07-30 | 4 | -21/+21 |
| | |||||
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 12 | -96/+96 |
| | |||||
* | Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass ↵ | Dean Camera | 2010-07-26 | 1 | -0/+1 |
| | | | | | | Storage device projects/demos and incomplete Test and Measurement Class demo, which was accidentally removed during the makefile updates. Alter Test and Measurement Class demo's request handlers to accept, process and correctly return the fields indicated in the specification. | ||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 8 | -23/+51 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 3 | -80/+64 |
| | | | | Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis. | ||||
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU ↵ | Dean Camera | 2010-07-18 | 1 | -1/+1 |
| | | | | Extensions. | ||||
* | Disable strict aliasing explicitly in the project makefiles, as this is ↵ | Dean Camera | 2010-07-15 | 2 | -2/+3 |
| | | | | 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. | ||||
* | Removed the automated checking of event names in the demo, project and ↵ | Dean Camera | 2010-07-15 | 1 | -18/+6 |
| | | | | | | bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform. Removed the internal endpoint and pipe memory allocation macros, as this is already performed directly in the code. Simplify the endpoint and pipe reset procedure. | ||||
* | Fix pointer aliasing warning in the Mass Storage demos. | Dean Camera | 2010-07-15 | 1 | -3/+2 |
| | |||||
* | Add remaining AVRStudio project files to the library projects. | Dean Camera | 2010-07-13 | 1 | -0/+1 |
| | |||||
* | Add missing clean_doxygen phony targets to the project makefiles. | Dean Camera | 2010-07-12 | 1 | -1/+2 |
| | |||||
* | Correct misspellings in the Bluetooth demo code. | Dean Camera | 2010-07-11 | 1 | -1/+1 |
| | |||||
* | Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() ↵ | Dean Camera | 2010-07-09 | 1 | -3/+3 |
| | | | | | | functions so that they compile down in most instances to minimal loads and stores rather than complicated shifts. Fixed SCSI.c implementations of all the demos/projects casting the block count to a 32-bit temporary before calling SwapEndian_16(). | ||||
* | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific ↵ | Dean Camera | 2010-07-02 | 1 | -0/+1 |
| | | | | | | functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request. Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete. | ||||
* | Update TemperatureDataLogger and Webserver projects to the latest FATFS ↵ | Dean Camera | 2010-06-14 | 5 | -1000/+1441 |
| | | | | library version. | ||||
* | More documentation fixes. | Dean Camera | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 4 | -29/+29 |
| | |||||
* | Remove obsolete entry from the Doxygen configuration files. | Dean Camera | 2010-05-23 | 1 | -1/+1 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 41 | -15706/+15706 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵ | Dean Camera | 2010-05-07 | 1 | -1/+1 |
| | | | | the make tool to be overridden. | ||||
* | Change over unix line-endings to dos line endings. | Dean Camera | 2010-05-07 | 13 | -5873/+5873 |
| | |||||
* | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the ↵ | Dean Camera | 2010-04-28 | 1 | -2/+2 |
| | | | | LowLevel directory as it is hardware-dependent. | ||||
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ↵ | Dean Camera | 2010-04-28 | 2 | -0/+2 |
| | | | | be done in the user application once all init code has run. | ||||
* | Add const keyword to the demo function parameters where possible. | Dean Camera | 2010-04-18 | 8 | -22/+22 |
| | |||||
* | Standardized the naming scheme given to configuration descriptor ↵ | Dean Camera | 2010-03-22 | 2 | -6/+6 |
| | | | | | | sub-elements in the Device mode demos, bootloaders and projects. Fix errors in the MouseHostWithParser demo from incorrect use of the HID_ALIGN_DATA() macro. | ||||
* | Added ENABLE_TELNET_SERVER compile time option to the Webserver project to ↵ | Dean Camera | 2010-03-10 | 7 | -22/+42 |
| | | | | | | disable the TELNET server if desired. Change over static strings in the Webserver project to use PROGMEM where possible. | ||||
* | Fix incorrect LED mask name in the Webserver project. | Dean Camera | 2010-03-09 | 1 | -1/+1 |
| | | | | Fix missing text from the Host Mode States enum documentation. | ||||
* | Webserver project now uses the board LEDs to indicate the current IP ↵ | Dean Camera | 2010-03-09 | 5 | -8/+22 |
| | | | | | | configuration state. Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode. | ||||
* | Commit for the 100219 release. | Dean Camera | 2010-02-19 | 2 | -12/+10 |
| | |||||
* | Use a temporary variable to hold the current URI length in the Webserver, ↵ | Dean Camera | 2010-02-18 | 3 | -13/+12 |
| | | | | rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c. | ||||
* | Turn OFF double banking in the Webserver demo - leaving it on seems to ↵ | Dean Camera | 2010-02-18 | 2 | -4/+4 |
| | | | | destroy the system throughput. | ||||
* | Add uIP-split code to the Webserver project, so that each packet is split in ↵ | Dean Camera | 2010-02-18 | 7 | -66/+310 |
| | | | | half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory. | ||||
* | Clean up XPLAINBridge code. | Dean Camera | 2010-02-16 | 2 | -0/+2 |
| | |||||
* | Oops - missing brackets in the declaration of a string in TELNETServerApp.c. | Dean Camera | 2010-02-15 | 1 | -1/+1 |
| | |||||
* | Speed up Webserver demo data rate by not sending a full ethernet frame each ↵ | Dean Camera | 2010-02-12 | 7 | -39/+27 |
| | | | | time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup. | ||||
* | Move DHCP negotiation timer into the DHCP connection application state ↵ | Dean Camera | 2010-02-12 | 9 | -50/+51 |
| | | | | structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files. | ||||
* | Fix DHCPClient init code in the Webserver project writing to the incorrect ↵ | Dean Camera | 2010-02-12 | 3 | -11/+13 |
| | | | | application state location (thanks to Mike Alexander). | ||||
* | Fixed USB_GetHIDReportSize() returning the number of bits in the specified ↵ | Dean Camera | 2010-02-09 | 2 | -2/+4 |
| | | | | | | | | report instead of bytes. Moved the USB_GetHIDReportItemInfo() calls into the main report item passing loop in the *HostWithParser demos - it is fast enough not to effect performance, and avoids duplicate code. Make Webserver project report the LUFA version as part of the HTTP header. | ||||
* | Make Webserver allow HTTP requests for files with up to 50 characters in the ↵ | Dean Camera | 2010-02-07 | 5 | -16/+18 |
| | | | | | | path instead of 30, to be in synch with the project documentation. Change Webserver project's ENABLE_DHCP compile time option to ENABLE_DHCP_CLIENT to more accurately indicate its function. | ||||
* | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵ | Dean Camera | 2010-02-04 | 7 | -15/+15 |
| | | | | | | will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Spell-check code/comments in the Webserver/AVRISP-MKII projects. | ||||
* | Re-add Webserver uIP application polling, apply patch to uIP by Andrew Ruder ↵ | Dean Camera | 2010-02-03 | 2 | -0/+17 |
| | | | | to fix corrupt TCP streams when multiple applications are used and the applications are polled for more data. | ||||
* | Fix TELNET server locking up if an invalid command was issued. | Dean Camera | 2010-02-03 | 3 | -19/+7 |
| | |||||
* | Disable uIP connection polling for now - this seems to corrupt the buffers. | Dean Camera | 2010-02-03 | 4 | -14/+12 |
| | |||||
* | Add a TELNET server to the webserver project, which currently can list ↵ | Dean Camera | 2010-02-03 | 12 | -104/+380 |
| | | | | active TCP connections. | ||||
* | Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. | Dean Camera | 2010-02-03 | 1 | -1/+2 |
| | |||||
* | Exclude FATFs from the Webserver project documentation. Rename the functions ↵ | Dean Camera | 2010-02-03 | 6 | -52/+48 |
| | | | | in the HTTPServerApp.c/.h files so that they use the correct "HTTPServerApp_" prefix, and not "Webserver_". | ||||
* | Minor fixups to the documentation and preprocessor tokens. | Dean Camera | 2010-02-02 | 2 | -4/+4 |
| | |||||
* | Remove now unused conf directory from the uIP stack in the Webserver project. | Dean Camera | 2010-02-02 | 5 | -223/+0 |
| |