Ivan Grokhotkov 417ef19084 Merge branch 'feature/tls_support' into 'master' 8 лет назад
..
app_trace c3d8215728 sysview: fix compilation in 1 core mode, refactor timer choices 8 лет назад
app_update 3dfcc312c8 ota_ops: Fix get_selected_boot_partition() in case there is no factory partition 8 лет назад
aws_iot eaff702df1 aws iot: Expose Thing Shadow settings in menuconfig 8 лет назад
bootloader 301751ede0 build system: Fix undefined variables 8 лет назад
bootloader_support cf7a4cc650 Protect partition table by MD5 checksum 8 лет назад
bt 79fd3f4f10 component/bt: Fix bug:scan result of adv type is wrong 8 лет назад
coap 2a1906cf50 Ensure that C++ and C compilers get the same preprocessor setup 8 лет назад
console 2536d50d2e console: Add C++ guards to header 8 лет назад
cxx 90ad7b423c unit tests: make static init guard test single core compatible 8 лет назад
driver 62f924544d Merge branch 'test/spi_performance' into 'master' 8 лет назад
esp32 417ef19084 Merge branch 'feature/tls_support' into 'master' 8 лет назад
esp_adc_cal 2fceec4d85 feature(I2S-ADC): add ADC mode for I2S. 8 лет назад
espcoredump a593d8a518 bugfix: fixed path to esptool when there is no compiled python module for it 9 лет назад
esptool_py 6736908eaf esptool: Update to v2.2.1 8 лет назад
ethernet 709d19f99e Merge branch 'feature/eth_set_mac_addr' into 'master' 8 лет назад
expat 60f29236f6 Build system: Raise warning level 9 лет назад
fatfs 68bba96911 Merge branch 'bugfix/sdmmc_vfs_deinit' into 'master' 8 лет назад
freertos 417ef19084 Merge branch 'feature/tls_support' into 'master' 8 лет назад
heap ae8a0bbf56 fix typo for heap cap free size 8 лет назад
idf_test 62f924544d Merge branch 'test/spi_performance' into 'master' 8 лет назад
jsmn 4820b64a7f Add jsmn JSON parser component 9 лет назад
json 11bf72aace Update cJSON to v1.7.1 8 лет назад
libsodium 90bbcbcdc0 unit tests: fix warnings, build with -Werror 8 лет назад
log 2e33dbf766 Merge branch 'bugfix/esp_log_level_set_strcmp' into 'master' 8 лет назад
lwip f44cbe9033 Change ESP_ERR_PING_BASE because of collision with ESP_ERR_TCPIP_ADAPTER_BASE 8 лет назад
mbedtls 8a47679d04 Add #include guards and __cplusplus guards to esp_debug.h 8 лет назад
mdns 4fa130ae4f mdns: Fix case where service is NULL and that will cause exception 8 лет назад
micro-ecc 84635a160e micro-ecc: Add submodule dependency 9 лет назад
newlib bee1afaf6d time: rename time source option from FRC to "high-resolution timer" 8 лет назад
nghttp 2a1906cf50 Ensure that C++ and C compilers get the same preprocessor setup 8 лет назад
nvs_flash 519edc332d Fix compilation errors when using gcc-7.2.0 for the crosstool-ng toolchain 8 лет назад
openssl 022b4f3251 openssl: add feature check for MBEDTLS_SSL_ALPN 8 лет назад
partition_table cf7a4cc650 Protect partition table by MD5 checksum 8 лет назад
pthread f2370b2830 Removed logging from pthread conditional variable which completely drowned out any other logging and also had negative effects on the RMT due to sharing the same log system. Related to #1345 / TW#16842 8 лет назад
sdmmc 2551a7343d test(sdmmc_host): add new test to probe over SD (1-bit). 8 лет назад
soc 70ab924dbb Especially when internal memory fills up, some FreeRTOS structures (queues etc) get allocated in psram. These structures also contain a spinlock, which needs an atomic-compare-swap operation to work. The psram hardware, however, does not support this operation. As a workaround, this patch detects these spinlocks and will, instead of S32C1I, use equivalent C-code to simulate the behaviour, with an (internal) mux for atomicity. 8 лет назад
spi_flash 337f790fd3 bug fix of assert happen in PSRAM 8 лет назад
spiffs 1103e1baba spiffs: fix esp_spiffs_format not working if partition is not mounted 8 лет назад
tcpip_adapter 4bddbc031c Import mDNS changes 8 лет назад
ulp dba291416f soc,ulp: add register definitions of RTC_I2C peripheral 8 лет назад
vfs 552ba35da5 add missing ioctl declaration 8 лет назад
wear_levelling cc67500d3e unit test: adapt tests to single core configuration 8 лет назад
wpa_supplicant 57bc38d867 Add the fast crypto function in supplicant 8 лет назад
xtensa-debug-module c2c9149a24 esp32: Apptrace API enhancement 8 лет назад