mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'feat/ble_mesh_dfu_supported_v5.2' into 'release/v5.2'
Feat/ble mesh dfu supported v5.2 See merge request espressif/esp-idf!44130
This commit is contained in:
@@ -45,6 +45,8 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/bt/esp_ble_mesh/v1.1/api/core/include/esp_ble_mesh_rpr_model_api.h \
|
||||
$(PROJECT_PATH)/components/bt/esp_ble_mesh/v1.1/api/core/include/esp_ble_mesh_sar_model_api.h \
|
||||
$(PROJECT_PATH)/components/bt/esp_ble_mesh/v1.1/api/core/include/esp_ble_mesh_srpl_model_api.h \
|
||||
$(PROJECT_PATH)/components/bt/esp_ble_mesh/v1.1/api/models/include/esp_ble_mesh_dfu_model_api.h \
|
||||
$(PROJECT_PATH)/components/bt/esp_ble_mesh/v1.1/api/models/include/esp_ble_mesh_dfu_slot_api.h \
|
||||
$(PROJECT_PATH)/components/bt/esp_ble_mesh/api/esp_ble_mesh_defs.h \
|
||||
$(PROJECT_PATH)/components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_config_model_api.h \
|
||||
$(PROJECT_PATH)/components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_generic_model_api.h \
|
||||
|
||||
@@ -29,6 +29,7 @@ Mesh Core
|
||||
* Private Beacon
|
||||
* Subnet Bridge
|
||||
* Minor Enhancements
|
||||
* Device Firmware Update (Preview)
|
||||
|
||||
* Multiple Client Models Run Simultaneously
|
||||
* Support multiple client models send packets to different nodes simultaneously
|
||||
@@ -132,6 +133,14 @@ Mesh Models
|
||||
* Light LC Server
|
||||
* Light LC Setup Server
|
||||
|
||||
* Device Firmware Update Client models
|
||||
* Firmware Update Client model (Preview)
|
||||
* Firmware Distribution Client model (Preview)
|
||||
|
||||
* Device Firmware Update Server models
|
||||
* Firmware Update Server model (Preview)
|
||||
* Firmware Distribution Server model (Preview)
|
||||
|
||||
Mesh Examples
|
||||
"""""""""""""
|
||||
|
||||
|
||||
@@ -226,3 +226,11 @@ Composition and Metadata
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_cm_data_api.inc
|
||||
|
||||
Device Firmware Update
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_dfu_model_api.inc
|
||||
|
||||
Device Firmware Slots
|
||||
|
||||
.. include-build-file:: inc/esp_ble_mesh_dfu_slot_api.inc
|
||||
|
||||
|
||||
@@ -132,6 +132,14 @@ Mesh 模型
|
||||
* 灯光 LC 服务器
|
||||
* 灯光 LC 设置服务器
|
||||
|
||||
* 设备固件更新客户端模型
|
||||
* 固件更新客户端模型(预览)
|
||||
* 固件分发客户端模型(预览)
|
||||
|
||||
* 设备固件更新服务器模型
|
||||
* 固件更新服务器模型(预览)
|
||||
* 固件分发服务器模型(预览)
|
||||
|
||||
Mesh 示例
|
||||
"""""""""""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user