Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new project makefile template to the library and moved board driver ↵ | Dean Camera | 2010-09-11 | 4 | -491/+0 |
| | | | | stub files into in a new CodeTemplates directory. | ||||
* | Fixed MassStorage based demos and projects resetting the SCSI sense values ↵ | Dean Camera | 2010-08-18 | 1 | -1/+1 |
| | | | | | | before the command is executed, leading to missed SCSI sense values when the host retrieves the sense key (thanks to Martin Degelsegger). Added missing DataflashManager_CheckDataflashOperation() function to the MassStorageKeyboard demo, removed redundant SCSI_Codes.h file as these values are part of the MassStorage Class Driver. | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | EN-GB spelling dictionary. | ||||
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 1 | -2/+2 |
| | |||||
* | Convert over internal pseudo-function macros to true inline functions for ↵ | Dean Camera | 2010-07-22 | 1 | -0/+60 |
| | | | | added type-safety and compile-checking. | ||||
* | Improve commenting of the Dataflash stub board driver file, to prevent ↵ | Dean Camera | 2010-07-04 | 1 | -7/+15 |
| | | | | confusion of what the dataflash selection masks need to be. Update stub driver to automatically interleave data between the chips if two Dataflash chips are present. | ||||
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 4 | -423/+423 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 3 | -8/+11 |
| | |||||
* | Change over board hardware drivers to use the custom uintN_t and intN_t ↵ | Dean Camera | 2010-02-22 | 3 | -11/+8 |
| | | | | native word size types. | ||||
* | Add more include protection macros to give the user warnings when they try ↵ | Dean Camera | 2010-02-11 | 4 | -4/+4 |
| | | | | to manually include private driver header files, instead of the public driver headers. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 4 | -8/+8 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 4 | -28/+28 |
| | |||||
* | Use -pedantic compile time option to find and correct several minor code errors. | Dean Camera | 2009-12-13 | 1 | -1/+1 |
| | |||||
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | Fixed issue in USBtoSerial demos where the USART Rx line was not having its ↵ | Dean Camera | 2009-08-05 | 3 | -6/+0 |
| | | | | | | | | pullup enabled at startup, leading to noise being received from the Rx pin when left floating. Removed unused relative Common.h header include from the DriverStubs board stub drivers. Fixed Benito programmer, use the correct LED functions where needed to ensure correct status display at all times. | ||||
* | Added new LEDs_ToggleLEDs() function to the Board LEDs driver. | Dean Camera | 2009-07-24 | 1 | -8/+13 |
| | |||||
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 1 | -4/+4 |
| | | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput). | ||||
* | Changed HWB board driver to Buttons driver, to allow for the support of ↵ | Dean Camera | 2009-05-06 | 1 | -11/+14 |
| | | | | future boards with more than one mounted GPIO button. | ||||
* | Fixed incorrect HID interface class and subclass values in the Mouse and ↵ | Dean Camera | 2009-04-19 | 1 | -1/+1 |
| | | | | | | | | KeyboardMouse demos (thanks to Brian Dickman). Capitolised the "Descriptor_Search" and "Descriptor_Search_Comp" prefixes of the values in the DSearch_Return_ErrorCodes_t and DSearch_Comp_Return_ErrorCodes_t enums. Minor documentation improvements. | ||||
* | All comments in the library, bootloaders, demos and projects have now been ↵ | Dean Camera | 2009-04-01 | 1 | -1/+1 |
| | | | | spell-checked and spelling mistakes/typos corrected. | ||||
* | Board Dataflash driver now allows for dataflash ICs which use different ↵ | Dean Camera | 2009-03-17 | 1 | -0/+36 |
| | | | | shifts for setting the current page/byte address (thanks to Kenneth Clubb). | ||||
* | Moved all source to the trunk directory. | Dean Camera | 2009-02-23 | 4 | -0/+385 |