- 2018-12 R
- 2019-06 R
- 2019-09 R
- 2019-12 M2
But with the versions 2019-12 M3 and 2019-12 R, the CDT code analysis (I guess the build output parser) is missing include file paths. So although the console output has no errors and the firmware was build successfully, I get over 20 errors on the 'Problems'-view.
The errors and warnings are also displayed in the Eclipse editor, starting with missing inclusions at:
Code: Select all
#include "freertos/FreeRTOS.h"
I am using esp-idf v4.0 on Windows 10. Can anyone help?