Merge branch 'docs/update_alerts_in_readmes_to_gfm_format' into 'master'

docs: Update alerts in READMEs to GFM format

See merge request espressif/esp-idf!30628
pull/13854/head
Kirill Chalov 2024-05-08 10:38:42 +08:00
commit 40ec44473c
3 zmienionych plików z 3 dodań i 6 usunięć

Wyświetl plik

@ -13,8 +13,7 @@ _Example Title should use the word "example" instead of "demo", "test" or any si
(For general overview of examples and their usage, see the `README.md` file in the upper level 'examples' directory.)
> **Note**:
>
> [!NOTE]
> After you click any link to [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/index.html), go to the top of the sidebar, then make sure you have the appropriate **Espressif chip** (target) and **ESP-IDF version** selected in the dropdown menus.
_What is this example? What does it do?_

Wyświetl plik

@ -2,8 +2,7 @@
(For general overview of examples and their usage, see the `README.md` file in the upper level 'examples' directory.)
> **Note**:
>
> [!NOTE]
> After you click any link to [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/index.html), go to the top of the sidebar, then make sure you have the appropriate **Espressif chip** (target) and **ESP-IDF version** selected in the dropdown menus.
This is the example of a simplest buildable project. It is also used by the command `idf.py create-project` which copies these files to the path specified by the user and sets the project name.

Wyświetl plik

@ -5,8 +5,7 @@
(For general overview of examples and their usage, see the [README](../../README.md) file in the upper level `examples` directory.)
> **Note**:
>
> [!NOTE]
> After you click any link to [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/index.html), go to the top of the sidebar, then make sure you have the appropriate **Espressif chip** (target) and **ESP-IDF version** selected in the dropdown menus.
This example shows how to use the [ESP Timer](https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/system/esp_timer.html) feature to create timers and execute callback functions. On the linked page, you will find detailed information about the feature as well as the functions and procedures used in this example.