Difference between revisions of "Zephyr RTOS awareness in Ozone"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Zephyr RTOS awareness is available since Ozone V3.22c. Currently it is supported with the Zephyr version provided in the nRF5 SDK V17.0.2 or later. Other braches of Zephyr may...")
 
m
 
Line 1: Line 1:
  +
Zephyr RTOS awareness is available since Ozone V3.22c. Currently it is supported with the Zephyr version provided in the nRF5 SDK V17.0.2 or later. Other branches of Zephyr may not be compatible as they might be missing RTOS awareness capabilities that were added to the branch provided through Nordic.
Zephyr RTOS awareness is available since Ozone V3.22c.
 
  +
Currently it is supported with the Zephyr version provided in the nRF5 SDK V17.0.2 or later.
 
  +
For loading the plug-in please use the command
Other braches of Zephyr may not be compatible as they might be missing RTOS awareness capabilities that were added to the branch provided through Nordic.
 
  +
  +
Project.SetOSPlugin("ZephyrPlugin");
  +
  +
For Ozone versions earlier than 3.26 please use the command
  +
  +
Project.SetOSPlugin("ZephyrPlugin_CM4");

Latest revision as of 11:28, 30 November 2021

Zephyr RTOS awareness is available since Ozone V3.22c. Currently it is supported with the Zephyr version provided in the nRF5 SDK V17.0.2 or later. Other branches of Zephyr may not be compatible as they might be missing RTOS awareness capabilities that were added to the branch provided through Nordic.

For loading the plug-in please use the command

Project.SetOSPlugin("ZephyrPlugin");

For Ozone versions earlier than 3.26 please use the command

Project.SetOSPlugin("ZephyrPlugin_CM4");