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.
asked 2 years ago318 views
1 Answer
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions