Documented Version of ESP32 Arduino Core???

gfvalvo
Posts: 34
Joined: Thu Dec 24, 2020 3:06 pm

Documented Version of ESP32 Arduino Core???

Postby gfvalvo » Thu Mar 28, 2024 11:00 am

What is the version of ESP32 Arduino Core documented at https://docs.espressif.com/projects/ard ... en/latest/?

As the last word in the above URL implies, it's the "latest". But the latest what? It does not appear to be the latest released version which is v2.014. I say this because it contains references to API calls that don't exist in v2.0.14, such as

Code: Select all

timerAttachInterruptArg()
Looking at the source code for the v3.0.0 beta releases, I see that they do contain that API (in esp32-hal-timer.h / esp32-hal-timer.c).

So, the question, how do I "point" that web page to the documentation for the latest released version? Or, better yet, how do I point it to the documentation for an arbitrary previous version? The similar web site https://docs.espressif.com/projects/esp ... ble/esp32/ provides this ability with a drop down menu on the upper left. But I don't see that feature for the Arduino Core documentation.

Thanks.

lbernstone
Posts: 673
Joined: Mon Jul 22, 2019 3:20 pm

Re: Documented Version of ESP32 Arduino Core???

Postby lbernstone » Thu Mar 28, 2024 4:36 pm

This documentation page is new, so I don't think there was any version for 2.0.14. As 3.0.0 is still in beta, the only version that exists is for "master". Once 3.0.0 is released, the counter will presumably start.

gfvalvo
Posts: 34
Joined: Thu Dec 24, 2020 3:06 pm

Re: Documented Version of ESP32 Arduino Core???

Postby gfvalvo » Thu Mar 28, 2024 6:05 pm

@lbernstone, interesting, thanks. In the meantime, I've found there is some past documentation (for v2.0.14 at least) on the GitHub, but it's format isn’t as nice as the web page I mentioned. To see it, go to https://github.com/espressif/arduino-esp32, then the page for Release v.2.0.14:
Screenshot 2024-03-28 135626.png
Screenshot 2024-03-28 135626.png (91.55 KiB) Viewed 1770 times
Then click:
Screenshot 2024-03-28 140204.png
Screenshot 2024-03-28 140204.png (22.53 KiB) Viewed 1770 times
The follow: docs --> source --> api

chegewara
Posts: 2240
Joined: Wed Jun 14, 2017 9:00 pm

Re: Documented Version of ESP32 Arduino Core???

Postby chegewara » Fri Mar 29, 2024 3:26 am

Espressif in docs is using "latest" word as for the master, not the latest stable version.
Github is using "latest" word as for the latest released version.

gfvalvo
Posts: 34
Joined: Thu Dec 24, 2020 3:06 pm

Re: Documented Version of ESP32 Arduino Core???

Postby gfvalvo » Fri Mar 29, 2024 6:27 pm

chegewara, the version can be changed using the drop-down:
Attachments
Screenshot 2024-03-29 142352.png
Screenshot 2024-03-29 142352.png (132.94 KiB) Viewed 1611 times

Who is online

Users browsing this forum: No registered users and 96 guests