esp:esp32:esp-idf-info:commands
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| esp:esp32:esp-idf-info:commands [2025/02/08 09:25] – created oscar | esp:esp32:esp-idf-info:commands [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Usefull Commands ====== | ||
| - | |||
| - | ---- | ||
| - | |||
| - | ===== Common commands ===== | ||
| - | idf.py --version | ||
| - | idf.py help | ||
| - | idf.py fullclean | ||
| - | idf.py menuconfig | ||
| - | idf.py build | ||
| - | | ||
| - | ===== Copy/ | ||
| - | - Rename PROJECT_NAME in Makefile | ||
| - | - Update PROJECT_VER in CMakeLists.txt | ||
| - | - Update project( ##NAME## ) in CMakeLists.txt | ||
| - | |||
| - | ===== Compiler defines ===== | ||
| - | To set specific compile time defines (e.g. in case of compiling a project for different architectures esp32, esp32-c3, etc.) do the following: | ||
| - | |||
| - | in the c source files include conditional statements | ||
| - | #ifdef __GPIO_ESP_C3_MINI | ||
| - | ..... | ||
| - | #endif | ||
| - | |||
| - | In **project/ | ||
| - | |||
| - | add_compile_definitions( __GPIO_ESP_C3_MINI=1) | ||
| - | |||
| - | ===== SoftAP IPv6 connectivity with android phone ===== | ||
| - | ip -6 addr add fd01: | ||
| - | |||
| - | |||
esp/esp32/esp-idf-info/commands.1739006736.txt.gz · Last modified: by oscar
