Questions
Let’s answer the following questions to test our knowledge of the topics covered in this chapter:
- What is the name of the script file that the ESP-IDF build system uses to configure an ESP32 project?
CMakeLists.txtplatformio.inimain.cppMakefile
- What is the name of the project-specific configuration file that is usually edited by running
menuconfig?CMakeLists.txtsdkconfigpioplatformio.ini
- Which of the following is the most fundamental tool that comes with ESP-IDF to manage an ESP32 project?
pioopenocdgdbidf.py
- Which of the following methods is the easiest to debug an ESP32-S3 board?
- JTAG
- SWD
- Built-in JTAG/USB
- UART
- Which file defines a PlatformIO project?
CMakeLists.txtsdkconfigpioplatformio.ini