ec-test-app: Add serial source#38
Conversation
philgweber
left a comment
There was a problem hiding this comment.
Will have to think about the transport and integrating with FFA and secure world so we have the ability to redirect messages through either path.
So I was thinking this can be used as an alternative to going through FFA when someone jsut wants to quickly connect to a board and do some testing of the services. In my mind I imagined this app will just select the |
72c2645 to
75bdfa4
Compare
75bdfa4 to
00a491e
Compare
00a491e to
291ab9f
Compare
|
Will wait for #41 to merge, then update this PR to implement |
291ab9f to
3328e89
Compare
|
Updated to include Time and Alarm Service since #41 was merged. |
3328e89 to
e3cac9b
Compare
e3cac9b to
2571e4e
Compare
|
@jerrysxie @tullom Please review when you have a chance |
tullom
left a comment
There was a problem hiding this comment.
Thank you for the ping, tested this with the rt685 evk board and the data was updating! Great job with this!
Thank you! :) |
This PR does a few things:
Source, which allows the app to talk directly to a dev platform in user-space (over a COM port for example). Can be useful for testing services without needing to worry about FFA and whatnot.Tested this on the
dev-imxrtplatform and works pretty well.Can run with:
cargo run --release --features serial <COM#> none [baud]Baud rate is an optional argument and can be omitted since I have it set to default to 115200 which the dev platforms use.