Hi Matais, I use GNU ARM Eclipse http://gnuarmeclipse.github.io/ but it is now https://eclipse-embed-cdt.github.io/
I value it for the Segger debugger integration and SVD support. I use make file builds imported from git. I use a lot of the PX4 boards the FMUv2 2.4.6 (Pixhawk2), FMUv4 (Pixracer RC15) FMUV5 (Pixhawk4) IMXRT10x0-EVK Nuceo-144 (F7,H7...) OlimexSTM32 I always disable the built-in JTAG and use a Segger JLink or a JTrace and real FTDI serial ports (isolated), not virtual ones. This decouples the debugging hHW from the power cycling of the target. Imxrt has a cross bar switch but it is not any-to-any as it sounds like the nRF52 is. David -----Original Message----- From: Matias N. [mailto:mat...@imap.cc] Sent: Thursday, December 03, 2020 5:54 PM To: dev@nuttx.apache.org Subject: about IDEs and dev boards Hi, I was wondering what IDEs do you use with NuttX and what is your preferred dev board (can be more than one). I'm curious since I have used QtCreator for long time now and generally works well, but it has some quirks. And on hardware side I always favored STM32 boards (with embedded debugger) but after getting into nRF52 I found it to be much easier to work with and seems a very well designed SoC from the users perspective. The "mux (almost) any peripheral to any pin" is great (any other chip does that?). Best, Matias