Best IDE to use with Zephyr? #builds #debug #stm32


ac
 

What is the best way to use the native Zephyr build system with an IDE?

I have used nRF Connect for VS Code for an nRF SDK project. The source level JTAG debugging was extremely helpful.
But was unable to configure it for a vanilla Zephyr STM32 project that does not use the Nordic SDK

The Zephyr docs refer to Platform IO as a supported IDE, but that seems to use it's own build system and does not seem to support the b_u585iot02a board I am using.

I have seen a few posts about using CLion for nRF SDK, but nothing about just plain Zephyr.

Has anyone ever configured an IDE to use the native Zephyr build system and allows for source level debugging?

Thanks for any help


Ryan Erickson
 

Using the Cortex-Debug extension with VS Code works great for any board in Zephyr.

 

Ryan Erickson

Software Development Engineer IV

W66N220 Commerce Court

Cedarburg WI 53012 USA

T +1-262-421-4990

E ryan.erickson@...

lairdconnect.com

signature_2402587771

 

From: devel@... <devel@...> on behalf of ac via lists.zephyrproject.org <ac=ziposoft.com@...>
Date: Tuesday, October 25, 2022 at 08:09
To: devel@... <devel@...>
Subject: [Zephyr-devel] Best IDE to use with Zephyr? #builds #debug #stm32

EXTERNAL EMAIL: Be careful with attachments and links.

What is the best way to use the native Zephyr build system with an IDE?

I have used nRF Connect for VS Code for an nRF SDK project. The source level JTAG debugging was extremely helpful.
But was unable to configure it for a vanilla Zephyr STM32 project that does not use the Nordic SDK

The Zephyr docs refer to Platform IO as a supported IDE, but that seems to use it's own build system and does not seem to support the b_u585iot02a board I am using.

I have seen a few posts about using CLion for nRF SDK, but nothing about just plain Zephyr.

Has anyone ever configured an IDE to use the native Zephyr build system and allows for source level debugging?

Thanks for any help