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.
demandé il y a 2 ans325 vues
1 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions