Open
Description
I recently purchased a Arducam ESP8266 module, and it only has support for the Arduino Text-editor+macro button build system "IDE". It also appears to not exist in the platformio framework (not surprising, it's new and kind of esoteric.
Anyways, I was wondering if it would be possible for platformio to parse either the arduino compatible "index.json", or the various metadata files in the underlying github repository. It seems like it should be possible to infer the required configuration from these files to build a binary for the board, but that could be me being naive.