renode-web is a small web UI for creating Renode .resc and .repl files more easily.
The project is now executed through the Makefile.
Run inside Docker:
make run-in-dockerRun inside WSL/native Ubuntu:
make run-in-wslThe web UI starts a local Flask application. Open the URL printed in the terminal, then follow the UI and console output.
To add support for a new MCU, place the MCU .repl file under:
extendedcpus/
Then regenerate the MCU list and start the web UI:
make update-mcu-listIf the MCU dropdown in the web UI looks out of date, run make update-mcu-list again before starting the app.
On port 3333, renode is starting GDB server. So you can write propert test script to start a GDB client OR you can include "cm_backtrace" library into your project, direct outputs via UART and observe your report.
