KonstantinKondrashov ca481e18e1 bootloader_support: Used esp_image_get_metadata() instead of esp_image_verify() 4 лет назад
..
app_trace da59a29be6 Merge branch 'update_copyright_notice_app_trace' into 'master' 4 лет назад
app_update d1befe83ef otatool: Fix incorrect using otadata.seq&crc in switch_ota_partition cmd 4 лет назад
asio 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
bootloader fc22e3c645 [system]: Made longjmp save for context switch 4 лет назад
bootloader_support ca481e18e1 bootloader_support: Used esp_image_get_metadata() instead of esp_image_verify() 4 лет назад
bt 59c0825ed8 Added example(ESP32-C3), to use Bluetooth Controller through HCI UART transport 4 лет назад
cbor 6a06be002e tinycbor: update to latest upstream commit-id 4 лет назад
cmock 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
coap 3e533be8be coap: Fixed NULL checks for dymanic memory allocation in coap_mbedtls.c 5 лет назад
console 9b2b86b7d9 console: fix linenoiseProbe never timing out 5 лет назад
cxx 2552c7ba0f [C++]: wrapper functions around unwind code 4 лет назад
driver fb1fd26caf Merge branch 'refactor/gdma_check_macro' into 'master' 4 лет назад
efuse 7bb5c8cc82 esp32c3 espefuse: Fix efuse programming timing on ESP32-C3 ECO3 4 лет назад
esp-tls 52442be9e1 esp-tls: Fix setsockopt for TCP_KEEPIDLE 4 лет назад
esp32 7f34657013 Merge branch 'feature/ethernet_link_check_esp_timer' into 'master' 4 лет назад
esp32c3 76fbb689fd Merge branch 'bugfix/remove_uart2_c3' into 'master' 4 лет назад
esp32s2 7c1e1c9e2d systimer: update soc data 4 лет назад
esp32s3 96c2acd9a8 Merge branch 'refactor/strip_systimer_hal_layer' into 'master' 4 лет назад
esp_adc_cal 13bc5feb0a [cxx]: fixed extern "C" declarations 5 лет назад
esp_common daa13b3f62 esp32: move toolchain check 4 лет назад
esp_eth 154ad2e0e1 esp_eth_mac_openeth.c: Fix issue created by generic check macros update 4 лет назад
esp_event 7fe8720c9d Revert "esp_event test: Disable linker relaxations in this component, to temporarily workaround a linker bug" 4 лет назад
esp_gdbstub 2c75f63f89 * ets_delay_us(1) has too much overhead; change logic 4 лет назад
esp_hid 77922a24c3 esp_hid: add missing static qualifier 4 лет назад
esp_http_client b148433fbd esp_http_client_read: Add check for esp_http_client_is_complete_data_received before returning ESP_FAIL 4 лет назад
esp_http_server 3e82fcd566 esp_http_server: Fix transport_ctx not getting freed 4 лет назад
esp_https_ota 31445c1566 esp_https_ota: Warn users when CONFIG_OTA_ALLOW_HTTP is set 4 лет назад
esp_https_server c707d0d323 Fixed ssl_ctx not being freed at the time of error. 5 лет назад
esp_hw_support 73adacb7d4 Merge branch 'bugfix/fix_nolightsleep_after_wifi_init' into 'master' 4 лет назад
esp_ipc d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 5 лет назад
esp_local_ctrl 0146f258d7 style: format python files with isort and double-quote-string-fixer 5 лет назад
esp_netif 4e73cff729 esp_netif: enable UBSAN in component test app 4 лет назад
esp_pm 91dbae3eb5 esp_pm: allow dfs to swith down alltime if no lightsleep 4 лет назад
esp_ringbuf b69f94fb3a Merge branch 'feature/move_ringbuf_funcs_into_flash' into 'master' 5 лет назад
esp_rom a0d13a31ec uart: fix misleading files for UART2 4 лет назад
esp_serial_slave_link 44fafd4991 spi_slave_hd: add polling api to read/write buf to essl_spi 4 лет назад
esp_system c88287851d Merge branch 'feature/raise_log_level' into 'master' 4 лет назад
esp_timer 988c88a6b1 systimer: optimise esp_timer_get_time 4 лет назад
esp_websocket_client c79a907e4f components: Remove repeated keep alive function by ssl layer function 5 лет назад
esp_wifi f1ee8aa14f esp_wifi: fix nolightsleep after wifi init 4 лет назад
espcoredump b972631658 feat(coredump): add esp32s2 and esp32c3 support 4 лет назад
esptool_py 952c9a2d05 Merge branch 'feature/esptool_wrapper' into 'master' 4 лет назад
expat 20c068ef3b cmock: added cmock as component 5 лет назад
fatfs 925dacd7fb Merge branch 'bugfix/remove_HSPI_macro_on_c3' into 'master' 4 лет назад
freemodbus 868e123336 freemodbuss: fix event processing after merge 4 лет назад
freertos e02439f2de freertos: Add addition overflow check for stream buffer 4 лет назад
hal 59c0825ed8 Added example(ESP32-C3), to use Bluetooth Controller through HCI UART transport 4 лет назад
heap d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 5 лет назад
idf_test 51169b0e0c AES/SHA: use GDMA driver instead of LL 5 лет назад
jsmn 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
json 6ba648edac cJSON: update to v1.7.14 release 5 лет назад
libsodium dfd6c5cb0b libsodium: Update library to v1.0.18 4 лет назад
log 88829d68fc log: Document that normally logging APIs don't work in critical sections 4 лет назад
lwip fd3553b66d lwip: add config options for Thread IPv6 border routing 4 лет назад
mbedtls 93604b1a11 mbedtls: Fix mbedtls_ssl_send_alert_message crash due to ssl->out_iv is NULL 4 лет назад
mdns 5cce919cbe mdns: Fixed the ip header TTL to be correctly set to 255 4 лет назад
mqtt 74fa52668c esp-mqtt: Remove __FILE__ macro from error logs 5 лет назад
newlib b1eacc24f2 stdatomic: Implemented legacy __sync APIs and __atomic_exchange_n 4 лет назад
nghttp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
nvs_flash 68393c41c4 doc: linux host test documentation 4 лет назад
openssl cc78923d23 docs: Update OpenSSL API documents 4 лет назад
openthread ea836abe50 openthread: support microsecond timer 4 лет назад
partition_table 920edd4e73 partition_table: Add a "single factory app (large)" option for 1.5MB app size 4 лет назад
perfmon 0301c66bf0 esp32c3: Disable components that are not yet supported 5 лет назад
protobuf-c d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 5 лет назад
protocomm 105497f861 Add secure connection for just works in provisioning app for bluedroid 4 лет назад
pthread 6e80811ca2 log: Remove redundant definition of LOG_LOCAL_LEVEL 4 лет назад
riscv d920aa52be xtensa: simplify build script 5 лет назад
sdmmc cfa4beb661 test_sd: merge emmc SDR/DDR test cases of 4-bit mode 4 лет назад
soc 76fbb689fd Merge branch 'bugfix/remove_uart2_c3' into 'master' 4 лет назад
spi_flash efb9f87951 Merge branch 'bugfix/fix_728_series_reboot_failure' into 'master' 4 лет назад
spiffs e6edf34e82 esp32: move esp_clk functions 4 лет назад
tcp_transport d74f7d2d04 tcp_transport: Add option to enable crt_bundle for SSL connection 4 лет назад
tcpip_adapter da58235a0e components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components 5 лет назад
tinyusb 8f064dabcd tinyusb: add 'extern C' bit to tusb_console.h 4 лет назад
touch_element a3f5cf2c71 Merge branch 'bugfix/touch_element_callback_para' into 'master' 5 лет назад
ulp e77a91df7f Merge branch 'doc/ulp_st_bits' into 'master' 4 лет назад
unity c233ce0449 spi_flash: mocking should be possible now 5 лет назад
usb 738af3fd38 USB HCD uses IRPs directly for transfer 4 лет назад
vfs 2c75f63f89 * ets_delay_us(1) has too much overhead; change logic 4 лет назад
wear_levelling e6edf34e82 esp32: move esp_clk functions 4 лет назад
wifi_provisioning 06ae78b531 provisioning: Fix WiFi credentials not saved to NVS due to wifi_prov_mgr_start_provisioning change the WiFi storage to RAM 4 лет назад
wpa_supplicant 20bb0c3b02 wpa_supplicant: Group key reinstallation fixes 4 лет назад
xtensa be55a5eb2b [system]: put xtensa_intr_asm into IRAM 4 лет назад