Jiang Jiang Jian 4100f2e84f Merge branch 'optimize_tcp_random_close' into 'master' 6 лет назад
..
app_trace 320608c85a bugfix/esp32: add cpp guard headers for app_trace component so that its 6 лет назад
app_update 6257828348 app_update: Add support esp32s2beta 6 лет назад
asio 9eccd7c082 components: use new component registration api 6 лет назад
bootloader 6f761dd62d cmake: Fix some uninitialized variable warnings 6 лет назад
bootloader_support 01ca687caa esp32s2beta: only support unicore 6 лет назад
bt 46c53ab8c8 btdm:fix the problem that Not getting complete Identity Address (Public Address) of the Privacy-enabled Bonded Device after bonding. beacuse of the wrong memcpy in LE_KEY callback handler. 6 лет назад
cbor 5a09de8245 cbor: add tinycbor library and example 6 лет назад
coap 3e9a054626 ESP32/coap_mbedtls:add macro checks 6 лет назад
console afbaf74007 tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 6 лет назад
cxx 78e4b0ff96 CXX: enable exceptions ESP32S2-beta 6 лет назад
driver 01ca687caa esp32s2beta: only support unicore 6 лет назад
efuse 01ca687caa esp32s2beta: only support unicore 6 лет назад
esp-tls ed85046138 tcp_transport: added functionality for using ALPN with SSL 6 лет назад
esp32 134a627ad8 esp_wifi: fix WiFi scan and connect bugs when coexist with Bluetooth 6 лет назад
esp32s2beta 01ca687caa esp32s2beta: only support unicore 6 лет назад
esp_adc_cal adfc06a530 Merge branch 'master' into feature/esp32s2beta_merge 6 лет назад
esp_common 01ca687caa esp32s2beta: only support unicore 6 лет назад
esp_eth cf161b1c83 ethernet: add start/stop stress test 6 лет назад
esp_event 9894691e11 fix bug for netif add crash 6 лет назад
esp_gdbstub 438d513a95 Merge branch 'master' into feature/esp32s2beta_merge 6 лет назад
esp_http_client 489c815eb8 esp_http_client: add esp_http_client_set_authtype function 6 лет назад
esp_http_server a6cc964a26 esp_http_server : Bugfix in parsing of empty header values 6 лет назад
esp_https_ota 5f6fd238b6 fix: esp_http_client and esp_https_ota can follow 307 Redirects 6 лет назад
esp_https_server 25dd5e39af esp-tls: Naming variables refering to certificates and keys in a neutral way to suggest that both PEM and DER format could be used, added comments descibing important details about using these formats 6 лет назад
esp_local_ctrl afbaf74007 tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 6 лет назад
esp_netif c3ee156df0 ethernet: move netif glue && add ref counter 6 лет назад
esp_ringbuf 9f9da9ec96 feat(timer): refator timer group driver 6 лет назад
esp_rom a86d741fc9 esp_rom: remove esp_rom.c 6 лет назад
esp_serial_slave_link 087c8f6065 essl: new component to communicate with esp serial slave devices 6 лет назад
esp_websocket_client 9200250f51 Add User-Agent and additional headers to esp_websocket_client 6 лет назад
esp_wifi e48efd8a4d mesh: fix mesh stop recv crash 6 лет назад
espcoredump 27ce4d13df coredump: change data format to ELF 6 лет назад
esptool_py 5efb1140ac esptool: add chip and stub option 6 лет назад
expat b7f16594de expat: Update library from 2.2.5 to 2.2.9 6 лет назад
fatfs 28b7f11f93 fatfs: fix unit tests not included in the build 6 лет назад
freemodbus ba1ee4092a freemodbus: fix merge issues 6 лет назад
freertos f50df36ebf Merge branch 'feature/external_github_prs' into 'master' 6 лет назад
heap 884717fb2f apptrace: Adds support for converting SystemView traces to JSON format 6 лет назад
idf_test f119cc58cf components/freertos: tuned performance value for ISR exit cycles to pass in test in -Og 6 лет назад
jsmn 68dc6b2158 jsmn: define macros in build system 6 лет назад
json f72dc5b271 Update cJSON to v1.7.12 6 лет назад
libsodium 9a2af7ae33 global: remove gcc 5.2 support 6 лет назад
log 676b5e0deb log: refactoring to make compatible with no-FreeRTOS builds 6 лет назад
lwip 4100f2e84f Merge branch 'optimize_tcp_random_close' into 'master' 6 лет назад
mbedtls 4ee78f8496 added KConfig option to allow loading CA certs with unsupported extensions 6 лет назад
mdns d9433ef692 mdns: fixed forgotten merge conflicts in debug code 6 лет назад
mqtt 8675a818f9 Merge branch 'master' into feature/esp32s2beta_merge 6 лет назад
newlib 9a2af7ae33 global: remove gcc 5.2 support 6 лет назад
nghttp 742d4689dd Modified http_parser to handle ICY uris. 6 лет назад
nvs_flash f53f450380 nvs_flash: build nvs_encr.cpp only if relevant config option is enabled 6 лет назад
openssl 833822c10b Fix Kconfig issues discovered by upstream Kconfiglib 6 лет назад
partition_table 1a29ddbd33 cmake: fix partition_table cmake when using md5 checksum 6 лет назад
perfmon 13cb9f8718 xtensa: update header file 6 лет назад
protobuf-c 9eccd7c082 components: use new component registration api 6 лет назад
protocomm 76a3a5fb48 ci: disable unavailable tests for esp32s2beta 6 лет назад
pthread 9a2af7ae33 global: remove gcc 5.2 support 6 лет назад
sdmmc 5b6b624e1f driver: fix gpio pin_bit_mask truncation in sdspi_host and others 6 лет назад
soc f5e60524ac Merge branch 'bugfix/fix_i2c_driver_breakingchange_issue' into 'master' 6 лет назад
spi_flash e6ad330018 ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 6 лет назад
spiffs 7ce75a42c7 Merge branch 'master' into feature/esp32s2beta_merge 6 лет назад
tcp_transport 9200250f51 Add User-Agent and additional headers to esp_websocket_client 6 лет назад
tcpip_adapter ac11545e0a ethernet: warning when double start/stop 6 лет назад
ulp b38bc2f8f5 s2 support for make build removed. 6 лет назад
unity 0ea6453b1c freertos: changed isr time test case variables to static 6 лет назад
vfs f27ae9b0e2 feature: Add uart hal support. 6 лет назад
wear_levelling 438d513a95 Merge branch 'master' into feature/esp32s2beta_merge 6 лет назад
wifi_provisioning ffe043b1a8 esp_netif: Introduction of esp-netif component as a replacement of tcpip_adpter 6 лет назад
wpa_supplicant 4872dcea2e wpa_supplicant: remove header file MD5 unit test 6 лет назад
xtensa 13cb9f8718 xtensa: update header file 6 лет назад