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.
feita há 2 anos325 visualizações
1 Resposta
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
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas