Lines Matching refs:idf

28 See https://idf.espressif.com/ for links to detailed instructions on how to set up the ESP-IDF depe…
30 …ion. Please see Section [Versions](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/ver…
42 As well as the [esp-idf-template](https://github.com/espressif/esp-idf-template) project mentioned …
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`
75 `idf.py -p PORT flash`
77 …Linux, or `/dev/cu.usbserial-X` on MacOS. If the `-p` option is left out, `idf.py flash` will try …
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…
85idf.py monitor` target uses the [idf_monitor tool](https://docs.espressif.com/projects/esp-idf/en/…
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.
106idf.py flash` target does not erase the entire flash contents. However it is sometimes useful to s…
108 This can be combined with other targets, ie `idf.py -p PORT erase-flash flash` will erase everythin…
112 * Documentation for the latest version: https://docs.espressif.com/projects/esp-idf/. This document…
116 * [Check the Issues section on github](https://github.com/espressif/esp-idf/issues) if you find a b…
118 …se check the [Contributions Guide](https://docs.espressif.com/projects/esp-idf/en/latest/contribut…