https://github.com/zukaitis/direct-hal
A proof-of-concept for performance oriented C++ Hardware Abstraction Layer
https://github.com/zukaitis/direct-hal
cpp hal stm32
Last synced: about 1 month ago
JSON representation
A proof-of-concept for performance oriented C++ Hardware Abstraction Layer
- Host: GitHub
- URL: https://github.com/zukaitis/direct-hal
- Owner: zukaitis
- Created: 2024-10-24T18:31:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-21T19:54:31.000Z (about 2 months ago)
- Last Synced: 2026-05-22T04:57:06.168Z (about 2 months ago)
- Topics: cpp, hal, stm32
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# direct-hal
A proof-of-concept for performance oriented C++ Hardware Abstraction Layer, which (in theory) can be purposed for many microcontroller families.
Key goals (features) of this project:
- Simple, easily mockable C++ interfaces
- Performance not worse, than that of C HAL, provided by MCU manufacturers
- Reduction of long-living volatile memory usage wherever possible, prefering to extract values directly from peripheral registers
- Easy-to-use and broadly adoptable functionality