| 11 | } |
| 12 | |
| 13 | static tt::hal::DeviceVector createDevices() { |
| 14 | return { |
| 15 | createPower(), |
| 16 | createDisplay(), |
| 17 | }; |
| 18 | } |
| 19 | |
| 20 | extern const Configuration hardwareConfiguration = { |
| 21 | .initBoot = initBoot, |
nothing calls this directly
no test coverage detected