Michael (XIAO Xufeng) 76fbb689fd Merge branch 'bugfix/remove_uart2_c3' into 'master' 4 лет назад
..
app_trace 2f58060921 TWAI: FIFO overrun handling and errata workarounds 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 2c75f63f89 * ets_delay_us(1) has too much overhead; change logic 4 лет назад
bt 666a73d79c components/bt: bug-fixes in BLE controller and BLE baseband 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 4 лет назад
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 4 лет назад
esp_common daa13b3f62 esp32: move toolchain check 4 лет назад
esp_eth 1e674f1d20 esp_eth: Update KSZ8851SNL driver to use global error checkers 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 3ed5d97771 Merge branch 'bugfix/fix_touch_sensor_measure_start_wait_time' into 'master' 4 лет назад
esp_ipc d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 4 лет назад
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 d6a2a67006 Merge branch 'bugfix/fix_some_pm_issue' into 'master' 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 76fbb689fd Merge branch 'bugfix/remove_uart2_c3' 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 4 лет назад
esp_wifi 15499e3cc1 esp_wifi: Update wifi lib 4 лет назад
espcoredump b972631658 feat(coredump): add esp32s2 and esp32c3 support 4 лет назад
esptool_py 7bb5c8cc82 esp32c3 espefuse: Fix efuse programming timing on ESP32-C3 ECO3 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 96c2acd9a8 Merge branch 'refactor/strip_systimer_hal_layer' into 'master' 4 лет назад
hal 644f430a31 Merge branch 'feature/esp32c3_usbjtagserial_console' into 'master' 4 лет назад
heap d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 4 лет назад
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 1e896e5def log: update copyright year 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 4 лет назад
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 4 лет назад
protocomm 105497f861 Add secure connection for just works in provisioning app for bluedroid 4 лет назад
pthread 79ae7a7bd9 freertos: test: Add stress test for thread local storage 4 лет назад
riscv d920aa52be xtensa: simplify build script 4 лет назад
sdmmc 6e2dc5d291 Fix minor documentation issue 5 лет назад
soc 76fbb689fd Merge branch 'bugfix/remove_uart2_c3' into 'master' 4 лет назад
spi_flash 859f7e3664 Merge branch 'feature/support_eon_flash_qaud_mode_esp_flash' 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' 4 лет назад
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 83e68ee19e Merge branch 'bugfix/replace_setjmp_rom' into 'master' 4 лет назад