esp-idf/components
lly 365c17614b ble_mesh: stack: Transport rx reset settings update
When reset the rx info of transport layer, the
rpl list will always cleared, and rpl stored
in the nvs will only be erased when erase flag
is true and BLE_MESH_SETTINGS is enabled.
Compared with the previous solution, it should
be more clear.
2020-10-15 11:48:14 +00:00
..
app_trace gcov: Fixes APP CPU syscall table 2020-05-08 03:13:18 +03:00
app_update Secure boot v2 support for ESP32-S2 2020-09-15 11:23:51 +05:30
asio asio: updated ASIO port to use latest asio and esp-idf features 2020-01-09 21:53:50 +01:00
bootloader bootloader esp32s2: Increase bootloader DRAM & IRAM allowance 2020-09-15 11:23:51 +05:30
bootloader_support bootloader: Fix esp_get_flash_encryption_mode(). RELEASE = (CRYPT_CNT == max) or (CRYPT_CNT.write_protect == true) 2020-10-15 02:36:04 +00:00
bt ble_mesh: stack: Transport rx reset settings update 2020-10-15 11:48:14 +00:00
cbor
coap coap: move mbedTLS config options from component to examples 2020-05-19 17:23:29 +05:30
console vfs: support vfs uart set line endings with specified uart number (release/v4.2) 2020-08-14 16:01:14 +08:00
cxx Revert "CXX: removed exception windowspill test" 2020-09-25 16:29:58 +00:00
driver Merge branch 'bugfix/fix_dac_dma_driver_and_ut_backport_v4.2' into 'release/v4.2' 2020-09-28 21:43:11 +08:00
efuse CI: Increase stack size for efuse unit test 2020-09-22 11:54:08 +08:00
esp32 Merge branch 'feature/switch_from_external_to_interanl_ram_v4.2' into 'release/v4.2' 2020-10-08 11:22:55 +08:00
esp32s2 Merge branch 'feature/secure_boot_esp32s2_v4.2' into 'release/v4.2' 2020-09-25 07:31:45 +08:00
esp_adc_cal driver/adc: support for esp32s2 adc calibration scheme 2020-08-17 14:43:41 +08:00
esp_common Merge branch 'backport/shared_stack4.2' into 'release/v4.2' 2020-09-25 08:02:55 +08:00
esp_eth esp_eth: moved extern "C" after includes 2020-09-09 10:19:03 +08:00
esp_event Fix handling of multiple AP credentials in WPS 2020-07-27 21:41:20 +08:00
esp_gdbstub Revert "Merge branch 'feature/gdb_stub_task_state' into 'master'" 2020-09-17 17:04:48 +00:00
esp_hid esp_hid: fix memory leak if getting dev reports fails 2020-05-07 12:56:54 +00:00
esp_http_client http-client: fix memory allocation issues found by static analyser 2020-05-13 07:16:45 +02:00
esp_http_server http_server: WebSocket server to set flag in transmitted messages by default 2020-09-02 07:54:29 +00:00
esp_https_ota Resolve documentation issue reported by boarchuz in https://esp32.com/viewtopic.php?f=5&t=14148#p59419 2020-05-07 22:00:27 +02:00
esp_https_server esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT 2020-03-27 23:12:57 +08:00
esp_ipc esp_ipc: Move to new component 2020-05-18 16:51:45 +08:00
esp_local_ctrl local-ctrl: fix memory allocation issues found by static analyser 2020-05-13 07:16:45 +02:00
esp_netif esp_wifi: optimize WiFi TX performance 2020-09-02 14:44:45 +08:00
esp_ringbuf freertos: place xQueueGenericCreateStatic into flash 2020-04-22 16:06:13 +08:00
esp_rom Merge branch 'feature/secure_boot_esp32s2_v4.2' into 'release/v4.2' 2020-09-25 07:31:45 +08:00
esp_serial_slave_link
esp_system add soft solution for esp32 eco3 live lock issue 2020-08-04 05:50:18 +00:00
esp_timer Merge branch 'refactor/esp_ipc' into 'master' 2020-05-25 15:03:04 +08:00
esp_websocket_client Websocket client: avoid deadlock if stop called from event handler 2020-09-01 15:30:40 +08:00
esp_wifi components/coex: Some bugfix about ble dynamic prio 2020-09-29 14:12:39 +08:00
esp-tls esp-tls: enable TLS renegotiation using explicit API call 2020-07-13 15:32:41 +05:30
espcoredump Bugfix/espcoredump fix error reported for blank partition (Backport v4.2) 2020-07-21 01:05:54 +08:00
esptool_py Update to compatible crc & SBv2 enable check api's 2020-09-15 11:29:26 +05:30
expat test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
fatfs Merge branch 'refactor/use_new_component_registration_functions' into 'master' 2020-03-25 08:02:42 +08:00
freemodbus freemodbus: add extern c block into common header for cpp 2020-04-17 17:56:50 +08:00
freertos freertos: don't clobber a4 while spilling register windows 2020-09-25 16:29:58 +00:00
heap heap: added alloc failed hook and configuration options 2020-05-04 10:58:38 -03:00
idf_test Merge branch 'bugfix/remove_auto_conn_case_v4.2' into 'release/v4.2' 2020-09-09 15:54:42 +08:00
jsmn
json cJSON: include only source file objects for cmake build 2020-02-05 11:14:23 +05:30
libsodium test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
log log: new macros to log when the cache is disabled 2020-04-02 15:35:13 +08:00
lwip ipv6 send multicast data fail when src address is null for 4.2 2020-09-22 17:33:02 +08:00
mbedtls mbedtls: Fix a case for mpi_montgomery_exp_calc() when Z is not init 2020-08-07 08:43:12 +00:00
mdns mdns: Allow config mDNS task stack size 2020-05-07 21:49:02 +02:00
mqtt MQTT: Update submodule reference 2020-09-01 15:57:47 +08:00
newlib Merge branch 'bugfix/adjtime_return_outdelta_before_new_delta_set_v4.2' into 'release/v4.2' 2020-09-25 08:03:11 +08:00
nghttp Modified http_parser to handle ICY uris. 2019-10-11 05:04:08 +00:00
nvs_flash Merge branch 'feature/vs_allow_custom_part_4.2' into 'release/v4.2' 2020-09-10 16:09:00 +08:00
openssl openssl: made verification mode conversion to mbetls modes more strict 2020-09-17 13:22:36 +02:00
partition_table partition_table: fix generation of signed partition table 2020-09-09 23:39:51 +02:00
perfmon test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
protobuf-c
protocomm BLE provisioning: Add check for valid ble read offset 2020-07-27 07:21:07 +00:00
pthread pthread: Use INTERFACE in target_link_libraries for vPortCleanUpTCB wrapper 2020-05-08 11:55:23 +05:30
sdmmc sdmmc: fix the probe issue that forbid sdspi working in highspeed mode 2020-07-28 12:36:03 +08:00
soc esp32s2/soc: Fix periph_ll_periph_enabled 2020-10-01 03:58:23 +08:00
spi_flash spi_flash: don't call vTaskDelay in non-os context 2020-10-14 02:42:46 +00:00
spiffs spiffs: restore dependency of flash targets on spiffs images 2020-04-07 17:01:58 +08:00
tcp_transport secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30
tcpip_adapter Set default AP handlers in wifi_create_and_start_ap() v4.2 2020-09-15 14:54:46 +08:00
tinyusb usb: removes non-integrated features 2020-07-29 15:50:56 +02:00
ulp ulp: fix ULP assembler version detection for localized systems 2020-09-10 09:34:40 +02:00
unity global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
vfs vfs: support vfs uart set line endings with specified uart number (release/v4.2) 2020-08-14 16:01:14 +08:00
wear_levelling test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
wifi_provisioning provisioning: use memcpy instead of strncpy for copying SSID 2020-09-17 15:51:32 +05:30
wpa_supplicant Merge branch 'cherry-pick-4dcaa0e6-3' into 'release/v4.2' 2020-09-15 12:06:49 +08:00
xtensa Merge branch 'feature/switch_from_external_to_interanl_ram_v4.2' into 'release/v4.2' 2020-10-08 11:22:55 +08:00