firmware
firmware copied to clipboard
[Global] Refactor components into a "HAL" library
Refactor the device libraries into a unified HAL
| This is a project issue to track progress |
Some examples of whats going on:
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.