OVMS3-idf/components
lly c496fa79de ble_mesh: Remove BLE_MESH_MAX_STORED_NODES option
Previously the BLE_MESH_MAX_STORED_NODES option is added for
internal mesh test, which will be a little confusing for the
users to understand.
Here we remove this option, instead the BLE_MESH_MAX_PROV_NODES
will be used for all the cases. For mesh internal test, when
the test function is called to add some nodes info, the info
will be stored in the array of provisioned nodes directly.
2020-04-27 14:39:36 +08:00
..
app_trace gcov_example: Adds cmake target to generate report 2019-07-05 12:44:35 +00:00
app_update app_update: fix test failure for get_app_elf_sha256 test 2020-04-15 21:13:21 +08:00
asio components: use new component registration api 2019-06-21 19:53:29 +08:00
bootloader secure boot: Ensure mbedTLS enables ECDSA if signatures are checked in app 2020-04-01 16:42:41 +11:00
bootloader_support secure boot: Ensure mbedTLS enables ECDSA if signatures are checked in app 2020-04-01 16:42:41 +11:00
bt ble_mesh: Remove BLE_MESH_MAX_STORED_NODES option 2020-04-27 14:39:36 +08:00
coap lwip_2.1.2 for idf_4.0 2019-07-07 01:51:45 +00:00
console cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
cxx build system: move -fno-rtti link option next to the compile option 2019-11-28 11:02:30 +01:00
driver Merge branch 'bugfix/cpp_extern_v4.0' into 'release/v4.0' 2020-04-07 15:39:48 +08:00
efuse efuse: Fix get_coding_scheme() when CONFIG_SECURE_FLASH_ENC_ENABLED and LOG_LEVEL is Debug 2020-04-15 20:52:50 +08:00
esp-tls fix(transport): Fix a bug of the connection whether be active or not by timeout option when the select function return a correct value. 2020-04-15 09:49:03 +00:00
esp32 Merge branch 'feature/add_rtc_xtal_cal_retry_option_v4.0' into 'release/v4.0' 2020-04-15 16:09:59 +08:00
esp_adc_cal esp_adc_cal: Remove deprecated ADC calibration functions 2019-09-19 18:48:14 +10:00
esp_common ipc: prevent code getting pulled in for unicore configuration 2020-03-11 14:04:45 +05:30
esp_eth ethernet: always put eth_driver handle in SRAM 2020-01-21 21:30:34 +08:00
esp_event esp_event: remove extra line from source file 2020-03-22 21:46:07 +08:00
esp_gdbstub esp32_gdbstub: fix build error with esp32-2019r1 toolchain 2019-08-13 11:38:28 +05:30
esp_http_client Bugfix for failing OTA example 2020-03-18 08:19:56 +00:00
esp_http_server httpd_sess_close: Check for session validity before closing 2019-09-12 08:41:31 +00:00
esp_https_ota esp_https_ota.c: Add errno check for WiFi disconnection while performing OTA 2020-03-18 08:19:56 +00:00
esp_https_server esp_https_server: Add support for esp-tls server APIs 2019-06-25 23:43:35 +00:00
esp_local_ctrl cmake : Add CMakeLists.txt and update READMEs for re-compilation of proto files 2019-07-05 18:20:15 +05:30
esp_ringbuf ringbuf: Remove deprecated RingbufferType_t 2019-09-19 18:48:55 +10:00
esp_rom components/bt: Fix assert when create conntion cancel 2020-03-28 20:44:43 +08:00
esp_websocket_client tcp_transport/ws_client: websockets now correctly handle messages longer than buffer 2020-02-28 10:53:08 +08:00
esp_wifi esp_wifi: backport some WiFi bugs 2020-04-10 11:18:44 +08:00
espcoredump core dump: don't allow core dumps to Flash if PSRAM is used for stacks 2020-04-02 23:44:47 +02:00
esptool_py tools: Fix flashing encrypted binaries from IDF Monitor 2020-03-27 10:31:37 +01:00
expat expat: Update library from 2.2.5 to 2.2.9 2019-12-05 09:17:39 +01:00
fatfs Fix memory leak upon failure of esp_vfs_fat_sdmmc_mount() 2019-10-18 10:27:37 +02:00
freemodbus cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
freertos freertos: modify configASSERTs around scheduler state check 2019-11-19 04:42:27 +00:00
heap multi_heap: ensure that malloc(0) return NULL pointer in any poisoning configuration 2020-03-27 14:30:27 -03:00
idf_test esp_wifi: backport some wifi bugs 0323 2020-03-24 15:10:31 +08:00
jsmn components: use new component registration api 2019-06-21 19:53:29 +08:00
json cJSON: include only source file objects for cmake build 2020-02-10 17:32:26 +05:30
libsodium cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
log esp_wifi: backport some wifi bugs 0323 2020-03-24 15:10:31 +08:00
lwip optimization TCPv6 connect 2020-03-20 15:02:43 +08:00
mbedtls mbedtls: Make ECDHE-PSK config item depend on ECDHE 2020-04-01 16:43:03 +11:00
mdns Merge branch 'bugfix/mdns_deinit_event_crash_v4.0' into 'release/v4.0' 2020-01-09 13:02:28 +08:00
mqtt ci: fix weekend test confguration update per latest refactoring of 2020-02-25 18:32:11 +07:00
newlib newlib: define fcntl as strong symbol 2019-12-13 14:12:36 +00:00
nghttp cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
nvs_flash Merge branch 'bugfix/IDFGH-2910_v4.0' into 'release/v4.0' 2020-04-09 05:45:21 +08:00
openssl Fix Kconfig issues discovered by upstream Kconfiglib 2019-09-25 08:25:51 +02:00
partition_table partition_table: output partition table info for partition_table target 2020-03-22 21:04:03 +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:09:30 +05:30
pthread pthread: remove ESP32_ prefix from Kconfig options 2019-07-29 04:43:49 +02:00
sdmmc driver: fix gpio pin_bit_mask truncation in sdspi_host and others 2020-04-02 23:38:17 +02:00
soc soc: clear PHY status when cpu start 2020-02-13 14:36:11 +08:00
spi_flash Added Cpp compatibility for components/spi_flash/include/esp_flash_spi_init.h 2020-04-02 23:22:10 +02:00
spiffs spiffs: fix build issue on clean project 2019-11-11 18:11:12 +08:00
tcp_transport fix(transport): Fix a bug of the connection whether be active or not by timeout option when the select function return a correct value. 2020-04-15 09:49:03 +00:00
tcpip_adapter bugfix for TCPv6 send ok when sta disconnect 2020-03-19 14:06:40 +08:00
ulp ulp: fix ulp external project args 2020-03-22 21:09:03 +08:00
unity cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
vfs VFS: Check in select() if the UART driver is installed or not 2020-01-21 10:11:08 +01:00
wear_levelling global: update note in the partition tables 2019-07-27 10:28:16 +02:00
wifi_provisioning Wifi_provisioning_ble: Change service_uuid to non standard 128 bit UUID (v4.0) 2020-03-30 11:22:32 +05:30
wpa_supplicant wpa_supplicant: Fix compilation errors when USE_MBEDTLS is disabled. 2020-04-15 15:34:35 +05:30
xtensa cmake: some formatting fixes 2019-06-21 19:53:29 +08:00