You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2026. It is now read-only.
As an initial proof-of-concept, a USB-to-UART device will be used, with the USB end connected to host and the UART end connected to EC directly. A small crate will be written which uses the existing MCTP crate to wrap data in a MCTP packet and send it over a given serial/COM port. This crate will then be integrated into ec-test-app as a new Source which can be activated via feature flag so the app sends its data through this instead of the ACPI driver.
After the
uart-serviceis implemented (see OpenDevicePartnership/embedded-services#605), demonstrate its use by sending info to and from the test app to the EC over UART.As an initial proof-of-concept, a USB-to-UART device will be used, with the USB end connected to host and the UART end connected to EC directly. A small crate will be written which uses the existing MCTP crate to wrap data in a MCTP packet and send it over a given serial/COM port. This crate will then be integrated into
ec-test-appas a new Source which can be activated via feature flag so the app sends its data through this instead of the ACPI driver.