Building Amazon FreeRTOS example in Eclipse for ESP32

0

Hello,

I downloaded Amazon FreeRTOS from AWS page for ESP32-devkitc board and wanted to test MQTT example. I have ESP IDF and using Eclipse IDE which by default comes with ESP-IDF, but I am not able to build the example as there it is not showing "build" option for any of those examples. So...

  1. After downloading Amazon FreeRTOS, How to import example in Eclipse.
  2. If required then what are configurations i need to do and how to build the example in Eclipse.
已提问 2 年前325 查看次数
1 回答
0

This is a very Eclipse centric question and I am not sure AWS would be able to answer it.

That being said, esp-idf comes with idf.py utility (you just need to reference the right path and env variables).

The idf.py file gives you the ability to interact with the device build, flash, monitor etc. Consult the Eclipse documentation to reference this utility and build directly from the IDE or just invoke it from the terminal.

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则