Ivan Grokhotkov c140a66d3d Merge branch 'feature/coredump_pygdbmi' into 'master' vor 5 Jahren
..
app_trace 16726e9980 gcov: Fixes APP CPU syscall table vor 5 Jahren
app_update 6a1b3221c4 app_update: Add API to write data in a non contiguous manner vor 5 Jahren
asio 13d603e486 asio: updated ASIO port to use latest asio and esp-idf features vor 6 Jahren
bootloader f64ae4fa99 efuse: Add 'disable Download Mode' & ESP32-S2 'Secure Download Mode' functionality vor 5 Jahren
bootloader_support a5683f2263 Merge branch 'bugfix/efuse_logs' into 'master' vor 5 Jahren
bt 7bad9b77cc components/bt:Fix instant reverse and add ble connect paramter check. vor 5 Jahren
cbor 5a09de8245 cbor: add tinycbor library and example vor 6 Jahren
coap 7dbf01afad coap: move mbedTLS config options from component to examples vor 5 Jahren
console 30a6a8f932 Update linenoise.c: calloc returning NULL is not handled vor 5 Jahren
cxx baf06d4971 Increase C++ unit test leak threshold vor 5 Jahren
driver eeeaba4b8e Merge branch 'bugfix/optimize_timer_ut' into 'master' vor 5 Jahren
efuse 362d7b8f71 efuse: spelling fix vor 5 Jahren
esp-tls ea635c2bba esp_tls_wolfssl: fix incorrect error message after handshake fails vor 5 Jahren
esp32 20d17e648b esp32, esp32s2: remove dependency of cache err int init on freertos vor 5 Jahren
esp32s2 08cbfa6187 esp_system: fix various review issues vor 5 Jahren
esp_adc_cal 1c2cc5430e global: bring up esp32s2(not beta) vor 6 Jahren
esp_common bb5535ca5d esp32, esp32s2: move startup code into esp_system vor 5 Jahren
esp_eth 1184366387 ethernet: support pin emac task to core vor 5 Jahren
esp_event c643f743ce esp_event: halve the events registered in performance test vor 6 Jahren
esp_gdbstub c0a33487b1 gdbstub_xtensa.c: Replace with cpu_ll_pc_to_ptr macro vor 5 Jahren
esp_hid 65b993234d esp_hid: fix memory leak if getting dev reports fails vor 5 Jahren
esp_http_client 1bbafb817d esp_http_client: Set user configurable authorization retries vor 5 Jahren
esp_http_server 24587ccbbf esp_http_server: Expose low level socket send/recv APIs vor 5 Jahren
esp_https_ota f1c7b0ba6f Resolve documentation issue reported by boarchuz in https://esp32.com/viewtopic.php?f=5&t=14148#p59419 vor 5 Jahren
esp_https_server 22b1607405 esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT vor 5 Jahren
esp_ipc 11d96b39d0 esp_ipc: Move to new component vor 5 Jahren
esp_local_ctrl 49e8c09ec2 local-ctrl: fix memory allocation issues found by static analyser vor 5 Jahren
esp_netif a9c61dca4e Merge branch 'bugfix/static_analysis_mem_issues' into 'master' vor 5 Jahren
esp_ringbuf 1ca25688a8 freertos: place `xQueueGenericCreateStatic` into flash vor 5 Jahren
esp_rom 7bad9b77cc components/bt:Fix instant reverse and add ble connect paramter check. vor 5 Jahren
esp_serial_slave_link 087c8f6065 essl: new component to communicate with esp serial slave devices vor 6 Jahren
esp_system 98f4ccaef5 esp_system: fix other core init issue vor 5 Jahren
esp_timer 084e170a8f Merge branch 'refactor/esp_ipc' into 'master' vor 5 Jahren
esp_websocket_client f74d5d9517 Merge branch 'bugfix/ws_send_abort' into 'master' vor 5 Jahren
esp_wifi 7cf59a8d18 esp_wifi: vor 5 Jahren
espcoredump c140a66d3d Merge branch 'feature/coredump_pygdbmi' into 'master' vor 5 Jahren
esptool_py d45eabe676 esptool: Add support for ESP32-S2 Secure Download Mode vor 5 Jahren
expat 3d0967a58a test: declare requirements and include dirs private vor 5 Jahren
fatfs 62426a6c90 Merge branch 'refactor/use_new_component_registration_functions' into 'master' vor 5 Jahren
freemodbus 30e97e0920 freemodbus: fix memcmp result truncated to 1 byte vor 5 Jahren
freertos 98dc1b0188 esp_system: introduce intermediary function to call after system init vor 5 Jahren
heap 6f5e43e26a heap: added alloc failed hook and configuration options vor 5 Jahren
idf_test 3f778a92da spi_flash: add unit test for read/write performance vor 5 Jahren
jsmn 68dc6b2158 jsmn: define macros in build system vor 6 Jahren
json e366b6ac21 cJSON: include only source file objects for cmake build vor 6 Jahren
libsodium 3d0967a58a test: declare requirements and include dirs private vor 5 Jahren
log 188240d5c7 log: new macros to log when the cache is disabled vor 5 Jahren
lwip 533bb3c46d feat(lwip): make LWIP TCP rto time configurable vor 5 Jahren
mbedtls c343323863 Fixes issues with gen_crt_bundle.py for unicode chars vor 5 Jahren
mdns cf7e48c779 mdns: Allow config mDNS task stack size vor 5 Jahren
mqtt 78ea8a9ed5 mqtt: clenaup logs and docs vor 5 Jahren
newlib b2fe7f681e Merge branch 'bugfix/esp32_eco3_init_syscall_table' into 'master' vor 5 Jahren
nghttp 742d4689dd Modified http_parser to handle ICY uris. vor 6 Jahren
nvs_flash b40c7c78e3 Merge branch 'feature/nvs_cxx_enums' into 'master' vor 5 Jahren
openssl 833822c10b Fix Kconfig issues discovered by upstream Kconfiglib vor 6 Jahren
partition_table 754d631247 partition_table: fix generation of signed partition table vor 5 Jahren
perfmon 3d0967a58a test: declare requirements and include dirs private vor 5 Jahren
protobuf-c 9eccd7c082 components: use new component registration api vor 6 Jahren
protocomm 05852bc4aa protocomm_httpd: Restart security session if request is received on a new session vor 5 Jahren
pthread c53ad56515 esp_system: startup flow modifications vor 5 Jahren
sdmmc 9b821ddd6b sdmmc: fix possible null dereference in output parameter assignement, whilst it was null checked as an input parameter vor 5 Jahren
soc 08cbfa6187 esp_system: fix various review issues vor 5 Jahren
spi_flash 479269a52b Merge branch 'feature/configure_flash_write_chunk_size' into 'master' vor 5 Jahren
spiffs 9a020cbb40 spiffs: restore dependency of flash targets on spiffs images vor 5 Jahren
tcp_transport 423e600d46 secure_element: atecc608_ecdsa example vor 5 Jahren
tcpip_adapter 95b5ef3687 esp-netif: wifi-deinit to clear handlers only in tcpip-adapter mode vor 5 Jahren
tinyusb 50f7678403 usb: fixed a typo in configure_pins vor 5 Jahren
ulp 9b5acea160 Add missing link to ulp header files and link to example following https://esp32.com/viewtopic.php?f=2&t=15562 vor 5 Jahren
unity e30cd361a8 global: rename esp32s2beta to esp32s2 vor 6 Jahren
vfs 283026a761 vfs: semihost driver bugfix vor 5 Jahren
wear_levelling 3d0967a58a test: declare requirements and include dirs private vor 5 Jahren
wifi_provisioning 4b030420a1 wifi_provisioning: Catch the Wi-Fi events even after Connection errors vor 5 Jahren
wpa_supplicant 1cabd06f0c wpa_supplicant: Replace internal RSA APIs by mbedtls APIs vor 5 Jahren
xtensa 4bc53d44e3 xtensa: use early logging for trax config during startup vor 5 Jahren