Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Global] Refactor components into a "HAL" library #649

Open
rouing opened this issue Jan 2, 2025 · 1 comment
Open

[Global] Refactor components into a "HAL" library #649

rouing opened this issue Jan 2, 2025 · 1 comment

Comments

@rouing
Copy link
Contributor

rouing commented Jan 2, 2025

Refactor the device libraries into a unified HAL

| This is a project issue to track progress |

@rouing
Copy link
Contributor Author

rouing commented Jan 4, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant