> The "mux (almost) any peripheral to any pin" is great (any other chip does > that?).
The ESP32 does that. Although, for better performance, there is a selected group of pins for every peripheral. Regarding the boards, right now I mostly use the ESP WROVER Kit.[1] This board is populated with an FTDI FT2232HL chip which has both USB-to-JTAG and USB-to-serial. So one USB cable for debugging and serial monitoring, pretty ergonomic. I also use an Olimex P407 (STM32F4) board from time to time for testing, because the SMT32 support is more complete and mature than ESP32. For an editor, I use VIM. 1. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-wrover-kit.html On Fri, Dec 4, 2020 at 1:54 AM Matias N. <mat...@imap.cc> wrote: > > 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