Skip to content
Verified Commit 10fec5f4 authored by Vincent Coubard's avatar Vincent Coubard
Browse files

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: Christopher Swinchatt's avatarChris Swinchatt <christopher.swinchatt@arm.com>
Co-authored-by: Vincent Coubard's avatarVincent Coubard <vincent.coubard@arm.com>
Signed-off-by: Vincent Coubard's avatarVincent Coubard <vincent.coubard@arm.com>
parent f6dbda7f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment