My playground around Atmels at91lib
Go to file
Harald Welte 3505594094 DFU: runtime only has _one_ interface/altsetting 2012-01-08 19:24:21 +01:00
boards board/osmo-sdr: Add DFU support (like SAM3U-EK) 2012-01-08 18:32:36 +01:00
cmsis add cmsis to at91lib in order to reduce number of repositories 2011-12-31 17:57:08 +01:00
components import at91lib from at91lib_20100901_softpack_1_9_v_1_0_svn_v15011 2011-07-04 20:52:54 +02:00
drivers import at91lib from at91lib_20100901_softpack_1_9_v_1_0_svn_v15011 2011-07-04 20:52:54 +02:00
memories Implement SAM3U Errata 46.2.1.4 about reading Unique Identifier 2012-01-08 15:08:14 +01:00
peripherals RSTC_GetStatus() returns unsigned long, not unsigned char ! 2012-01-08 15:07:26 +01:00
usb DFU: runtime only has _one_ interface/altsetting 2012-01-08 19:24:21 +01:00
utility import at91lib from at91lib_20100901_softpack_1_9_v_1_0_svn_v15011 2011-07-04 20:52:54 +02:00
at91lib.dir import at91lib from at91lib_20100901_softpack_1_9_v_1_0_svn_v15011 2011-07-04 20:52:54 +02:00
readme.dir import at91lib from at91lib_20100901_softpack_1_9_v_1_0_svn_v15011 2011-07-04 20:52:54 +02:00

readme.dir

//------------------------------------------------------------------------------
/// \dir
/// !Purpose
///
/// This directory contains several sub-directories, each one corresponding to
/// a category of code modules.
///
/// At the moment, there is five different categories:
/// - boards: everything board-related.
/// - components: external components used by AT91 chips (like DACs, etc.) but
///               not directly integrated.
/// - peripherals: internal peripherals of AT91 chips.
/// - usb: everything USB-related (including USB peripheral code).
/// - utility: set of small utility files, such as LEDs or debug traces.
//------------------------------------------------------------------------------