cfriedt / greybus-for-zephyr

Greybus Module for the Zephyr Real-Time Operating System
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

test: greybus: gpio: fix gpio on qemu #48

Closed cfriedt closed 3 years ago

cfriedt commented 3 years ago

Qemu already has a GPIO device that Zephyr uses but it lacks proper emulation support.

We need to use Qemu for #25 because native_posix targets the Linux socket API which does not support the TLS extensions.

Also, it's better to get Qemu working without TLS support first, as that is a separable problem.