esp-idf/components
Island fc3253163e component/ble_mesh: ESP BLE Mesh release
1. BLE Mesh Core

* Provisioning: Node Role
    * Advertising and GATT bearer
    * Authentication OOB

* Provisioning: Provisioner Role
    * Advertising and GATT bearer
    * Authentication OOB

* Networking
    * Relay
    * Segmentation and Reassembly
    * Key Refresh
    * IV Update

* Proxy Support

* Multiple Client Models Run Simultaneously
    * Support multiple client models send packets to different nodes simultaneously
    * No blocking between client model and server

* NVS Storage
    * Store Provisioning Data of BLE Mesh Nodes in Flash

2. BLE Mesh Applications

* BLE Mesh Node & Provisioner
    * Node Example
    * Provisioner Example
    * Node + Generic OnOff Client Example

* Fast Provisioning
    * Vendor Fast Prov Server Model
    * Vendor Fast Prov Client Model
    * Examples

* Wi-Fi & BLE Mesh Coexistence
    * Example

* BLE Mesh Console Commands
    * Example

3. BLE Mesh Models

* Foundation Models
    * Configuration Server Model
    * Configuration Client Model
    * Health Server Model
    * Health Client Model

* Generic Client Models
    * Generic OnOff Client
    * Generic Level Client
    * Generic Location Client
    * Generic Default Transition Timer Client
    * Generic Power OnOff Client
    * Generic Power Level Client
    * Generic Battery Client
    * Generic Property Client

* Generic Server Models
    * Generic OnOff Server (Example)

* Lighting Client Models
    * Light Lightness Client
    * Light CTL Client
    * Light HSL Client
    * Light xyL Client
    * Light LC Client

* Sensor Client Model
    * Sensor Client

* Time and Scenes Client Models
    * Time Client
    * Scene Client
    * Scheduler Client
2019-06-24 11:31:24 +08:00
..
app_trace cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
app_update Merge branch 'feature/otatool_parttool_python_api' into 'master' 2019-06-13 10:31:29 +08:00
asio Rename Kconfig options (root) 2019-05-21 09:09:01 +02:00
bootloader cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
bootloader_support spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
bt component/ble_mesh: ESP BLE Mesh release 2019-06-24 11:31:24 +08:00
coap components: update with build system changes 2019-05-13 19:59:17 +08:00
console components: update with build system changes 2019-05-13 19:59:17 +08:00
cxx cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
driver Merge branch 'refactor/vfs_uart_multichip_support' into 'master' 2019-06-20 18:31:24 +08:00
efuse all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
esp32 cmake: set CONFIG_DIR build property 2019-06-20 16:02:22 +08:00
esp_adc_cal all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
esp_common spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
esp_event Merge branch 'bugfix/malloc_warnings_event_loop' into 'master' 2019-06-13 10:10:26 +08:00
esp_http_client Merge branch 'feature/esp-https-ota-basic-auth' into 'master' 2019-05-10 12:39:14 +08:00
esp_http_server HTTP Server : Close new session immediately if open_fn fails 2019-05-28 08:49:02 +00:00
esp_https_ota esp_https_ota: Add support for URL redirection, basic auth and more control with new APIs 2019-04-29 18:58:07 +05:30
esp_https_server HTTP Server: Added ability to select core 2019-03-21 11:22:58 +08:00
esp_ringbuf ldgen: update component linker fragment files 2019-04-04 15:57:34 +08:00
esp_rom Merge branch 'bugfix/improve_flash_dio_read_timing' into 'master' 2019-06-14 12:10:46 +08:00
esp_websocket_client esp_websocket_client: Add websocket client component 2019-06-20 15:37:40 +08:00
esp_wifi cmake: set CONFIG_DIR build property 2019-06-20 16:02:22 +08:00
esp-tls mbedtls: add config option for setting debug level 2019-06-06 18:28:19 +05:30
espcoredump esp32: Refactor backtrace and add esp_backtrace_print() 2019-06-19 18:30:18 +08:00
esptool_py esptool_py: better display logs when generating binary 2019-06-20 16:02:22 +08:00
ethernet all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
expat components: update with build system changes 2019-05-13 19:59:17 +08:00
fatfs spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
freemodbus uart: multichip support 2019-06-20 11:32:22 +08:00
freertos esp32: Refactor backtrace and add esp_backtrace_print() 2019-06-19 18:30:18 +08:00
heap esp32: Refactor backtrace and add esp_backtrace_print() 2019-06-19 18:30:18 +08:00
idf_test test: fix some wifi case issues: 2019-06-13 11:14:39 +08:00
jsmn components: update with build system changes 2019-05-13 19:59:17 +08:00
json components: update with build system changes 2019-05-13 19:59:17 +08:00
libsodium component: revert some of the dependency corrections 2019-06-11 18:09:26 +08:00
log log: fix minor memory leak when cleaning list of log levels 2019-06-14 13:55:46 +02:00
lwip Merge branch 'feature/netif_custom_name' into 'master' 2019-06-21 08:41:59 +08:00
mbedtls mbedtls: Add UTs for modexp 2019-06-17 07:19:54 +00:00
mdns Merge branch 'bugfix/malloc_warnings_mdns' into 'master' 2019-06-21 13:10:06 +08:00
mqtt esp_websocket_client: Add websocket client component 2019-06-20 15:37:40 +08:00
newlib cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
nghttp nghttp: move HAVE_CONFIG_H compile definition to component 2019-05-23 18:39:31 +08:00
nvs_flash Doc/review api ref storage 2019-06-17 14:23:52 +08:00
openssl Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
partition_table partition_table,app_update: use config partition table offset 2019-06-11 13:17:14 +08:00
protobuf-c protobuf-c : Added Google's protocol buffer C library as sub-module 2018-10-02 19:07:28 +05:30
protocomm component: revert some of the dependency corrections 2019-06-11 18:09:26 +08:00
pthread Rename Kconfig options (components/pthread) 2019-05-21 09:09:01 +02:00
sdmmc all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
smartconfig_ack cmake: make main a component again 2018-09-11 09:44:12 +08:00
soc Merge branch 'bugfix/spi_flash_remove_include_chain_in_host_drv' into 'master' 2019-06-21 13:12:09 +08:00
spi_flash esp_flash: update the document to the latest API 2019-06-20 11:50:23 +08:00
spiffs spiffs,make: change spiffsgen build API 2019-06-21 10:58:40 +08:00
tcp_transport esp_websocket_client: Add websocket client component 2019-06-20 15:37:40 +08:00
tcpip_adapter ci: added standard set of network suite for lwip as a part of weekend test 2019-06-04 08:27:53 +02:00
ulp cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
unity esp32: Refactor backtrace and add esp_backtrace_print() 2019-06-19 18:30:18 +08:00
vfs vfs_uart: refactor to have static context structure 2019-06-20 11:32:24 +08:00
wear_levelling spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
wifi_provisioning Wi-Fi Provisioning : Bugfix in copying SSID and Passphrase 2019-06-12 05:42:46 +00:00
wpa_supplicant wps: add overlap event 2019-06-06 13:16:20 +08:00
xtensa esp32: Refactor backtrace and add esp_backtrace_print() 2019-06-19 18:30:18 +08:00