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.txt
platformio.ini
main.cpp
Makefile
- What is the name of the project-specific configuration file that is usually edited by running
menuconfig
?CMakeLists.txt
sdkconfig
pio
platformio.ini
- Which of the following is the most fundamental tool that comes with ESP-IDF to manage an ESP32 project?
pio
openocd
gdb
idf.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.txt
sdkconfig
pio
platformio.ini