tree: 89eb577aca085e1bc1f12ded2d6a321f9132aa39 [path history] [tgz]
  1. CMakeLists.txt
  2. include/
  3. readme.md
  4. source/
source/hal/readme.md

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 for more details.