Zephyr RTOS awareness in Ozone

From SEGGER Wiki
Revision as of 10:28, 30 November 2021 by AlexanderD (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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");