esp32-wasm-base icon indicating copy to clipboard operation
esp32-wasm-base copied to clipboard

Runtime SPI support

Open ryankurte opened this issue 5 years ago • 0 comments

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.rs wrapper (see i2c.rs for an example)

ryankurte avatar Feb 07 '20 09:02 ryankurte