My playground around Atmels at91lib
Go to file
Harald Welte 61be5fdab4 osmo-sdr: only build flash images 2011-12-29 23:00:36 +01:00
boards osmo-sdr: only build flash images 2011-12-29 23:00:36 +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 import at91lib from at91lib_20100901_softpack_1_9_v_1_0_svn_v15011 2011-07-04 20:52:54 +02:00
peripherals import at91lib from at91lib_20100901_softpack_1_9_v_1_0_svn_v15011 2011-07-04 20:52:54 +02:00
usb import at91lib from at91lib_20100901_softpack_1_9_v_1_0_svn_v15011 2011-07-04 20:52:54 +02: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.
//------------------------------------------------------------------------------