The last Multiwii I built was when I ported over to the Atmega 1284p. Given the price and size of 32bit flight controllers since then, I had moved on to ready-made flight controllers like the Naze32, Flip32, CC3D, and KK. Leaving a collection of electronics behind that were collecting dust.
I had gone from Multiwii, to Baseflight to Cleanflight. After a year or two hiatus I decided to get back in to flying and found support for those old 32 bit MCUs had ended. Couldn't connect and configure my controllers.

And also came across Betaflight and iNav as well. Updated to the last supported firmware only to find a lot of my features no longer worked. Meh.
STM32F4 now seems to be the lowest supported MCUs. So I figured I'd set myself off porting over to an STM32F4 development board and bringing life into all of my old IMUs, baros, mags, GPS receivers, etc. I purchased the cheapest F4 I could find and I'm happy to say that I have found it easy adaptering current Betaflight code as the STM32 boards for the most part are already pin to pin compatible.
Latest config has GNSS GPS, GY-91 (gyro/baro/mag) over SPI, blackbox micro SD, and PPM receiver. Still have to get my sonar working, and get my motors plugged but I don't anticipate any difficulties.
For those of you sitting on a pile of sensors wanting to put some life to them you may want to think about doing that as well. Have Betaflight going and once I've got that sorted, I'm going to get it working with iNav.