-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[GLOBAL] Refactor: HAL #664
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
base: main
Are you sure you want to change the base?
Conversation
|
regarding this if I port to new device should I follow that PR too? I crafted with fast lane vibing https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2 support last days, but I am little bit rusty if it comes to porting ;) I reviewed the code a little bit, I think there is one uncommented line unnecesairly but tell me if You want me to mark it what I think Thanks |
This is a very old PR that has not been merged. You should follow the wiki https://github.com/BruceDevices/firmware/wiki/FAQ#port-to-other-boards and when submitting a PR use the |
Refactoring to use a "HAL" which will abstract and provide a common library definition for all hardware.
Namespace: HAL
Namespace Inner: Device Type (PMIC, RTC, etc)
Driver: Device Model (AXP2101, etc)
This is a draft for now.