firmware icon indicating copy to clipboard operation
firmware copied to clipboard

[Global] Refactor components into a "HAL" library

Open rouing opened this issue 11 months ago • 1 comments

Refactor the device libraries into a unified HAL

| This is a project issue to track progress |

rouing avatar Jan 02 '25 19:01 rouing

Some examples of whats going on:

Image Image

Image

Image

The abstraction library allows establishing the specific component with a generic name. For example,

PMIC pmic; Depending on what the board has, pmic will be the specific chips class.

rouing avatar Jan 04 '25 00:01 rouing