Lines Matching full:py
62 * `idf.py set-target <chip_name>` sets the target of the project to `<chip_name>`. Run `idf.py set-…
63 * `idf.py menuconfig` opens a text-based configuration menu where you can configure the project.
67 `idf.py build`
73 When the build finishes, it will print a command line to use esptool.py to flash the chip. However …
75 `idf.py -p PORT flash`
77 …x, or `/dev/cu.usbserial-X` on MacOS. If the `-p` option is left out, `idf.py flash` will try to f…
79 …e) to a new chip. The settings for serial port flashing can be configured with `idf.py menuconfig`.
81 You don't need to run `idf.py build` before running `idf.py flash`, `idf.py flash` will automatical…
85 The `idf.py monitor` target uses the [idf_monitor tool](https://docs.espressif.com/projects/esp-idf…
91 `idf.py flash monitor`
97 * `idf.py app` - build just the app.
98 * `idf.py app-flash` - flash just the app.
100 `idf.py app-flash` will automatically rebuild the app if any source files have changed.
106 …py flash` target does not erase the entire flash contents. However it is sometimes useful to set t…
108 This can be combined with other targets, ie `idf.py -p PORT erase-flash flash` will erase everythin…