Wang Meng Yang dfe5f7432f Merge branch 'bugfix/fix_ble_scan_failed_issue_master_4.3' into 'release/v4.3' 4 лет назад
..
app_trace d6ed894113 esp_ipc: fix race condition in ipc task 4 лет назад
app_update 9abe6da406 app_update: Check if the running app is signed by a valid key before revocation 4 лет назад
asio 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
bootloader e00f6cbde9 bootloader: add xmc spi_flash startup flow to improve reliability 4 лет назад
bootloader_support d4fd54f8ce spi_flash: fix the corruption of ROM after calling bootloader_execute_flash_command 4 лет назад
bt dfe5f7432f Merge branch 'bugfix/fix_ble_scan_failed_issue_master_4.3' into 'release/v4.3' 4 лет назад
cbor 636d685eab Update tinycbor submodule in ESP-IDF 5 лет назад
cmock 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
coap d43bb775a5 coap: Fix coap implentation with cxx 4 лет назад
console 0d0bec6c31 console: fix a bug preventing us from starting a CLI on non-default UART 4 лет назад
cxx d376c161aa [C++]: wrapper functions around unwind code 4 лет назад
driver 8732cc6c6b Merge branch 'bugfix/timer_example_crashed_not_calling_timer_group_set_alarm_value_in_isr_v4.3' into 'release/v4.3' 4 лет назад
efuse 0d16e61d96 efuse: Fix len of SOFT_DIS_JTAG for esp32c3(v4.3) 4 лет назад
esp-tls c62682cd07 Fix esp_mbedtls_write API 4 лет назад
esp32 42039cde0a add flash and PSRAM CS IO acquire function 4 лет назад
esp32c3 d6cdb3e0ae usb_serial_jtag: support usb_serial_jtag on esp32c3 4 лет назад
esp32s2 7689a801d4 System/Memprot: fixed voltage glitching detection logic 4 лет назад
esp32s3 3908360e46 Merge branch 'feature/support_bss_in_psram_for_esp32s2_v4.3' into 'release/v4.3' 4 лет назад
esp_adc_cal a71d9cc466 [cxx]: fixed extern "C" declarations 4 лет назад
esp_common d6cdb3e0ae usb_serial_jtag: support usb_serial_jtag on esp32c3 4 лет назад
esp_eth 1eab7a033b ci: update cert used for esp_eth test 4 лет назад
esp_event dfa2a980d7 [esp_event]: fixed and improved docs 4 лет назад
esp_gdbstub d6cdb3e0ae usb_serial_jtag: support usb_serial_jtag on esp32c3 4 лет назад
esp_hid 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
esp_http_client 70db0406fc esp_http_client: Fixed handling of EAGAIN return 4 лет назад
esp_http_server f728202ee9 esp_http_server: Fix ws server handle length over 1440(MTU) messages incorrectly. 4 лет назад
esp_https_ota 70db0406fc esp_http_client: Fixed handling of EAGAIN return 4 лет назад
esp_https_server c707d0d323 Fixed ssl_ctx not being freed at the time of error. 5 лет назад
esp_hw_support 7c52647243 fix stuck in rtc_clk_cal 4 лет назад
esp_ipc d6ed894113 esp_ipc: fix race condition in ipc task 4 лет назад
esp_local_ctrl 9e00034ec7 Added support for security1 in local control 4 лет назад
esp_netif acf5333b1e esp_netif: Fix dhcps state transitions 4 лет назад
esp_pm 0b8ed8d76e ci: enable previously disabled unit tests 4 лет назад
esp_ringbuf b69f94fb3a Merge branch 'feature/move_ringbuf_funcs_into_flash' into 'master' 5 лет назад
esp_rom ce9e615679 Merge branch 'feature/esp32c3_usbjtagserial_v4.3' into 'release/v4.3' 4 лет назад
esp_serial_slave_link 52a8f6cdd5 essl: add essl spi support to communicate with spi slave hd mode 4 лет назад
esp_system 28f8ac5f12 cpu_start: rename function to add core prefix for more clarity 4 лет назад
esp_timer 0b8ed8d76e ci: enable previously disabled unit tests 4 лет назад
esp_websocket_client 63e489255f transport: Add CONFI_WS_TRANSPORT for optimize the code size 4 лет назад
esp_wifi b4b57a25b8 esp_wifi: backport some wifi fix 4 лет назад
espcoredump 49fcfafed3 Merge branch 'bugfix/core_dump_image_erase_with_encryption_v4.3' into 'release/v4.3' 4 лет назад
esptool_py 75e099129e secure_boot_v2(doc): secure_boot_v2 key/s must be readable 4 лет назад
expat 6ad84919ad expat: Update library from 2.2.9 to 2.4.1 4 лет назад
fatfs 3926b436b5 vfs/fatfs: fix failed tests by increasing timeout 4 лет назад
freemodbus 43d2a6eeed Merge branch 'bugfix/modbus_add_task_affinity_and_callbacks_v43' into 'release/v4.3' 4 лет назад
freertos 8bb5d87f0c Merge branch 'bugfix/freertos_ut_suspend_v4.3' into 'release/v4.3' 4 лет назад
hal 14977d7561 Merge branch 'bugfix/spi_ll_intr_bits_v4.3' into 'release/v4.3' 4 лет назад
heap dd73ba9601 heap: use hal specific API to get cpu cycles count 4 лет назад
idf_test 689fad7372 ci: adjust spi_flash performance value according to more test data 4 лет назад
jsmn 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
json 7059591d92 cJSON: Update submodule to latest release. 4 лет назад
libsodium 496f749f63 libsodium: fix source directory names to address build issues with Make 4 лет назад
log f683db7aea Merge branch 'feature/c3_IDF-2554' into 'master' 5 лет назад
lwip 6e182d7ed3 dhcpserver: support cplusplus 4 лет назад
mbedtls caafeff63f esp_crt_bundle: remove EC-ACC certificate 4 лет назад
mdns 0b556de95c mdns: fix memory free issue when repeating the query in reply 4 лет назад
mqtt f7169ed063 mqtt: Moved weekend tests to test apps 4 лет назад
newlib 746f2e2d49 Merge branch 'bugfix/newlib_dirent_decls_4.3' into 'release/v4.3' 4 лет назад
nghttp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
nvs_flash 4a21a9e341 nvs_tool: Update Readme with supports of multiline strings and comments in the CSV file 4 лет назад
openssl 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
partition_table 58a3e08895 paritition_table: Verify the partition table md5sum when loading the app 4 лет назад
perfmon 0301c66bf0 esp32c3: Disable components that are not yet supported 5 лет назад
protobuf-c 9eccd7c082 components: use new component registration api 6 лет назад
protocomm a30195d87b ESP32C3: Fix for provisioning failure with ble transport mode and bluedriod stack for v4.3 4 лет назад
pthread 9596f0d966 pthread: Fix possible deadlock when using pthread_join() and Debug log level 4 лет назад
riscv 57442c38bd core: fix cases where riscv SP were not 16 byte aligned 4 лет назад
sdmmc 6e2dc5d291 Fix minor documentation issue 5 лет назад
soc e5bd4427e3 fix efuse err address in block0 (backport v4.3) 4 лет назад
spi_flash 61bd1eb225 Merge branch 'bugfix/xmc_overerase_v4.3' into 'release/v4.3' 4 лет назад
spiffs 0146f258d7 style: format python files with isort and double-quote-string-fixer 5 лет назад
tcp_transport 6a1938384a tls: Modify tls optimize both mbedtls and wolfssl 4 лет назад
tcpip_adapter 1ef91c72e2 components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components 4 лет назад
tinyusb 958bfcbf59 Update tinyusb to the latest upstream version 5 лет назад
touch_element 1821fd766b touch_element: fix event callback parameter type, change it into pointer 5 лет назад
ulp b667770cc6 ulp riscv: force cocpu clock on to prevent spurious cocpu trap resets 4 лет назад
unity c233ce0449 spi_flash: mocking should be possible now 5 лет назад
vfs d6cdb3e0ae usb_serial_jtag: support usb_serial_jtag on esp32c3 4 лет назад
wear_levelling fb82bdb9da docs: update api-reference chapters for C3 5 лет назад
wifi_provisioning fb345ecc2e provisioning: fix wifi warning in wifi_prov_mgr application 4 лет назад
wpa_supplicant f83699a67f Merge branch 'cherry-pick-e8360fe0-4' into 'release/v4.3' 4 лет назад
xtensa de0063164d Merge branch 'bugfix/place_xt_int_fns_into_iram_4.3' into 'release/v4.3' 4 лет назад