summaryrefslogtreecommitdiff
path: root/examples/typec/power_delivery
AgeCommit message (Collapse)Author
2026-06-24skip pdo request if no suitable voltageHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-06-24fix ciHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-06-24typec: add tuc_connect/tuc_disconnect apiHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-06-24typec: add stm32u5 supportHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2025-12-19clean up cmake, remove family_get_project_name()hathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
fix compiling with nuc family
2025-10-14more make refactorhathach
2025-10-14move make.mk to hw/bsp/family_support.mkhathach
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2025-02-09Add CMake presets.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-21bump up cmake min to 3.20hathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-09-03use fixed with in printf ( found by clang)dp111
NB %lu is a minimum of 32 bits where as the variable use is exactly 32 bits . This can affect porting to other systems.
2023-11-23move make.mk and rules.mk to build_system/makehathach
2023-08-03add lpc43 familyhathach
2023-06-27rework cmake with rtos support add RTOS to ↵hathach
family_configure_device/host/dual_example()
2023-06-16fix build warningshathach
2023-06-12tested with 9V requesthathach
2023-06-12wrap up initial PD support for G4hathach
2023-06-07able to response with good crchathach
2023-06-07inital support for usb typec and pd examplehathach