diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/eclipse/plugins/org.chibios.tools.eclipse.debug_1.0.4.jar | bin | 0 -> 34681 bytes | |||
-rw-r--r-- | tools/eclipse/readme.txt | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tools/eclipse/plugins/org.chibios.tools.eclipse.debug_1.0.4.jar b/tools/eclipse/plugins/org.chibios.tools.eclipse.debug_1.0.4.jar Binary files differnew file mode 100644 index 000000000..7a72647d3 --- /dev/null +++ b/tools/eclipse/plugins/org.chibios.tools.eclipse.debug_1.0.4.jar diff --git a/tools/eclipse/readme.txt b/tools/eclipse/readme.txt new file mode 100644 index 000000000..07e387f9e --- /dev/null +++ b/tools/eclipse/readme.txt @@ -0,0 +1,16 @@ +This folder contains ChibiOS/RT related Eclipse extensions:
+
+- org.chibios.tools.eclipse.debug_x.y.z.jar, debugger extension that allows to
+ inspect the ChibiOS/RT internal data structures at debug time. This plugin
+ is best used when the kernel debug options are turned on.
+ Installation:
+ - Copy the plugin under [eclipse]/plugins.
+ - Start Eclipse and enable the plugin from:
+ Window->Show View->Others...->ChibiOS/RT
+ - Make sure that Eclipse is using the "Standard Debugger" from:
+ Window->Preferences->Run/Debug->Launching->Default Launchers->
+ GDB Hardware Debugging->[Debug]
+ - Start a debug session of a ChibiOS/RT demo or application and step until
+ after chSysInit() has been invoked.
+ - Inspect the various structures (Timers, Threads etc) using the ChibiOS/RT
+ view by pressing the yellow refresh button.
|