Moved to https://github.com/sivar2311/platform-espressif32-versions
-
-
Save sivar2311/5125011eaaf859eff90c4b502e1408b1 to your computer and use it in GitHub Desktop.
@Xylopyrographer I originally made the list for my own personal use. The table is actually supposed to establish a relationship between the Arduino version and the PlatformIO / pioarduino platform version. Later, it became quite useful for responding to posts on the PlatformIO forum without having to rewrite the whole story every time.
Noted, for the core 3.x.y series, Jason has issued bug fixes to a few releases that are not reflected in the URL in the table. Examples; 55.03.31-1, 54.03.21-2 and 55.03.30-2.
I am aware of the existence of these bug fix updates. But what would a table entry for this look like? The Arduino version and the ESP-IDF versions remain the same. Only the pioarduino platform32 version would be different. (Remember, the initial intention was to have a table which shows the relation between the different platform and arduino versions).
I'd be glad to update the table but seems there's no PR functionality in a Gist?
Correct, it's just a gist, not a full blown repository.
Feel free to use the content as a base for a new repository. :)
I am aware of the existence of these bug fix updates. But what would a table entry for this look like?
Updating the URL's in the platform = entry to point to the updates would work.
For 55.03.31 Change to: platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.31-1/platform-espressif32.zip
For 55.03.30 Change to: platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-2/platform-espressif32.zip
For 54.03.21 Change to: platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.21-2/platform-espressif32.zip
For 53.03.13 Change to: platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13-1/platform-espressif32.zip
@Xylopyrographer done
@sivar2311 Thanks for putting this together. I started in on doing the same so very glad to find this.
Noted, for the core 3.x.y series, Jason has issued bug fixes to a few releases that are not reflected in the URL in the table. Examples; 55.03.31-1, 54.03.21-2 and 55.03.30-2.
I'd be glad to update the table but seems there's no PR functionality in a Gist?