mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 02:20:57 +02:00
Merge branch 'docs/migration_guides_bt_classic_v5.3' into 'release/v5.3'
docs: Add SoC conditional flag for Bluetooth Classic in migration guides (v5.3) See merge request espressif/esp-idf!41524
This commit is contained in:
@@ -22,7 +22,7 @@ BT_DOCS = ['api-reference/bluetooth/esp_bt_defs.rst',
|
|||||||
'api-reference/bluetooth/bt_common.rst',
|
'api-reference/bluetooth/bt_common.rst',
|
||||||
'api-reference/bluetooth/bt_vhci.rst',
|
'api-reference/bluetooth/bt_vhci.rst',
|
||||||
'api-reference/bluetooth/controller_vhci.rst',
|
'api-reference/bluetooth/controller_vhci.rst',
|
||||||
'api-reference/bluetooth/index.rst']
|
'api-reference/bluetooth/index.rst',]
|
||||||
|
|
||||||
BLE_DOCS = ['api-guides/ble/index.rst',
|
BLE_DOCS = ['api-guides/ble/index.rst',
|
||||||
'api-guides/ble/overview.rst',
|
'api-guides/ble/overview.rst',
|
||||||
@@ -62,7 +62,9 @@ CLASSIC_BT_DOCS = ['api-guides/classic-bt/index.rst',
|
|||||||
'api-reference/bluetooth/esp_hf_ag.rst',
|
'api-reference/bluetooth/esp_hf_ag.rst',
|
||||||
'api-reference/bluetooth/esp_spp.rst',
|
'api-reference/bluetooth/esp_spp.rst',
|
||||||
'api-reference/bluetooth/esp_gap_bt.rst',
|
'api-reference/bluetooth/esp_gap_bt.rst',
|
||||||
'migration-guides/release-5.x/5.0/bluetooth-classic.rst']
|
'migration-guides/release-5.x/5.0/bluetooth-classic.rst',
|
||||||
|
'migration-guides/release-5.x/5.2/bluetooth-classic.rst',
|
||||||
|
'migration-guides/release-5.x/5.3/bluetooth-classic.rst',]
|
||||||
|
|
||||||
BLUFI_DOCS = ['api-guides/ble/blufi.rst',
|
BLUFI_DOCS = ['api-guides/ble/blufi.rst',
|
||||||
'api-reference/bluetooth/esp_blufi.rst']
|
'api-reference/bluetooth/esp_blufi.rst']
|
||||||
@@ -76,7 +78,7 @@ WIFI_DOCS = ['api-guides/wifi.rst',
|
|||||||
'api-reference/network/esp_dpp.rst',
|
'api-reference/network/esp_dpp.rst',
|
||||||
'api-reference/provisioning/provisioning.rst',
|
'api-reference/provisioning/provisioning.rst',
|
||||||
'api-reference/provisioning/wifi_provisioning.rst',
|
'api-reference/provisioning/wifi_provisioning.rst',
|
||||||
'migration-guides/release-5.x/5.2/wifi.rst']
|
'migration-guides/release-5.x/5.2/wifi.rst',]
|
||||||
|
|
||||||
IEEE802154_DOCS = ['migration-guides/release-5.x/5.1/ieee802154.rst',
|
IEEE802154_DOCS = ['migration-guides/release-5.x/5.1/ieee802154.rst',
|
||||||
'migration-guides/release-5.x/5.2/ieee802154.rst']
|
'migration-guides/release-5.x/5.2/ieee802154.rst']
|
||||||
|
@@ -13,4 +13,4 @@ Migration from 5.1 to 5.2
|
|||||||
storage
|
storage
|
||||||
system
|
system
|
||||||
:SOC_WIFI_SUPPORTED: wifi
|
:SOC_WIFI_SUPPORTED: wifi
|
||||||
bluetooth-classic
|
:SOC_BT_CLASSIC_SUPPORTED: bluetooth-classic
|
||||||
|
@@ -6,7 +6,7 @@ Migration from 5.2 to 5.3
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
bluetooth-classic
|
:SOC_BT_CLASSIC_SUPPORTED: bluetooth-classic
|
||||||
gcc
|
gcc
|
||||||
peripherals
|
peripherals
|
||||||
protocols
|
protocols
|
||||||
|
@@ -13,4 +13,4 @@
|
|||||||
storage
|
storage
|
||||||
system
|
system
|
||||||
:SOC_WIFI_SUPPORTED: wifi
|
:SOC_WIFI_SUPPORTED: wifi
|
||||||
bluetooth-classic
|
:SOC_BT_CLASSIC_SUPPORTED: bluetooth-classic
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
bluetooth-classic
|
:SOC_BT_CLASSIC_SUPPORTED: bluetooth-classic
|
||||||
gcc
|
gcc
|
||||||
peripherals
|
peripherals
|
||||||
protocols
|
protocols
|
||||||
|
Reference in New Issue
Block a user