My playground around Atmels at91lib
Go to file
Sylvain Munaut 7e109d186e device/dfu: Force FullSpeed mode since the DFU driver doesn't support HS
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2012-04-01 23:29:00 +02:00
boards board/osmo-sdr: Add DFU support for the startup code 2012-03-29 10:40:00 +02: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 device/dfu: Force FullSpeed mode since the DFU driver doesn't support HS 2012-04-01 23:29:00 +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.
//------------------------------------------------------------------------------