OVMS3-idf/components
lly 711c8472fc ble_mesh: Miscellaneous modifications
1. Add an API to set Provisioner static oob value
2. Add an API to deinit BLE Mesh stack
3. Add an API to set Provisioner unicast address
4. Add an API to provision devices with fixed address
5. Add an API to store node composition data
6. Add an API to get node with device uuid
7. Add an API to get node with unicast address
8. Add an API to delete node with device uuid
9. Add an API to delete node with unicast address
10. Add an API for Provisioner to update local AppKey
11. Add an API for Provisioner to update local NetKey
12. Support Provisioner persistent functionality
13. Fix Provisioner entering IV Update procedure
14. Fix an issue which may cause client failing to send msg
15. Use bt_mesh.flags to indicate device role
16. Remove several useless macros
17. Callback RSSI of received mesh provisioning packets
18. Modify the Provisioner disable function
19. Change some log level from debug to info
20. Add parameters to Provisioner bind AppKey completion event
21. Fix node ignoring relay messages issue
22. Support using a specific partition for BLE Mesh
23. Fix compile warning when proxy related macros are disabled
24. Clean up BLE Mesh stack included header files
25. NULL can be input if client message needs no parameters
26. Fix compile warning when BT log is disabled
27. Initilize BLE Mesh stack local variables
28. Support using PSRAM for BLE Mesh mutex, queue and task
29. Add a menuconfig option to enable using memory from PSRAM
30. Clean up sdkconfig.defaults of BLE Mesh examples
2020-03-02 02:08:13 +00:00
..
app_trace gcov: Fixes aborted calls to _lock_acquire_recursive from gcov stub 2019-12-16 19:15:37 +00:00
app_update ut: Move tests back from "esp32" subfolder 2020-01-06 17:13:53 +08:00
asio asio: updated ASIO port to use latest asio and esp-idf features 2020-01-09 21:53:50 +01:00
bootloader Fixes accessing some files from 2nd part of the bootloader. 2020-02-10 16:33:02 +05:30
bootloader_support esp32s2:remove unsupported xtal choice 2020-01-09 13:09:21 +08:00
bt ble_mesh: Miscellaneous modifications 2020-03-02 02:08:13 +00:00
cbor cbor: add tinycbor library and example 2019-08-22 17:44:29 +08:00
coap ESP32/coap_mbedtls:add macro checks 2019-10-09 16:46:46 +08:00
console tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
cxx CXX: enable exceptions ESP32S2-beta 2019-12-10 10:23:00 +08:00
driver Merge branch 'bugfix/add_missing_ledc_set_pin_declaration_v4.1' into 'release/v4.1' 2020-02-26 15:20:40 +08:00
efuse ut: Move tests back from "esp32" subfolder 2020-01-06 17:13:53 +08:00
esp-tls tcp_transport: added API for client-key password 2020-01-06 21:16:24 +00:00
esp32 esp_timer/esp32: Fix case when alarm_reg > counter_reg but FRC_TIMER_INT_STATUS is not set 2020-02-06 14:43:40 +08:00
esp32s2beta esp32s2:remove unsupported xtal choice 2020-01-09 13:09:21 +08:00
esp_adc_cal Merge branch 'master' into feature/esp32s2beta_merge 2019-09-20 10:28:37 +10:00
esp_common Merge branch 'feature/likely_unlikely' into 'master' 2020-01-10 14:05:07 +08:00
esp_eth ethernet: always put eth_driver handle in SRAM 2020-01-21 21:45:24 +08:00
esp_event ut: Move tests back from "esp32" subfolder 2020-01-06 17:13:53 +08:00
esp_gdbstub Merge branch 'master' into feature/esp32s2beta_merge 2019-09-16 16:18:48 +10:00
esp_http_client Bugfix for failing OTA example 2019-12-31 14:18:16 +05:30
esp_http_server esp_http_server : Bugfix in parsing of empty header values 2019-09-06 11:02:36 +08:00
esp_https_ota Bugfix for failing OTA example 2019-12-31 14:18:16 +05:30
esp_https_server esp-tls: Naming variables refering to certificates and keys in a neutral way to suggest that both PEM and DER format could be used, added comments descibing important details about using these formats 2019-08-02 09:25:16 +02:00
esp_local_ctrl tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_netif lwip: Enable IPv6 stateless address autoconfiguration 2020-01-20 08:26:00 +00:00
esp_ringbuf feat(timer): refator timer group driver 2019-11-21 14:14:19 +08:00
esp_rom components/bt: backports to release/v4.1 2020-02-20 17:53:40 +08:00
esp_serial_slave_link essl: new component to communicate with esp serial slave devices 2019-12-03 22:58:41 +08:00
esp_websocket_client tcp_transport/ws_client: websockets now correctly handle messages longer than buffer 2020-01-06 17:18:13 +08:00
esp_wifi esp_wifi: Small refactor for ic_set_vif 2020-02-20 12:22:52 +08:00
espcoredump Merge branch 'bugfix/coredump_bin_fmt_ver_update' into 'master' 2020-01-10 10:04:17 +08:00
esptool_py project_include.cmake: Make esptool_py_custom_target callable from other directories 2019-12-19 17:53:09 +05:30
expat heap_caps: small fixes on comments plus cleaning 2019-12-20 13:35:56 -03:00
fatfs Merge branch 'bugfix/fatfs_corrupted_assert' into 'master' 2020-01-14 08:37:07 +08:00
freemodbus freemodbus: fix merge issues 2019-12-10 14:30:25 +08:00
freertos Merge branch 'feature/likely_unlikely' into 'master' 2020-01-10 14:05:07 +08:00
heap heap: removed ptr check in diram area since aligned allocator does not support data allocated from IRAM 2020-01-10 10:15:32 -03:00
idf_test test: update SSC bin path of nvs compatible test 2020-01-10 14:14:51 +08:00
jsmn jsmn: define macros in build system 2019-11-29 18:05:24 +08:00
json cJSON: include only source file objects for cmake build 2020-02-10 17:32:14 +05:30
libsodium ut: Move tests back from "esp32" subfolder 2020-01-06 17:13:53 +08:00
log log: Check for ISR context and use proper API to get Tick Count 2020-02-20 15:38:08 +05:30
lwip fix ipv6 bug when input the wrong broadcast for v4.1 2020-02-27 17:13:03 +08:00
mbedtls mbedtls: fix hw accelerated big-num mul if operand and result overlap 2020-01-09 18:11:18 +00:00
mdns mdns: fixed typos in the variable names and the comments 2020-01-09 12:50:13 +00:00
mqtt mqtt: update submodule to point to latest commit. 2020-01-09 11:35:49 +00:00
newlib newlib: reverted support of memalign function 2020-01-10 10:05:28 -03:00
nghttp Modified http_parser to handle ICY uris. 2019-10-11 05:04:08 +00:00
nvs_flash NVS: expose C++ API 2020-01-09 18:29:23 +08:00
openssl Fix Kconfig issues discovered by upstream Kconfiglib 2019-09-23 16:10:57 +02:00
partition_table Fix subtype in PartitionTable.find_by_type 2020-02-10 08:37:10 +01:00
perfmon xtensa: update header file 2019-12-09 09:44:56 +08:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
protocomm Unified Provisioning - BLE: Fix characteristics read response issue 2020-02-18 15:11:51 +05:30
pthread test: Fix possible race in pthread C++ test 2019-12-19 15:55:51 +11:00
sdmmc Merge branch 'feature/likely_unlikely' into 'master' 2020-01-10 14:05:07 +08:00
soc rmt: fix missing 0x in rmt_ll.h 2020-02-18 10:54:03 +08:00
spi_flash spi_flash: reenable mmap tests on esp32s2beta 2020-01-10 16:17:01 +11:00
spiffs spiffs: Fix for case when CONFIG_SPIFFS_USE_MTIME is not defined 2020-02-12 18:12:58 +08:00
tcp_transport Merge branch 'bugfix/ws_rcv_exceed_buf' into 'master' 2020-01-09 13:18:31 +08:00
tcpip_adapter lwip: Enable IPv6 stateless address autoconfiguration 2020-01-20 08:26:00 +00:00
ulp ulp: remove 20190801 version, update supported version for Make 2019-12-15 21:39:42 +01:00
unity ut: add DISABLED_FOR_TARGETS macros to control ut building 2020-01-06 17:13:47 +08:00
vfs VFS: Check in select() if the UART driver is installed or not 2020-01-21 10:04:38 +01:00
wear_levelling ut: Move tests back from "esp32" subfolder 2020-01-06 17:13:53 +08:00
wifi_provisioning wifi_prov_manager: Delay the Wi-Fi connect call 2020-01-07 09:51:54 +00:00
wpa_supplicant WPS_CONFIG_INIT_DEFAULT(type) error 2020-02-06 14:07:14 +08:00
xtensa expression_with_stack:make stack overflow detection watchpoint optional 2020-01-06 17:01:53 -03:00