...more to the point, how do I check this myself?
I went to use a relatively new FreeRTOS feature only to find that it's not available pre-version 10.0. Doh...
What version of FreeRTOS do I have...?
Re: What version of FreeRTOS do I have...?
Hi mzimmers,
ESP-IDF uses FreeRTOS V8.2.0 with some features from FreeRTOS V9.0.0 backported to it. The documentation has more details:
http://esp-idf.readthedocs.io/en/latest ... s-smp.html
We're hoping to update to FreeRTOS V10 in the future.
If you're looking for a ringbuffer feature (similar to the buffer features introduced in FreeRTOS 10), then there is a (custom) ringbuffer function in ESP-IDF as well:
https://github.com/espressif/esp-idf/bl ... gbuf.h#L17
(This feature in ESP-IDF predates FreeRTOS 10's release.)
ESP-IDF uses FreeRTOS V8.2.0 with some features from FreeRTOS V9.0.0 backported to it. The documentation has more details:
http://esp-idf.readthedocs.io/en/latest ... s-smp.html
We're hoping to update to FreeRTOS V10 in the future.
If you're looking for a ringbuffer feature (similar to the buffer features introduced in FreeRTOS 10), then there is a (custom) ringbuffer function in ESP-IDF as well:
https://github.com/espressif/esp-idf/bl ... gbuf.h#L17
(This feature in ESP-IDF predates FreeRTOS 10's release.)
Re: What version of FreeRTOS do I have...?
Hi ESP_Angus - that's good information, and in fact, a buffer mechanism (hopefully for inter-task communication) is exactly what I was looking for. Thank you for the link(s).
Who is online
Users browsing this forum: No registered users and 101 guests