Prasad Alatkar 1c7340d229 NimBLE: Update submodule to fix host flow control bugs. пре 4 година
..
app_trace 16726e9980 gcov: Fixes APP CPU syscall table пре 5 година
app_update e7f75e6559 otatool: Fix incorrect using otadata.seq&crc in switch_ota_partition cmd пре 4 година
asio 13d603e486 asio: updated ASIO port to use latest asio and esp-idf features пре 6 година
bootloader 4abc541d6f bootloader: SECURE_ENABLE_SECURE_ROM_DL_MODE cannot be y when SECURE_DISABLE_ROM_DL_MODE=y пре 5 година
bootloader_support ec510fdf18 Merge branch 'bugfix/deep_sleep_skip_verify_rtc_mem_heap_v4.2' into 'release/v4.2' пре 4 година
bt 1c7340d229 NimBLE: Update submodule to fix host flow control bugs. пре 4 година
cbor 5a09de8245 cbor: add tinycbor library and example пре 6 година
coap 7dbf01afad coap: move mbedTLS config options from component to examples пре 5 година
console 3967e1b6d2 vfs: support vfs uart set line endings with specified uart number (release/v4.2) пре 5 година
cxx e2cb7ed9ca Revert "CXX: removed exception windowspill test" пре 5 година
driver ff4ca61cc6 timer: add IRAM_ATTR to spinlock give/take API пре 4 година
efuse d0d7c53ee1 Tools: add Python 2 deprecation warning пре 5 година
esp-tls a2e6db19e6 esp_tls: Fix misplaced paranthesis in esp_tls_mbedtls.c пре 4 година
esp32 d52331849e Merge branch 'bugfix/flash_rodata_any_alignement_v4.2' into 'release/v4.2' пре 4 година
esp32s2 d52331849e Merge branch 'bugfix/flash_rodata_any_alignement_v4.2' into 'release/v4.2' пре 4 година
esp_adc_cal be3fc35533 [cxx]: fixed extern "C" declarations пре 4 година
esp_common d29cce7f0a Merge branch 'bugfix/fix_some_pm_issue_v4.2' into 'release/v4.2' пре 4 година
esp_eth a1c8b21928 esp_eth: moved extern "C" after includes пре 5 година
esp_event e0a02c1a7c AP_STAIPASSIGNED now passes the IP through 'event_data' пре 5 година
esp_gdbstub a6f0b15d3e Revert "Merge branch 'feature/gdb_stub_task_state' into 'master'" пре 5 година
esp_hid 65b993234d esp_hid: fix memory leak if getting dev reports fails пре 5 година
esp_http_client 7ad3837244 esp_http_client_read: Add check for esp_http_client_is_complete_data_received before returning ESP_FAIL пре 4 година
esp_http_server 1c732d7556 esp_http_server: Add lru_socket flag in sock_db to indicate httpd_sess_close is called from httpd_sess_close_lru пре 5 година
esp_https_ota f1c7b0ba6f Resolve documentation issue reported by boarchuz in https://esp32.com/viewtopic.php?f=5&t=14148#p59419 пре 5 година
esp_https_server 22b1607405 esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT пре 5 година
esp_ipc 11d96b39d0 esp_ipc: Move to new component пре 5 година
esp_local_ctrl d417ba0c11 esp_local_ctrl: Fix some memory leak issues by coverity static analyzer. пре 4 година
esp_netif c5b2252e03 esp-netif: Fix PPP netif event posting to include esp_netif data пре 5 година
esp_ringbuf 1ca25688a8 freertos: place `xQueueGenericCreateStatic` into flash пре 5 година
esp_rom 54b817a59e flash_encryption: Quick fixed the issue that block when flash_encryption_write, Related https://github.com/espressif/esp-idf/issues/6322, Related https://github.com/espressif/esp-idf/issues/6254 пре 4 година
esp_serial_slave_link 087c8f6065 essl: new component to communicate with esp serial slave devices пре 6 година
esp_system d694036789 components/bt: Shutdown Bluetooth before esp_restart. пре 5 година
esp_timer 084e170a8f Merge branch 'refactor/esp_ipc' into 'master' пре 5 година
esp_websocket_client 90218b4e9b Add options for esp_http_client and esp_websocket_client to support keepalive пре 5 година
esp_wifi 6ed64c2a2d Synchronize multiple branch of bt lib(release/v4.1 ~ master) пре 4 година
espcoredump 5f1e61498e Bugfix/espcoredump fix error reported for blank partition (Backport v4.2) пре 5 година
esptool_py 78ea042e7d esptool: Update esptool to have merge adjacent sections feature пре 4 година
expat 3d0967a58a test: declare requirements and include dirs private пре 5 година
fatfs 4407c9eb83 fatfs: Fix some memory leak issues by coverity static analyzer. пре 4 година
freemodbus d340fa68aa freemodbus: fix event processing after merge пре 4 година
freertos d52331849e Merge branch 'bugfix/flash_rodata_any_alignement_v4.2' into 'release/v4.2' пре 4 година
heap 6f5e43e26a heap: added alloc failed hook and configuration options пре 5 година
idf_test f12808533d ci: move auto_test_script to new repo (backport 4.2) пре 5 година
jsmn 68dc6b2158 jsmn: define macros in build system пре 6 година
json e366b6ac21 cJSON: include only source file objects for cmake build пре 6 година
libsodium 3d0967a58a test: declare requirements and include dirs private пре 5 година
log a177897f4d log: correct timestamp formatting to unsigned integer type пре 4 година
lwip c8f8def780 lwip: Fixed ping assert reset when ping interval is 0 пре 4 година
mbedtls 532912b025 mbedtls: Fix mbedtls_ssl_send_alert_message crash due to ssl->out_iv is NULL пре 4 година
mdns 19634e34e9 mdns: Fixed the ip header TTL to be correctly set to 255 пре 4 година
mqtt c4e4a05002 MQTT: Update submodule reference: config, error handle, minor fixes пре 5 година
newlib c7d602cc62 Merge branch 'bugfix/adjtime_return_outdelta_before_new_delta_set_v4.2' into 'release/v4.2' пре 5 година
nghttp 742d4689dd Modified http_parser to handle ICY uris. пре 6 година
nvs_flash 74e1613b17 Merge branch 'bugfix/nvs_close_nukes_all_handles_v4.2' into 'release/v4.2' пре 5 година
openssl 521eee7384 openssl: made verification mode conversion to mbetls modes more strict пре 5 година
partition_table 278030ff3e add file stream parameter and log stdout and stderr to same stream пре 5 година
perfmon 3d0967a58a test: declare requirements and include dirs private пре 5 година
protobuf-c 9eccd7c082 components: use new component registration api пре 6 година
protocomm a2ccb3c0ac protocomm: Fixed NULL check of allocated memory пре 4 година
pthread cc10f1943c pthread: fix the priority inheritance пре 5 година
sdmmc 19ae66dfa2 sdmmc: fix the probe issue that forbid sdspi working in highspeed mode пре 5 година
soc abe7a9d020 Merge branch 'bugfix/wifi_softap_deep_sleep_current_opt_v4.2' into 'release/v4.2' пре 4 година
spi_flash aafcc2ca60 Merge branch 'bugfix/flash_encryption_v4.2' into 'release/v4.2' пре 4 година
spiffs f5f91a4d05 tools: Redirect some warnings to stderr пре 5 година
tcp_transport 98d19efe6f tcp_transport: Fix some memory leak issues by coverity static analyzer. пре 4 година
tcpip_adapter ddedf25ca8 Set default AP handlers in wifi_create_and_start_ap() v4.2 пре 5 година
tinyusb e5b242a3cb usb: removes non-integrated features пре 5 година
ulp d0d7c53ee1 Tools: add Python 2 deprecation warning пре 5 година
unity e30cd361a8 global: rename esp32s2beta to esp32s2 пре 6 година
vfs 3967e1b6d2 vfs: support vfs uart set line endings with specified uart number (release/v4.2) пре 5 година
wear_levelling 3d0967a58a test: declare requirements and include dirs private пре 5 година
wifi_provisioning d734c533a5 wifi_provisioning: Fix some memory leak issues by coverity static analyzer. пре 4 година
wpa_supplicant 31d05a5072 wpa_supplicant: Group key reinstallation fixes пре 4 година
xtensa d0d7c53ee1 Tools: add Python 2 deprecation warning пре 5 година