Xtensa

Xtensa is Tensilica’s configurable processor architecture — chip designers tailor the instruction set to the silicon they’re building, which made it a common choice inside DSPs and radios. Cadence acquired Tensilica in 2013. The reason hobbyists know the name at all is Espressif: the ESP32 line put an Xtensa core, Wi-Fi, and Bluetooth on a chip that costs a few dollars, and it became the default way to put a sensor on a network. Espressif’s newer parts have been shifting to RISC-V cores, so the two families are quietly related.

Working on Xtensa is mostly working with power: the chips spend their lives asleep, waking to fetch something over Wi-Fi, update a display or a sensor reading, and go back to sleep — and the difference between hours and months of battery usually lives in the board design, not the code.

In this family