| commit | c27ec90b20aec107ccb16f08e4636cda35ff54f4 | [log] [tgz] |
|---|---|---|
| author | Łukasz Hajec <[email protected]> | Thu Dec 04 09:52:13 2025 |
| committer | Chromeos LUCI <[email protected]> | Sun Dec 07 14:05:47 2025 |
| tree | 4c300cc3737d4e2f3887ec502ff1ab634ec327a4 | |
| parent | fc35da53e91e986db040f8ee1dbcb8dd46f313b6 [diff] |
maui: Standard boilerplate layout and presubmit checks. This is based on diagnosme, dolos and hdctools repo resources. For now not adding dockerfiles/cloudbuild.yaml. BUG=b:465693387 TEST=none Change-Id: I98d3a5ff00be29d9baa26be32db8f2f014b7770e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/hwtools/maui/+/7224912 Reviewed-by: Keith Haddow <[email protected]> Commit-Queue: Łukasz Hajec <[email protected]> Reviewed-by: Michał Headcrab Barnaś <[email protected]> Tested-by: Łukasz Hajec <[email protected]>
Maui is device to streamline DUT debugging by combining ADB, CCD, and power delivery functionalities. This repo would be used for: MCU Firmware: - based on Zephyr RTOS - control of on-board ICs: PDC, signal muxing, etc. - host interface Host Software: - Linux-based tools - Integration with standard Google debugging tools (adb, fastboot, servod), - Provide maintenance tools: all system components firmware updates, managing in fleet - General host interface for additional features: remote DUT disconnection, etc.
This repository uses pre-commit hooks to enforce code style. Please make sure you have them installed by running:
pip install pre-commit --break-system-packages pre-commit install