| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-02 | license: use SPDX identifiers for src/ headers (#3749) | Ha Thach | |
| * license: use SPDX identifiers for src/ headers Replace the full ~20-line MIT license boilerplate on every src/ file with a two-line SPDX tag (SPDX-FileCopyrightText + SPDX-License-Identifier), following the REUSE convention used by CircuitPython and the Linux kernel. Removes ~3500 lines of duplicated boilerplate. | |||
| 2026-06-24 | typec: add tuc_connect/tuc_disconnect api | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-09-17 | Update weak callbacks to new syntax | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-06-27 | remove double semicolon since ISO C not allow it | Davide Gerhard | |
| ISO C does not allow extra ';' outside of a function [-Werror=pedantic] | |||
| 2023-06-14 | rename typec driver | hathach | |
| 2023-06-12 | wrap up initial PD support for G4 | hathach | |
| 2023-06-12 | ad pd_types.h | hathach | |
| 2023-06-12 | response with request safe5v, get passed PS_READY | hathach | |
| 2023-06-09 | able to parse SOURCE_CAP message from dfp | hathach | |
| 2023-06-09 | move protocol message to stack, disable battery in PWR's CR3 | hathach | |
| there is still issue with CC1/CC2 pull down resistor and vstate is not correct. | |||
| 2023-06-07 | able to response with good crc | hathach | |
| 2023-06-07 | inital support for usb typec and pd example | hathach | |
