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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인