platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
325 stars 219 forks source link

[Feature] Build using esp8266/Arduino SHA as platform #163

Open TD-er opened 5 years ago

TD-er commented 5 years ago

As discussed here: https://github.com/esp8266/Arduino/issues/5527#issuecomment-508492427 It would be nice to have some easy method to define a version of the Arduino repo as platform to make it easier to test fixes in the Arduino branch.

For example either by using a PR number or a SHA of a specific commit or branch. It should be as easy as switching platform like the current stage platform definition.

Things to consider here: