summaryrefslogtreecommitdiff
path: root/source/hal/readme.md
blob: d0562e1f8cb9aca0df2b0e671fabff8b1f926adc (plain)
1
2
3
4
5
6
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.