summaryrefslogtreecommitdiff
path: root/readme.dir
blob: 688846f57ea052027a1909ba47948fb9bbdc1b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//------------------------------------------------------------------------------
/// \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.
//------------------------------------------------------------------------------

personal git repositories of Harald Welte. Your mileage may vary