Tom Burdick
Tom Burdick
RTIO expects the CHAINED flag to be set when ordering of operations is important. The callbacks in the icm42688 stream handling were not chained into, meaning the callbacks would have...
### Problem description When polling sensors we often want to know when the read actually occurs. This isn't possible today with the blocking i2c_transfer/spi_transcieve calls, nor with rtio (though easy...
Adds the needed changes to support directly using libmctp from Zephyr
TXRX is meant specifically to handle a full duplex bus like SPI, I2C is half duplex meaning only read or write can be performed at once. Drop TXRX from the...
Enable i2c and spi rtio drivers by default, enable spi dma usage by default.
This release of qemu has important bug fixes that perhaps will fix a bug in xtensa emulation of mmu.