esp32-wasm-base
esp32-wasm-base copied to clipboard
Runtime SPI support
WASM runtime SPI support, this can be based on the existing I2C support
- [ ] Create new SPI manager (see i2c_mgr.c for examples)
- [ ] Define and bind SPI WASM functions in wasm.c
- [ ] Specify external methods in runtime.rs
- [ ] Provide
spi.rswrapper (see i2c.rs for an example)