mkdir pin_tracer && cd pin_tracer idf.py create-project . && idf.py reconfigure && idf.py set-target esp32s3 # fill the code # update the CMake configs idf.py build idf.py flash monitor