ChibiOS/tools/eclipse
gdisirio 633098ebcd STM32F3 SPI working, STM32F0 support update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4879 35acf78f-673a-0410-8e92-d51de3d6d3f4
2012-12-06 10:53:16 +00:00
..
config_wizard STM32F3 SPI working, STM32F0 support update. 2012-12-06 10:53:16 +00:00
debug_support git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4622 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-08-24 09:29:32 +00:00
plugins STM32F3 SPI working, STM32F0 support update. 2012-12-06 10:53:16 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3220 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-08-10 09:17:04 +00:00

readme.txt

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.