aboutsummaryrefslogtreecommitdiffstats
path: root/tools/eclipse/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-10 09:17:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-10 09:17:04 +0000
commit50a41618beccf297631423b10aba8daa3be1e901 (patch)
tree25ac66eb250048d876b0d7fe4c0dd244e677185b /tools/eclipse/readme.txt
parent68ae8aa1bca89d841dc539562dd53cd546fe2649 (diff)
downloadChibiOS-50a41618beccf297631423b10aba8daa3be1e901.tar.gz
ChibiOS-50a41618beccf297631423b10aba8daa3be1e901.tar.bz2
ChibiOS-50a41618beccf297631423b10aba8daa3be1e901.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3220 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools/eclipse/readme.txt')
-rw-r--r--tools/eclipse/readme.txt16
1 files changed, 16 insertions, 0 deletions
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.