Mahavir Jain 60a808372e Merge branch 'feature/upgrade_mbedtls_to_v4.2' into 'release/v4.2' 5 gadi atpakaļ
..
app_trace 16726e9980 gcov: Fixes APP CPU syscall table 5 gadi atpakaļ
app_update f5f91a4d05 tools: Redirect some warnings to stderr 5 gadi atpakaļ
asio 13d603e486 asio: updated ASIO port to use latest asio and esp-idf features 6 gadi atpakaļ
bootloader bff3192080 Merge branch 'feature/update_key_name_of_secure_boot_v4.2' into 'release/v4.2' 5 gadi atpakaļ
bootloader_support dd6405fcef Secure Boot V2: Fix an issue leading to manual enablement of Secure Boot v2. 5 gadi atpakaļ
bt 0432d11509 ble_mesh: stack: Provisioner supports receiving heartbeat 5 gadi atpakaļ
cbor 5a09de8245 cbor: add tinycbor library and example 6 gadi atpakaļ
coap 7dbf01afad coap: move mbedTLS config options from component to examples 5 gadi atpakaļ
console 3967e1b6d2 vfs: support vfs uart set line endings with specified uart number (release/v4.2) 5 gadi atpakaļ
cxx e2cb7ed9ca Revert "CXX: removed exception windowspill test" 5 gadi atpakaļ
driver 14587e7e73 i2c: Acquire PM lock after acquiring mutex 5 gadi atpakaļ
efuse d0d7c53ee1 Tools: add Python 2 deprecation warning 5 gadi atpakaļ
esp-tls 076ad543fb esp_tls_wolfssl : Add domain name check 5 gadi atpakaļ
esp32 2ef417df5f Merge branch 'docs/update_rtc_clock_source_description_in_api_references_backport_v4.2' into 'release/v4.2' 5 gadi atpakaļ
esp32s2 2ef417df5f Merge branch 'docs/update_rtc_clock_source_description_in_api_references_backport_v4.2' into 'release/v4.2' 5 gadi atpakaļ
esp_adc_cal 4cbed9b364 driver/adc: support for esp32s2 adc calibration scheme 5 gadi atpakaļ
esp_common 12eb9d6d80 esp_wifi: 5 gadi atpakaļ
esp_eth a1c8b21928 esp_eth: moved extern "C" after includes 5 gadi atpakaļ
esp_event e0a02c1a7c AP_STAIPASSIGNED now passes the IP through 'event_data' 5 gadi atpakaļ
esp_gdbstub a6f0b15d3e Revert "Merge branch 'feature/gdb_stub_task_state' into 'master'" 5 gadi atpakaļ
esp_hid 65b993234d esp_hid: fix memory leak if getting dev reports fails 5 gadi atpakaļ
esp_http_client fad8a27cf7 Make the UserAgent string in esp-http-client configurable 5 gadi atpakaļ
esp_http_server ec2262e5a4 http_server: WebSocket server to set flag in transmitted messages by default 5 gadi atpakaļ
esp_https_ota f1c7b0ba6f Resolve documentation issue reported by boarchuz in https://esp32.com/viewtopic.php?f=5&t=14148#p59419 5 gadi atpakaļ
esp_https_server 22b1607405 esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT 5 gadi atpakaļ
esp_ipc 11d96b39d0 esp_ipc: Move to new component 5 gadi atpakaļ
esp_local_ctrl 49e8c09ec2 local-ctrl: fix memory allocation issues found by static analyser 5 gadi atpakaļ
esp_netif a57576cec4 esp_netif: initialize TCP ISN hook if enabled in configuration 5 gadi atpakaļ
esp_ringbuf 1ca25688a8 freertos: place `xQueueGenericCreateStatic` into flash 5 gadi atpakaļ
esp_rom 000a533eaa Fix controller dead when clkn overflow 5 gadi atpakaļ
esp_serial_slave_link 087c8f6065 essl: new component to communicate with esp serial slave devices 6 gadi atpakaļ
esp_system d694036789 components/bt: Shutdown Bluetooth before esp_restart. 5 gadi atpakaļ
esp_timer 084e170a8f Merge branch 'refactor/esp_ipc' into 'master' 5 gadi atpakaļ
esp_websocket_client 2a4c338ac4 websocket_client: fix some issues for websocket client 5 gadi atpakaļ
esp_wifi 44b1c3b307 esp_wifi: update wifi lib 5 gadi atpakaļ
espcoredump 5f1e61498e Bugfix/espcoredump fix error reported for blank partition (Backport v4.2) 5 gadi atpakaļ
esptool_py 03c72909a3 esptool: Update to v3.0 release version 5 gadi atpakaļ
expat 3d0967a58a test: declare requirements and include dirs private 5 gadi atpakaļ
fatfs 62426a6c90 Merge branch 'refactor/use_new_component_registration_functions' into 'master' 5 gadi atpakaļ
freemodbus b1fe4c4cc6 freemodbus: add extern c block into common header for cpp 5 gadi atpakaļ
freertos a82d0cf9f1 Merge branch 'bugfix/panic_instr_fetch_prohibited_v4.2' into 'release/v4.2' 5 gadi atpakaļ
heap 6f5e43e26a heap: added alloc failed hook and configuration options 5 gadi atpakaļ
idf_test f12808533d ci: move auto_test_script to new repo (backport 4.2) 5 gadi atpakaļ
jsmn 68dc6b2158 jsmn: define macros in build system 6 gadi atpakaļ
json e366b6ac21 cJSON: include only source file objects for cmake build 6 gadi atpakaļ
libsodium 3d0967a58a test: declare requirements and include dirs private 5 gadi atpakaļ
log 188240d5c7 log: new macros to log when the cache is disabled 5 gadi atpakaļ
lwip 7d226ce542 lwip: provide configuration option to enable TCP ISN hook 5 gadi atpakaļ
mbedtls ce72deea7f mbedtls: upgrade to v2.16.9 release 5 gadi atpakaļ
mdns e1e481f438 mdns: Support queries in responses in mDNS non-strict mode 5 gadi atpakaļ
mqtt c4e4a05002 MQTT: Update submodule reference: config, error handle, minor fixes 5 gadi atpakaļ
newlib c7d602cc62 Merge branch 'bugfix/adjtime_return_outdelta_before_new_delta_set_v4.2' into 'release/v4.2' 5 gadi atpakaļ
nghttp 742d4689dd Modified http_parser to handle ICY uris. 6 gadi atpakaļ
nvs_flash 0514496744 Merge branch 'feature/vs_allow_custom_part_4.2' into 'release/v4.2' 5 gadi atpakaļ
openssl 521eee7384 openssl: made verification mode conversion to mbetls modes more strict 5 gadi atpakaļ
partition_table 278030ff3e add file stream parameter and log stdout and stderr to same stream 5 gadi atpakaļ
perfmon 3d0967a58a test: declare requirements and include dirs private 5 gadi atpakaļ
protobuf-c 9eccd7c082 components: use new component registration api 6 gadi atpakaļ
protocomm 6928e6b5b0 Protocomm/simple_ble: Make gatt table map size equal to number of handles received (v4.2) 5 gadi atpakaļ
pthread cc10f1943c pthread: fix the priority inheritance 5 gadi atpakaļ
sdmmc 19ae66dfa2 sdmmc: fix the probe issue that forbid sdspi working in highspeed mode 5 gadi atpakaļ
soc 774fb48f9e Merge branch 'bugfix/spiram_reserve_size_pr5373_v4.2' into 'release/v4.2' 5 gadi atpakaļ
spi_flash 4baf399f10 spi_flash: don't call vTaskDelay in non-os context 5 gadi atpakaļ
spiffs f5f91a4d05 tools: Redirect some warnings to stderr 5 gadi atpakaļ
tcp_transport c0e3aa1ef8 transport: fix transport ssl blocking 5 gadi atpakaļ
tcpip_adapter ddedf25ca8 Set default AP handlers in wifi_create_and_start_ap() v4.2 5 gadi atpakaļ
tinyusb e5b242a3cb usb: removes non-integrated features 5 gadi atpakaļ
ulp d0d7c53ee1 Tools: add Python 2 deprecation warning 5 gadi atpakaļ
unity e30cd361a8 global: rename esp32s2beta to esp32s2 6 gadi atpakaļ
vfs 3967e1b6d2 vfs: support vfs uart set line endings with specified uart number (release/v4.2) 5 gadi atpakaļ
wear_levelling 3d0967a58a test: declare requirements and include dirs private 5 gadi atpakaļ
wifi_provisioning 6d37ad39aa provisioning: use memcpy instead of strncpy for copying SSID 5 gadi atpakaļ
wpa_supplicant 3acd9861bf wpa_supplicant: Use WPA3 flag to reduce code size 5 gadi atpakaļ
xtensa d0d7c53ee1 Tools: add Python 2 deprecation warning 5 gadi atpakaļ