summaryrefslogtreecommitdiff
path: root/examples/typec
AgeCommit message (Collapse)Author
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-12add typec example to cmakehathach
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