Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 19 | -19/+38 | |
| | | | | Indent core library function parameters so that there is only one parameter per line, to increase readability. | |||||
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 1 | -1/+1 | |
| | | | | 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. | |||||
* | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean Camera | 2010-06-17 | 5 | -12/+12 | |
| | | | | Minor tweaks to the library documentation. | |||||
* | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵ | Dean Camera | 2010-06-16 | 2 | -3/+3 | |
| | | | | the new 1.7 Doxygen's default stylesheet is much better. | |||||
* | Change over Doxygen \note documentation to \pre where applicable. | Dean Camera | 2010-06-15 | 1 | -2/+2 | |
| | ||||||
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 12 | -13/+13 | |
| | ||||||
* | Fix spacing of the function parameter descriptions in the Doxygen documentation. | Dean Camera | 2010-05-29 | 1 | -1/+1 | |
| | ||||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 42 | -5065/+5065 | |
| | | | | correctly converted to the target system's native end of line style. | |||||
* | Oops, incorrectly edited the Benito buttons driver file instead of the ↵ | Dean Camera | 2010-03-30 | 3 | -20/+15 | |
| | | | | | | JM-DB-U2 buttons driver file. Fix up preprocessor guards in the new board driver files. | |||||
* | Add missing board Buttons driver for the USBTINY MKII board target. | Dean Camera | 2010-03-30 | 2 | -0/+99 | |
| | ||||||
* | Oops - make sure board driver dispatch headers test for the correct BOARD ↵ | Dean Camera | 2010-03-30 | 4 | -8/+112 | |
| | | | | | | define values. Add button support for the BENITO board target. | |||||
* | Added support for the JM-DB-U2 board hardware. | Dean Camera | 2010-03-30 | 4 | -0/+228 | |
| | ||||||
* | Added board hardware driver support for the Benito programmer. | Dean Camera | 2010-03-30 | 2 | -1/+132 | |
| | ||||||
* | Added board hardware driver support for Tom's USBTINY MKII programmer. | Dean Camera | 2010-03-30 | 6 | -11/+139 | |
| | ||||||
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 31 | -1/+61 | |
| | ||||||
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 35 | -61/+42 | |
| | | | | Remove accidentally duplicated model-specific peripheral driver files. | |||||
* | Added new Relay Controller Board project (thanks to OBinou). | Dean Camera | 2010-03-24 | 2 | -4/+130 | |
| | | | | Added hardware board driver support for the PJRC Teensy line of USB AVR boards. | |||||
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 28 | -453/+92 | |
| | ||||||
* | Update Temperature board driver to be AVR32 compatible when the ADC ↵ | Dean Camera | 2010-02-23 | 3 | -5/+18 | |
| | | | | | | peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports. Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version. | |||||
* | Change over board hardware drivers to use the custom uintN_t and intN_t ↵ | Dean Camera | 2010-02-22 | 22 | -87/+69 | |
| | | | | native word size types. | |||||
* | Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs. | Dean Camera | 2010-02-22 | 9 | -12/+378 | |
| | ||||||
* | Add more include protection macros to give the user warnings when they try ↵ | Dean Camera | 2010-02-11 | 29 | -29/+28 | |
| | | | | to manually include private driver header files, instead of the public driver headers. | |||||
* | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵ | Dean Camera | 2010-02-04 | 5 | -10/+16 | |
| | | | | | | 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. | |||||
* | Make board specific and device peripheral specific drivers' file ↵ | Dean Camera | 2010-02-01 | 29 | -0/+148 | |
| | | | | documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation. | |||||
* | Fixed STK525 Dataflash driver using incorrect bit-shifting for Dataflash ↵ | Dean Camera | 2010-02-01 | 1 | -2/+2 | |
| | | | | addresses (thanks to Tim Mitchell). | |||||
* | Added explicit ADC channel masks for the standard set of ADC channels, as ↵ | Dean Camera | 2010-01-25 | 2 | -4/+7 | |
| | | | | the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver. | |||||
* | Oops - incorrect Dataflash chip select mask in the XPLAIN Dataflash driver. | Dean Camera | 2010-01-07 | 1 | -1/+1 | |
| | ||||||
* | Fix XPLAIN Dataflash and LED drivers. | Dean Camera | 2010-01-07 | 2 | -11/+9 | |
| | ||||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 35 | -70/+70 | |
| | ||||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 35 | -247/+247 | |
| | ||||||
* | Use -pedantic compile time option to find and correct several minor code errors. | Dean Camera | 2009-12-13 | 5 | -5/+5 | |
| | ||||||
* | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ↵ | Dean Camera | 2009-12-09 | 1 | -1/+1 | |
| | | | | | | | | (up from 5) to account for slow-processing devices. Added brace guards to macros with parameters to prevent unintended changed evaluation of the macro expression. Minor code cleanups (remove redundant comments, fix spacing, etc.). | |||||
* | Added support for the Atmel EVK527 board hardware. | Dean Camera | 2009-12-04 | 10 | -3/+557 | |
| | ||||||
* | Added support for the Dataflash mounted on the XPLAIN board. Added new ↵ | Dean Camera | 2009-12-03 | 7 | -3/+235 | |
| | | | | XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions. | |||||
* | Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ↵ | Dean Camera | 2009-11-24 | 1 | -2/+2 | |
| | | | | | | ahead double the expected amount. Fixed Pipe_IsEndpointBound() not masking the given Endpoint Address against PIPE_EPNUM_MASK. | |||||
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 1 | -1/+1 | |
| | ||||||
* | Remove dependancies from the LowLevel demos to the ClassDriver demos, since ↵ | Dean Camera | 2009-11-08 | 1 | -1/+1 | |
| | | | | the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used. | |||||
* | Changed Audio Class driver sample read/write functions to be inline, to ↵ | Dean Camera | 2009-10-03 | 1 | -1/+1 | |
| | | | | | | reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output). Fixed ClassDriver AudioOutput demo not selecting an audio output mode. | |||||
* | Added support for the Atmel XPLAIN board. | Dean Camera | 2009-10-02 | 4 | -6/+129 | |
| | ||||||
* | Doxygen fixes to \param directives to give data direction in all projects. ↵ | Dean Camera | 2009-09-24 | 1 | -2/+4 | |
| | | | | Make HID item filtering routines clearer in the HID WithParser demos. | |||||
* | Added support for the officially recommended layout of the external ↵ | Dean Camera | 2009-09-17 | 10 | -0/+363 | |
| | | | | | | peripherals connected to the BUMBLEB board. Added flag to the HID Host Class driver to indicate the currently selected reporting protocol. | |||||
* | Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board ↵ | Dean Camera | 2009-08-31 | 4 | -4/+0 | |
| | | | | driver dispatch headers. | |||||
* | Fixed AVRISP programmer demo -- can now connect to a target and read/write ↵ | Dean Camera | 2009-08-23 | 1 | -7/+3 | |
| | | | | | | | | Sig/Lock/Fuse/OSCCAL bytes successfully. Changed SPI_Init() to allow for the clock polarity and data sample modes to be set. Changed Dataflash_Init() to no longer call SPI_Init() automatically. | |||||
* | Added standard stream example to the ClassDriver CDC device demo. | Dean Camera | 2009-07-30 | 1 | -1/+1 | |
| | | | | Fix incorrect HWB button mask in the STK526 Buttons driver. | |||||
* | Added new LEDs_ToggleLEDs() function to the Board LEDs driver. | Dean Camera | 2009-07-24 | 6 | -24/+56 | |
| | ||||||
* | Added better module summaries. | Dean Camera | 2009-07-14 | 5 | -5/+13 | |
| | ||||||
* | Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ↵ | Dean Camera | 2009-06-29 | 1 | -1/+14 | |
| | | | | | | | | the next command immediately after returning, no need to call Dataflash_ToggleSelectedChipCS() afterwards. Added new DATAFLASH_CHIP_MASK() macro to the Dataflash driver, which returns the Dataflash select mask for the given chip index. Updated MassStorage device block write routines to use ping-pong Dataflash buffering to increase throughput by around 30%. | |||||
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 5 | -26/+26 | |
| | | | | | | 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). | |||||
* | Added USB Missle Launcher project, submitted by Dave Fletcher. | Dean Camera | 2009-06-16 | 1 | -1/+1 | |
| | ||||||
* | Fix build errors in Joystick device demo and library LEDs driver (on *nix ↵ | Dean Camera | 2009-05-07 | 1 | -5/+5 | |
| | | | | systems). |