Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: develop: tools: CLion: Add update note #82641

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/develop/tools/clion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
CLion
#####

.. note::

This guide describes how to set up, build, and debug Zephyr's sample application in CLion, using
the IDE's CMake integration. This approach is no longer optimal.

CLion now features `native Zephyr West integration`_ which provides an easier and more intuitive
way to open, build, and run/debug Zephyr projects. This guide will be updated soon, but is still
valid if you prefer to use CMake.

CLion_ is a cross-platform C/C++ IDE that supports multi-threaded RTOS debugging.

This guide describes the process of setting up, building, and debugging Zephyr's
Expand Down Expand Up @@ -200,6 +209,7 @@ Start debugging

Refer to `CLion web help`_ for detailed description of the IDE debug capabilities.

.. _native Zephyr West integration: https://www.jetbrains.com/help/clion/zephyr.html
.. _CLion: https://www.jetbrains.com/clion/
.. _Download CLion: https://www.jetbrains.com/clion/download
.. _Project security: https://www.jetbrains.com/help/clion/project-security.html#projects_security
Expand Down
Loading