summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo
diff options
context:
space:
mode:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2019-10-17 20:39:40 +0000
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2019-10-17 20:39:40 +0000
commite6c69bb7bb489808032c7352965d074a92d5fb95 (patch)
tree90b5434bddc4a3b027d22c870780f9df36db3259 /FreeRTOS/Demo
parent25c08ac6fa20bd9da9cd6f791e24031c8bae82eb (diff)
downloadfreertos-e6c69bb7bb489808032c7352965d074a92d5fb95.tar.gz
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: http://svn.code.sf.net/p/freertos/code/trunk@2744 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Demo')
-rw-r--r--FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/miv-basic.resc7
1 files changed, 7 insertions, 0 deletions
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