OpenAMP / openamp-system-reference

End-to-end system reference material showcasing all the different aspects of OpenAMP, on multiple vendor platforms.
Other
16 stars 14 forks source link

examples: dual_qemu_ivshmem: Print shmem address and size #23

Closed gromero closed 12 months ago

gromero commented 1 year ago

@uLipe @arnopo @tnmysh Hi. This is a trivial change that will help when testing the dual_qemu_ivshmem example with the remote side running on a cortex-m machine with the QEMU ivshmem-flat device (no PCI, WIP). Could you please review it?

Thank you, Cheers

wmamills commented 12 months ago

Printing the address is fine.

My question is about the colors. Does Zephyr already use colors in its logging? I presume if you don't have a color terminal (like plain vt100 emulator), the vt100 is still smart enough to ignore the color?

wmamills commented 12 months ago

I tried a number of dumb terminal emulators and color schemes and its seems fine. We can always take out the color is it proves to be an issue later.