summaryrefslogtreecommitdiff
path: root/readme.dir
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-04 20:52:54 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-04 20:52:54 +0200
commit044ad7c3987460ede48ff27afd6bdb0ca05a0432 (patch)
tree924818cdb0d39ca08aec540d18da7bd406eaae8c /readme.dir
import at91lib from at91lib_20100901_softpack_1_9_v_1_0_svn_v1501120100901_softpack_1_9_v_1_0_svn_v15011
it's sad to see that atmel doesn't publish their svn repo or has a centralized location or even puts proper version/release info into the library itself
Diffstat (limited to 'readme.dir')
-rw-r--r--readme.dir16
1 files changed, 16 insertions, 0 deletions
diff --git a/readme.dir b/readme.dir
new file mode 100644
index 0000000..688846f
--- /dev/null
+++ b/readme.dir
@@ -0,0 +1,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