mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/category_readme' into 'master'
Readme and links to example category folders - Added README.md to example category folders, for BT ref. https://github.com/espressif/esp-idf/issues/262 - Added links from api category TOC to example category folders See merge request !450
This commit is contained in:
commit
0865819cf9
@ -8,3 +8,5 @@ Bluetooth API
|
||||
Bluetooth Common <bt_common>
|
||||
Bluetooth LE <bt_le>
|
||||
|
||||
|
||||
Example code for this API section is provided in `examples/bluetooth <https://github.com/espressif/esp-idf/tree/master/examples/bluetooth>`_ directory of ESP-IDF repository.
|
||||
|
@ -6,3 +6,5 @@ Ethernet API
|
||||
|
||||
Ethernet <esp_eth>
|
||||
|
||||
|
||||
Example code for this API section is provided in `examples/ethernet <https://github.com/espressif/esp-idf/tree/master/examples/ethernet>`_ directory of ESP-IDF repository.
|
||||
|
@ -14,3 +14,5 @@ Peripherals API
|
||||
LED Control <ledc>
|
||||
Remote Control <rmt>
|
||||
|
||||
|
||||
Example code for this API section is provided in `examples/peripherals <https://github.com/espressif/esp-idf/tree/master/examples/peripherals>`_ directory of ESP-IDF repository.
|
||||
|
@ -6,3 +6,5 @@ Protocols API
|
||||
|
||||
mDNS <mdns>
|
||||
|
||||
|
||||
Example code for this API section is provided in `examples/protocols <https://github.com/espressif/esp-idf/tree/master/examples/protocols>`_ directory of ESP-IDF repository.
|
||||
|
@ -10,3 +10,5 @@ Storage API
|
||||
Virtual Filesystem <vfs>
|
||||
FAT Filesystem <fatfs>
|
||||
|
||||
|
||||
Example code for this API section is provided in `examples/storage <https://github.com/espressif/esp-idf/tree/master/examples/storage>`_ directory of ESP-IDF repository.
|
||||
|
@ -11,3 +11,5 @@ System API
|
||||
Deep Sleep <deep_sleep>
|
||||
Logging <log>
|
||||
|
||||
|
||||
Example code for this API section is provided in `examples/system <https://github.com/espressif/esp-idf/tree/master/examples/system>`_ directory of ESP-IDF repository.
|
||||
|
@ -6,3 +6,6 @@ Wi-Fi API
|
||||
|
||||
Wi-Fi <esp_wifi>
|
||||
Smart Config <esp_smartconfig>
|
||||
|
||||
|
||||
Example code for this API section is provided in `examples/wifi <https://github.com/espressif/esp-idf/tree/master/examples/wifi>`_ directory of ESP-IDF repository.
|
||||
|
5
examples/bluetooth/README.md
Normal file
5
examples/bluetooth/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Bluetooth Examples
|
||||
|
||||
Note: To use examples in this directory, you need to have Bluetooth enabled in configuration. Run `make menuconfig`, go to `Component config` and verify if you see `[*] Bluetooth`. If not - enable it and save.
|
||||
|
||||
See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.
|
3
examples/ethernet/README.md
Normal file
3
examples/ethernet/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Ethernet Examples
|
||||
|
||||
See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.
|
5
examples/get-started/README.md
Normal file
5
examples/get-started/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Get Started Examples
|
||||
|
||||
Simple code to get started with ESP32 and ESP-IDF.
|
||||
|
||||
See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.
|
5
examples/peripherals/README.md
Normal file
5
examples/peripherals/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Peripherals Examples
|
||||
|
||||
This section provides examples how to configure and use ESP32’s internal peripherals like GPIO, UART, I2C, SPI, timers, counters, ADC / DAC, PWM, etc.
|
||||
|
||||
See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.
|
5
examples/protocols/README.md
Normal file
5
examples/protocols/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Protocols Examples
|
||||
|
||||
Implementation of internet communication protocols and services.
|
||||
|
||||
See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.
|
@ -1,4 +1,4 @@
|
||||
# 30_mdns example
|
||||
# mDNS example
|
||||
|
||||
Shows how to use mDNS to advertise lookup services and hosts
|
||||
|
||||
|
5
examples/storage/README.md
Normal file
5
examples/storage/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Storage Examples
|
||||
|
||||
Storage and management of user and system data in module’s flash and on external memory / devices.
|
||||
|
||||
See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.
|
5
examples/system/README.md
Normal file
5
examples/system/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# System Examples
|
||||
|
||||
Configuration and management of memory, interrupts, WDT (watchdog timer), OTA (over the air updates), deep sleep and logging.
|
||||
|
||||
See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.
|
3
examples/wifi/README.md
Normal file
3
examples/wifi/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Wi-Fi Examples
|
||||
|
||||
See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.
|
Loading…
Reference in New Issue
Block a user