Files
Ben V. Brown dda6a82647 Minor PD changes, mostly fixing NO_DYNAMIC (#2142)
* Update usb-pd

* Ensure NO_DYNAMIC always works

* Update usb-pd

* Update usb-pd
2025-07-23 19:39:55 +10:00
..
2021-01-17 10:53:49 +11:00
2025-03-02 08:56:23 +11:00
2024-11-01 12:20:33 +11:00
2022-03-14 09:08:05 +11:00
2024-07-24 19:06:26 +10:00
2024-11-01 12:20:33 +11:00
2021-01-17 10:53:49 +11:00
2023-06-18 21:58:20 +10:00
2025-03-02 08:56:23 +11:00
2023-06-18 21:58:20 +10:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:53:49 +11:00
2025-03-02 08:56:23 +11:00
2021-01-17 10:53:49 +11:00
2025-03-06 08:59:05 +11:00
2021-01-17 09:43:55 +11:00
2022-04-03 12:37:27 +10:00
2025-03-02 08:56:23 +11:00
2021-01-17 10:53:49 +11:00
2023-06-03 20:05:31 +10:00
2021-05-04 18:54:09 +10:00

Drivers

Drivers are the classes used to represent physical hardware on the board in a more abstract way, that are more complex than just an IO

  • OLED Display
  • Accelerometers
  • Button handling logic
  • Tip thermo response modelling

All drivers should be written with minimal hardware assumptions, and defer hardware related logic to the BSP folder where possible