summaryrefslogtreecommitdiff
path: root/source/hal/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'source/hal/readme.md')
-rw-r--r--source/hal/readme.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/hal/readme.md b/source/hal/readme.md
new file mode 100644
index 0000000..1757d5b
--- /dev/null
+++ b/source/hal/readme.md
@@ -0,0 +1,7 @@
+## HAL project
+
+This directory is the root of `Hardware Abstraction Layer` (HAL) library for this repo. The intention is for this layer
+to service higher layers to seamlessly use platform specific functionality via a single abstraction layer. HAL provides
+drivers for each target platform that the repository supports.
+
+See [Repository Structure](../../docs/documentation.md#repository-structure) for more details.