As you may know, Feather is the new line of adafruit's development boards, and the ARDUINO_STM32_FEATHER constant could be a good clue to some upcoming board based on STM32F2 CPU : 1MByte flash, 128kBytes ram and 120MHz arm cortex M3 CPU!
Nice. I am waiting for there to be an Arduino board with an ARM SoC that can be used for deep learning algorithms and machine vision. I saw the Arduino Tre announcement a while back, but it seems that developers have either quit on it or there is a problem which they will not tell us. Still, your board is quite impressive on paper and I may get one in the near future.
It is a lot like the Particle Photon. Must use far more flash and RAM for systems stuff.
128KB SRAM and 1024KB flash memory (total)
16KB SRAM and 128KB flash available for user code
The Adafruit WICED Feather has several extras over Photon, 2 MB SPI flash and LIPO power.
I like the Particle Photon. It is easy to modify and build the system firmware since they publish the development tree. You just modify the source and their makefile builds and downloads the firmware into a Particle Photon.