Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.

This commit is contained in:
Dean Camera 2010-02-22 11:44:34 +00:00
parent d2851b3351
commit aae20139b9
16 changed files with 509 additions and 18 deletions

View file

@ -106,7 +106,7 @@
#define SPI_MODE_MASTER (1 << MSTR)
/* Inline Functions: */
/** Initializes the SPI subsystem, ready for transfers. Must be called before calling any other
/** Initialises the SPI subsystem, ready for transfers. Must be called before calling any other
* SPI routines.
*
* \param[in] SPIOptions SPI Options, a mask consisting of one of each of the SPI_SPEED_*,