harshal.patil
|
c5cc4f488a
|
feat(mpi): use RCC atomic block to enable/reset the MPI peripheral
|
2023-10-11 14:59:03 +05:30 |
|
harshal.patil
|
3483cf61aa
|
fix(esp_hw_support/esp_ds): remove enabling redundant peripherals
|
2023-10-11 14:59:03 +05:30 |
|
Shu Chen
|
bb76564a1b
|
Merge branch 'fix/openthread_mtd_config_typo' into 'master'
fix(openthread): fix config typo for mtd
See merge request espressif/esp-idf!26396
|
2023-10-11 17:28:42 +08:00 |
|
Roland Dobai
|
5088e52670
|
Merge branch 'bugfix/kconfcheck_pre-commit' into 'master'
Bugfix/kconfcheck pre commit
See merge request espressif/esp-idf!26410
|
2023-10-11 17:26:03 +08:00 |
|
Radek Tandler
|
6c83e63371
|
Merge branch 'feature/nvs_tool_integrity_check_refactor' into 'master'
feat(nvs): NVS tool add key consistency check
Closes IDF-8146
See merge request espressif/esp-idf!25638
|
2023-10-11 16:33:39 +08:00 |
|
Kapil Gupta
|
b73e46223b
|
Merge branch 'bugfix/dpp_api_mode_check' into 'master'
Ensure dpp follows init->bootstrap->listen path
Closes WIFIBUG-165 and WIFIBUG-157
See merge request espressif/esp-idf!26302
|
2023-10-11 16:24:02 +08:00 |
|
Anton Maklakov
|
db2224e544
|
Merge branch 'ci/danger_parse_backslash_in_releasenotes' into 'master'
ci(danger): Allow backslash in Release notes
See merge request espressif/esp-idf!26241
|
2023-10-11 16:17:42 +08:00 |
|
Jakub Kocka
|
d7da0bef98
|
bugfix(pre-commit-config): Added additional dependencies for check-kconfigs
|
2023-10-11 09:01:33 +02:00 |
|
Anton Maklakov
|
2472c62fff
|
Merge branch 'feature/add_qemu_to_tools-json' into 'master'
Add QEMU to tools.json
Closes QEMU-164
See merge request espressif/esp-idf!25973
|
2023-10-11 12:54:46 +08:00 |
|
Armando (Dou Yiwen)
|
332595d4f9
|
Merge branch 'feat/private_api_to_get_cache_line_size' into 'master'
cache: added private API to get cache alignment requirements
See merge request espressif/esp-idf!26285
|
2023-10-11 12:46:29 +08:00 |
|
Anton Maklakov
|
c941b465ad
|
ci(danger): Ignore escaping backslash in Release notes
|
2023-10-11 11:10:05 +07:00 |
|
Marius Vikhammer
|
d27dd4d9cb
|
Merge branch 'docs/show_include_path' into 'master'
docs: show include path and require component as part of API header
Closes IDF-3134, DOC-1032, and DOC-3629
See merge request espressif/esp-idf!25092
|
2023-10-11 09:36:14 +08:00 |
|
Liu Ning
|
8b74d9381d
|
Merge branch 'bugfix/fix_wifi_beacon_timeout_after_connection_established' into 'master'
fix(wifi): fix wifi beacon timeout after connection established
Closes WIFIBUG-184
See merge request espressif/esp-idf!26385
|
2023-10-11 09:11:58 +08:00 |
|
Tomas Rezucha
|
31f11848d2
|
Merge branch 'feature/usb_examples_trim_build' into 'master'
change(usb/examples): Trim the builds of USB examples
See merge request espressif/esp-idf!26320
|
2023-10-10 23:33:11 +08:00 |
|
Song Ruo Jing
|
814159448b
|
Merge branch 'feature/ledc_cal_duty_resolution' into 'master'
feat(ledc): add ledc_find_suitable_duty_resolution function
Closes IDFGH-10569
See merge request espressif/esp-idf!25208
|
2023-10-10 20:34:09 +08:00 |
|
zwx
|
9d0c80ab28
|
fix(openthread): fix config typo for mtd
|
2023-10-10 20:14:51 +08:00 |
|
Konstantin Kondrashov
|
c15a2d23c5
|
Merge branch 'ci/enable_ipc_isr_tests' into 'master'
fix(examples): Enable ipc_isr tests on CI
Closes IDF-8273
See merge request espressif/esp-idf!26298
|
2023-10-10 19:19:23 +08:00 |
|
Rahul Tank
|
422d6f9c23
|
Merge branch 'bugfix/fix_max_cccds_compilation_issue' into 'master'
fix(nimble): Fix compilation warnings when max bonds or cccd is set to 0
Closes IDFGH-11151
See merge request espressif/esp-idf!26307
|
2023-10-10 18:11:00 +08:00 |
|
Armando
|
1f8f0a5285
|
feat(cache): added private API to get cache alignment requirements
|
2023-10-10 18:09:01 +08:00 |
|
Ren Pei Ying
|
fff1b2a2df
|
Merge branch 'docs/update_cn_trans_for_mr23220' into 'master'
docs: Update Chinese translation for security/flash-encryption.rst and index.rst
Closes DOC-2190
See merge request espressif/esp-idf!26357
|
2023-10-10 18:06:31 +08:00 |
|
Armando (Dou Yiwen)
|
fede09a4ea
|
Merge branch 'refactor/format_esp_mm_psram_adc_2' into 'master'
refactor: format esp mm psram adc 2
See merge request espressif/esp-idf!26372
|
2023-10-10 18:00:07 +08:00 |
|
Shu Chen
|
2a960ca119
|
Merge branch 'feature/update_openthread_upstream' into 'master'
feat(openthread): update openthread upstream
See merge request espressif/esp-idf!26375
|
2023-10-10 17:59:23 +08:00 |
|
Roland Dobai
|
81804be35f
|
Merge branch 'fix/kconfigs_check_move' into 'master'
fix(tools/kconfig): Moved check_konfigs.py to esp-idf-kconfig package
Closes IDFGH-9516
See merge request espressif/esp-idf!26033
|
2023-10-10 17:58:43 +08:00 |
|
Roman Leonov
|
7b0b7a8bf0
|
Merge branch 'feature/usb_host_uvc_example_kconfig' into 'master'
feat(usb/host): add Kconfig for negotiation protocol configuration in UVC example
Closes IDF-7975
See merge request espressif/esp-idf!26275
|
2023-10-10 17:26:08 +08:00 |
|
Tomas Rezucha
|
b4c387f9f3
|
change(usb/examples): Trim the USB example builds
Include minimal set of components: main and everything it depends on
|
2023-10-10 10:28:47 +02:00 |
|
morris
|
c9a0968f4a
|
Merge branch 'docs/add_cn_trans_for_async_memcpy.rst_in_api-reference_system' into 'master'
docs: Provide Chinese translation for async_memcpy.rst in api-reference/system
Closes DOC-6134
See merge request espressif/esp-idf!26266
|
2023-10-10 16:26:54 +08:00 |
|
Zhang Xiao Yan
|
4466561dab
|
Merge branch 'docs/update_command_to_exit_screen_session' into 'master'
docs: update the command to exit the screen session
See merge request espressif/esp-idf!26186
|
2023-10-10 16:26:36 +08:00 |
|
Rahul Tank
|
26ba685133
|
Merge branch 'feature/walkthrough_for_coc_ble_prph' into 'master'
doc (nimble): Added the tutorial for coc_bleprph example.
See merge request espressif/esp-idf!26290
|
2023-10-10 14:57:15 +08:00 |
|
Jiang Jiang Jian
|
0b99348c40
|
Merge branch 'ci/update_ethernet_wifi_example_build_rules' into 'master'
ci: update ethernet and wifi examples build rules
Closes IDFCI-1815
See merge request espressif/esp-idf!26246
|
2023-10-10 14:17:59 +08:00 |
|
liuning
|
79a1cb38dd
|
(fix)esp_wifi: wifi beacon timeout after connection established
|
2023-10-10 05:50:13 +00:00 |
|
C.S.M
|
b2d7f4d0cd
|
Merge branch 'bugfix/compile_usj_fail_c6' into 'master'
ci(usb_serial_jtag): Add a pytest for usb_serial_jtag print.
Closes IDF-3201
See merge request espressif/esp-idf!26231
|
2023-10-10 13:47:19 +08:00 |
|
Tomas Sebestik
|
f74bcca8a8
|
Merge branch 'fix/pre-commit-gh' into 'master'
fix: GitHub action PR pre-commit check
Closes IDFCI-1823
See merge request espressif/esp-idf!26325
|
2023-10-10 13:34:18 +08:00 |
|
Jiang Jiang Jian
|
98b84b389a
|
Merge branch 'bugfix/fix_enable_psram_wapi_dhcp_fail_issue' into 'master'
fix(wifi): fix enable psram wapi dhcp fail issue
Closes WIFI-6257, WIFI-6273, WIFI-6182, WIFI-6006, WIFI-6007, and ESPAT-1780
See merge request espressif/esp-idf!26148
|
2023-10-10 12:13:56 +08:00 |
|
Island
|
5c1fe44b0e
|
Merge branch 'bugfix/BLEQABR23-668' into 'master'
fix(ble_mesh): avoid filtering BLE_MESH_ADV_NONCONN_IND packets.
Closes BLERP-87
See merge request espressif/esp-idf!26175
|
2023-10-10 12:01:31 +08:00 |
|
Anton Maklakov
|
02802ea20a
|
feat(tools): Add QEMU 8.0.0_20230522 to tools.json
Process wildcards in the install and download lists of idf_tools
Fix the install and download handlers to get common behaviour
|
2023-10-10 09:59:38 +07:00 |
|
Chen Jian Xing
|
7fd92acde8
|
Merge branch 'doc/update_espnow_example' into 'master'
doc(WiFi/Vendor): Update the ESP-NOW example for the recv callback function
Closes WIFI-5125
See merge request espressif/esp-idf!25841
|
2023-10-10 10:58:04 +08:00 |
|
Cao Sen Miao
|
403f237825
|
feat(usb_serial_jtag): Add pytest for usb_serial_jtag
|
2023-10-10 10:05:46 +08:00 |
|
Alexey Lapshin
|
2585e53d54
|
Merge branch 'feature/update-toolchain-to-esp-13.1.0_new_newlib' into 'master'
Update toolchain to esp-13.2.0_20230919
Closes GCC-250, GCC-322, GCC-324, GCC-327, GCC-330, and IDF-8287
See merge request espressif/esp-idf!25073
|
2023-10-10 08:18:33 +08:00 |
|
Adam Múdry
|
d42bde0378
|
feat(nvs): NVS tool add key consistency check
|
2023-10-09 15:58:48 +02:00 |
|
Adam Múdry
|
c276e2ca05
|
refactor: NVS tool move integrity check from logger to another file
|
2023-10-09 15:58:48 +02:00 |
|
Adam Múdry
|
8fc8f3f479
|
Merge branch 'ci/perf_monitor_spiflash_build_test_enable_esp32p4_fixed' into 'master'
ci(examples): Enable storage/perf_benchmark build test for spiflash on ESP32-P4 v2
Closes IDF-8093
See merge request espressif/esp-idf!26309
|
2023-10-09 19:51:56 +08:00 |
|
Wan Lei
|
c8832d789d
|
Merge branch 'fix/mcpwm_foc_example_build_all_target' into 'master'
fix(mcpwm): foc example enable build on all supported target
Closes IDF-8075
See merge request espressif/esp-idf!26366
|
2023-10-09 19:24:43 +08:00 |
|
muhaidong
|
d8b600e90b
|
fix(wifi): fix some wifi issues
1. fix enable psram wapi dhcp fail issue
2. fix c6 esp_wifi_set_max_tx_power fail issue
3. fix wrong wifi mode connect crash issue
4. fix null data sequence number issue
|
2023-10-09 19:17:28 +08:00 |
|
Wan Lei
|
f92b18053a
|
Merge branch 'feature/esp32p4_hp_spi_support' into 'master'
Feature/esp32p4 hp spi master driver support
Closes IDF-7502
See merge request espressif/esp-idf!24963
|
2023-10-09 18:37:35 +08:00 |
|
Gao Xu
|
d52040a86d
|
Merge branch 'esp32p4/add_uart_support' into 'master'
UART: Add uart support for ESP32P4
Closes IDF-6511 and IDF-7506
See merge request espressif/esp-idf!25388
|
2023-10-09 18:11:10 +08:00 |
|
Darian
|
a10121491f
|
Merge branch 'change/freertos_make_task_snapshot_private' into 'master'
refactor(freertos/task_snapshot): Make task snapshot private
Closes IDF-8182
See merge request espressif/esp-idf!26115
|
2023-10-09 16:32:18 +08:00 |
|
Alexey Lapshin
|
7f4de13644
|
fix(perfmon): fix test_app false-positive memory leak detection
|
2023-10-09 12:13:02 +04:00 |
|
Alexey Lapshin
|
47a902c813
|
fix(build_system): disable shrink-wrapping in Og builds to reduce binary size
|
2023-10-09 12:13:02 +04:00 |
|
Alexey Lapshin
|
33d9fd629d
|
fix(xtensa): fix registers curruption on context switch
a6, a7 registers may be corrupted on multicore ESP chips while FreeRTOS
Kernel SMP context switch
|
2023-10-09 12:13:02 +04:00 |
|
Alexey Lapshin
|
e381041a52
|
change(app_trace): decrease leaks in test to save ci time
|
2023-10-09 12:13:02 +04:00 |
|