From 9cd953644f25ba26aa0f53751b6d496fb4cc4a6c Mon Sep 17 00:00:00 2001 From: rtel Date: Thu, 17 Oct 2019 20:39:40 +0000 Subject: [PATCH] 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 --- .../Demo/RISC-V_Renode_Emulator_SoftConsole/miv-basic.resc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/miv-basic.resc 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 -- 2.39.2