pw: Add mdh sys IO implementation
Add a pw_sys_io backend based on MCU driver hal. This backend uses a queueto send/receive data through the serial. Trasnfer happens in the background using the transmission IRQ. A log module implementation (pw_log_sys_io_mdh) is also provided. It should be more efficient than pw_log_basic. Finaly an example that demonstrate pw_sys_io is available. This example takes advantage of pyedmgr to control the test. Since extra python setup is required to run the example a "hook" has been added to the pipeline to bootstrap ex Co-authored-by:Chris Swinchatt <christopher.swinchatt@arm.com> Co-authored-by:
Vincent Coubard <vincent.coubard@arm.com> Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
Loading
Please register or sign in to comment