From: rtel Date: Thu, 17 Oct 2019 20:39:40 +0000 (+0000) Subject: Add the miv-basic.resc reNode script into the RISC-V_Renode_Emulator_SoftConsole... X-Git-Tag: V10.3.0~79 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9cd953644f25ba26aa0f53751b6d496fb4cc4a6c;p=freertos Add the miv-basic.resc reNode script into the RISC-V_Renode_Emulator_SoftConsole demo as it is no longer shipped with the Microsemi tools. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2744 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/miv-basic.resc b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/miv-basic.resc new file mode 100644 index 000000000..a16ab93ba --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/miv-basic.resc @@ -0,0 +1,7 @@ +logLevel 2 +mach create "Mi-V" +machine LoadPlatformDescription @platforms/boards/miv-board.repl +peripherals +showAnalyzer sysbus.uart +sysbus.cpu StartGdbServer 3333 true +log "Renode has been started successfully and is ready for a gdb connection. (This is not an error)" 3