Since this thread is "all things" low power, I thought I would mention a couple of recent finds:
First up is a very low Iq LDO, the
NCP8170 150 mA LDO voltage regulator with a quiescent current of just 500 nAmps. It's only rated to 150 mA but this is fine for many low power applications. I note the Teensy 3.1 was limited to 100 mA and this worked well for many people.
Next is a very low-power SPI NOR flash memory, the 128 Mbit of Macronix
MX25L12835F NOR flash memory. It has an Iq of 10 microAmp, which is already very low but it also has a deepPowerDown mode where the Iq drops to 2 microAmp. These large memories tend to be power hogs when running so the best way to operate is to power them up, read and/or write, then power down until the next memory operation. This chip allows this mode of operation and provides significant power savings over others available.
I am using both on the ultra-low-power STM32L4
breakout I'm developing. For remote sensing/logging and wearable applications, I expect to get thousands of hours of operation with a small 110 mAH LiPo battery using this device.