diff --git a/index.html b/index.html
index 162825d..a531c40 100644
--- a/index.html
+++ b/index.html
@@ -136,15 +136,6 @@
Peripherals can be written and loaded at runtime
-
- SVD Files Are Your Friend
-
-
-
Networks in Renode
@@ -159,12 +150,12 @@
Other Goodies
- - LCD monitor with touchscreen support
+ - Video output with touchscreen support
- Python interpreter for quick hacks
- - Attach GDB to any CPU core
- - Attach a serial port to a network connection
- - Scriptable with Robot framework
- - Log function calls
+ - Networked serial port
+ - GDB server for each core
+ - Function call logging
+ - Robot framework scripting
@@ -213,8 +204,8 @@
Emulating it With Renode
- - Good enough to develop the OS!
- - Good enough to catch bugs
+ - Can develop the OS!
+ - Good enough to catch hardware bugs
@@ -230,6 +221,8 @@
Demonstration!
+
+
Getting Started with Renode
@@ -346,6 +339,15 @@ namespace Antmicro.Renode.Peripherals.UART {
+
+ SVD Files Are Your Friend
+
+
+