Open Jozott00 opened 9 months ago
This would be very nice feature. Upvote. 👍
Sample scenario: ESP32-P4 with MIPI-DSI and GT911 touch simulation - https://github.com/georgik/rust_chip_inverter/tree/feature/gt911
Build custom chip cargo build --release
, start the simulation. In VS Code there is GT911 touch screen controller
visible in Rust Rover it's Missing Chip
and also the simulation does not pick it up.
You can load custom chips to the simulation by adding a
[[chip]]
sections to yourwokwi.toml
configuration. The following example will load a chip fromchip/inverter.chip.wasm
and make it available under the name chip-inverter in Wokwi's diagram:Custom chips - Wokwi docs