Skip to content

dogusyuksel/renode-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

renode-web

renode-web is a small web UI for creating Renode .resc and .repl files more easily.

Usage

The project is now executed through the Makefile.

Run inside Docker:

make run-in-docker

Run inside WSL/native Ubuntu:

make run-in-wsl

The web UI starts a local Flask application. Open the URL printed in the terminal, then follow the UI and console output.

Adding MCU Support

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-list

If the MCU dropdown in the web UI looks out of date, run make update-mcu-list again before starting the app.

Example Report

Open the PDF

How To Debug

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.

About

renode script writer with web interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors