mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
README: Converting URLs from HTTP to HTTPS
Merges https://github.com/espressif/esp-idf/pull/622
This commit is contained in:
committed by
Angus Gratton
parent
4f812eb29c
commit
e183897924
17
README.md
17
README.md
@@ -1,6 +1,6 @@
|
|||||||
# Espressif IoT Development Framework
|
# Espressif IoT Development Framework
|
||||||
|
|
||||||
[](http://esp-idf.readthedocs.io/en/latest/?badge=latest)
|
[](https://esp-idf.readthedocs.io/en/latest/?badge=latest)
|
||||||
|
|
||||||
ESP-IDF is the official development framework for the [ESP32](https://espressif.com/en/products/hardware/esp32/overview) chip.
|
ESP-IDF is the official development framework for the [ESP32](https://espressif.com/en/products/hardware/esp32/overview) chip.
|
||||||
|
|
||||||
@@ -10,9 +10,9 @@ ESP-IDF is the official development framework for the [ESP32](https://espressif.
|
|||||||
|
|
||||||
See setup guides for detailed instructions to set up the ESP-IDF:
|
See setup guides for detailed instructions to set up the ESP-IDF:
|
||||||
|
|
||||||
* [Windows Setup Guide](http://esp-idf.readthedocs.io/en/latest/get-started/windows-setup.html)
|
* [Windows Setup Guide](https://esp-idf.readthedocs.io/en/latest/get-started/windows-setup.html)
|
||||||
* [Mac OS Setup Guide](http://esp-idf.readthedocs.io/en/latest/get-started/macos-setup.html)
|
* [Mac OS Setup Guide](https://esp-idf.readthedocs.io/en/latest/get-started/macos-setup.html)
|
||||||
* [Linux Setup Guide](http://esp-idf.readthedocs.io/en/latest/get-started/linux-setup.html)
|
* [Linux Setup Guide](https://esp-idf.readthedocs.io/en/latest/get-started/linux-setup.html)
|
||||||
|
|
||||||
## Finding a Project
|
## Finding a Project
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@ You don't need to run `make all` before running `make flash`, `make flash` will
|
|||||||
|
|
||||||
## Viewing Serial Output
|
## Viewing Serial Output
|
||||||
|
|
||||||
The `make monitor` target uses the [idf_monitor tool](http://esp-idf.readthedocs.io/en/latest/get-started/idf-monitor.html) to display serial output from the ESP32. idf_monitor also has a range of features to decode crash output and interact with the device. [Check the documentation page for details](http://esp-idf.readthedocs.io/en/latest/get-started/idf-monitor.html).
|
The `make monitor` target uses the [idf_monitor tool](https://esp-idf.readthedocs.io/en/latest/get-started/idf-monitor.html) to display serial output from the ESP32. idf_monitor also has a range of features to decode crash output and interact with the device. [Check the documentation page for details](https://esp-idf.readthedocs.io/en/latest/get-started/idf-monitor.html).
|
||||||
|
|
||||||
Exit the monitor by typing Ctrl-].
|
Exit the monitor by typing Ctrl-].
|
||||||
|
|
||||||
@@ -106,11 +106,12 @@ This can be combined with other targets, ie `make erase_flash flash` will erase
|
|||||||
|
|
||||||
# Resources
|
# Resources
|
||||||
|
|
||||||
* Documentation for the latest version: http://esp-idf.readthedocs.io/. This documentation is built from the [docs directory](docs) of this repository.
|
* Documentation for the latest version: https://esp-idf.readthedocs.io/. This documentation is built from the [docs directory](docs) of this repository.
|
||||||
|
|
||||||
* The [esp32.com forum](http://esp32.com/) is a place to ask questions and find community resources.
|
* The [esp32.com forum](https://esp32.com/) is a place to ask questions and find community resources.
|
||||||
|
|
||||||
* [Check the Issues section on github](https://github.com/espressif/esp-idf/issues) if you find a bug or have a feature request. Please check existing Issues before opening a new one.
|
* [Check the Issues section on github](https://github.com/espressif/esp-idf/issues) if you find a bug or have a feature request. Please check existing Issues before opening a new one.
|
||||||
|
|
||||||
* If you're interested in contributing to ESP-IDF, please check the [Contributions Guide](http://esp-idf.readthedocs.io/en/latest/contribute/index.html).
|
* If you're interested in contributing to ESP-IDF, please check the [Contributions Guide](https://esp-idf.readthedocs.io/en/latest/contribute/index.html).
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user