Skip to content

wolfSSL/wolfHAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wolfHAL

wolfHAL is a lightweight, OS-agnostic, compiler-agnostic hardware abstraction layer for embedded targets written in C. It provides a uniform driver model based on vtable dispatch.

Repository layout

wolfHAL/                    Public headers (API surface)
  platform/                 Platform-specific device macros and definitions
src/                        Driver implementations (generic + platform)
boards/                     Example board configurations used for testing and examples
examples/                   Example applications
tests/                      Test framework and test suites

Further reading

License

GPLv3 -- see LICENSE for details.

About

wolfHAL is a lightweight hardware abstraction layer for embedded targets written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors