xmos / xcore_iot

Other
30 stars 40 forks source link

Update device control example app #282

Closed keithm-xmos closed 2 years ago

keithm-xmos commented 2 years ago

Currently it builds the I2C config and has no USB host test app. It may also only build for the XC-200. This needs to be investigated and addressed.

xmos-jmccarthy commented 2 years ago

The existing app was intended to demonstrate I2C and USB device control. I2C device control was only supported on the mic-array-board. This application should be updated to support I2C on the explorer board.

It appears the USB version was incomplete, and needs to be verified.

Lastly, a host app to communicate is required for both I2C and USB configurations.