Currently, uart-service in embedded-services uses embedded-io v0.6. embassy-mcxa uses embedded-io v0.7 and embassy-npcx doesn't have any impl at all. Once uart-service uses the newest version of embedded-io, remove UartAdapter from dev-mcxa and update the UartWrap in dev-npcx to use embedded-io v0.7.
Currently, uart-service in embedded-services uses embedded-io v0.6. embassy-mcxa uses embedded-io v0.7 and embassy-npcx doesn't have any impl at all. Once uart-service uses the newest version of embedded-io, remove
UartAdapterfrom dev-mcxa and update theUartWrapin dev-npcx to use embedded-io v0.7.