Xu Si Yu
|
3f52b00948
|
openthread cli: set dua feature optional
|
2023-06-06 19:11:32 +08:00 |
Xu Si Yu
|
1241bfc73d
|
openthread rcp: set link metrics feature optional
|
2023-06-06 19:11:32 +08:00 |
Zhang Xiao Yan
|
60441881a5
|
Merge branch 'docs/add_power_measure_module_deep_sleep_mode' into 'master'
docs: add a chapter to describe how to measure current of modules in deep sleep mode
Closes DOC-517
See merge request espressif/esp-idf!21438
|
2023-06-06 18:29:41 +08:00 |
Marius Vikhammer
|
d19600e0a7
|
ulp/lp-core: added docs describing the lp core
|
2023-06-06 17:42:03 +08:00 |
Mahavir Jain
|
743df412df
|
Merge branch 'bugfix/aes_dma_align_issue' into 'master'
aes: fix DMA descriptor calculation for the alignment case
Closes IDFGH-10033
See merge request espressif/esp-idf!23963
|
2023-06-06 16:54:47 +08:00 |
Fu Hanxi
|
e998d2c55c
|
Merge branch 'docs/fix_pytest_embedded_broken_links' into 'master'
docs: fix 404 links
See merge request espressif/esp-idf!24072
|
2023-06-06 15:34:01 +08:00 |
Aditya Patwardhan
|
5e6ad95b78
|
Merge branch 'docs/fix_instructions_nvs_encr_hmac' into 'master'
docs: Fix the instructions for setting up HMAC-based NVS encryption
See merge request espressif/esp-idf!23951
|
2023-06-06 14:32:43 +08:00 |
morris
|
630b1b079e
|
drivers: fix issue reported by coverity
|
2023-06-06 14:16:09 +08:00 |
morris
|
d1934d8c45
|
adc: fixed the issue that multiply overflow before type expand
|
2023-06-06 14:16:09 +08:00 |
Mahavir Jain
|
c606127315
|
Merge branch 'fix/xts_aes_register_prefix_discrepancy_c6_h2' into 'master'
fix: xts aes register prefix discrepancy for ESP32H2 and ESP32C6
Closes DOC-5171 and DOC-5179
See merge request espressif/esp-idf!23944
|
2023-06-06 12:40:57 +08:00 |
Xu Si Yu
|
135a123e77
|
IEEE802154: modification of the action when stop tx/rx ack
|
2023-06-06 11:31:54 +08:00 |
Fu Hanxi
|
a58aed1187
|
Merge branch 'ci/fix_multi_needs_test_cases_skipped_issue' into 'master'
ci: fix duplicated names for generated built app list
See merge request espressif/esp-idf!24034
|
2023-06-06 11:24:39 +08:00 |
Fu Hanxi
|
22a8784553
|
docs: fix 404 links
|
2023-06-06 11:11:23 +08:00 |
Marius Vikhammer
|
adef00f363
|
Merge branch 'bugfix/comp_opt_level_debug_rename' into 'master'
core-system: changed CONFIG_COMPILER_OPTIMIZATION_DEFAULT to CONFIG_COMPILER_OPTIMIZATION_DEBUG
Closes IDFGH-6776
See merge request espressif/esp-idf!24033
|
2023-06-06 10:31:01 +08:00 |
Marius Vikhammer
|
f54503d822
|
Merge branch 'bugfix/ulp_fsm_ci' into 'master'
ulp-system/ulp-fsm: clean up test cases
Closes IDFCI-1665
See merge request espressif/esp-idf!24015
|
2023-06-06 10:29:31 +08:00 |
Jiang Jiang Jian
|
4237885947
|
Merge branch 'bufix/update_esp_phy_h_comments' into 'master'
esp_phy:update comments in esp_phy_init.h
See merge request espressif/esp-idf!23224
|
2023-06-06 10:20:59 +08:00 |
Marius Vikhammer
|
aeeee67164
|
docs: updated misc docs with H2 specific information.
|
2023-06-06 09:48:47 +08:00 |
Fu Hanxi
|
547701cfe3
|
Merge branch 'ci/move_esp_dockerfile_update_tools_job_to_pre_stage' into 'master'
ci: fix update_sha_in_esp-dockerfiles rules
See merge request espressif/esp-idf!23788
|
2023-06-06 08:17:47 +08:00 |
Michael (XIAO Xufeng)
|
c5d4abfba1
|
Merge branch 'docs/sleep_modes_refactor' into 'master'
doc_sleep: refactor the documentation of power modes
See merge request espressif/esp-idf!23146
|
2023-06-05 23:34:15 +08:00 |
zhangwenxu
|
91e7c1620e
|
openthread: fix assert when parsing security key failed
|
2023-06-05 22:03:26 +08:00 |
zhaokeke
|
338f0d95c4
|
usb: Add NCM device example
This example requires import esp_tinyusb library
|
2023-06-05 14:50:12 +02:00 |
Harshal Patil
|
972e17410a
|
Merge branch 'fix/crypto_test_app_minor_fixes' into 'master'
hal: minor fixes needed in the crypto hal test app
See merge request espressif/esp-idf!23949
|
2023-06-05 20:04:08 +08:00 |
Armando
|
97c30c7da6
|
adc: port gh pr to current adc continuous mode driver
DMA EOF may happens per multiple dma descriptors, instead of only one.
Closes https://github.com/espressif/esp-idf/pull/11500
|
2023-06-05 14:25:53 +08:00 |
Rocha Euripedes
|
dc016f5987
|
Merge branch 'fix/mqtt_esp32h2_examples' into 'master'
protocols/examples: Disable Wifi connection if not supported
See merge request espressif/esp-idf!23970
|
2023-06-05 13:51:30 +08:00 |
Kapil Gupta
|
026f9b31fa
|
esp_wifi: Fix WPS issue for WPA3+WPA2 mode
|
2023-06-05 10:50:53 +05:30 |
Niklas Gürtler
|
2a8b9fb636
|
Fix #10804 by running continuous ADC DMA in endless loop instead of restarting after each run (descriptor chain) to avoid losing samples. Use descriptor error callback for GDMA to check for DMA buffer overrun.
Signed-off-by: Armando <douyiwen@espressif.com>
|
2023-06-05 12:24:14 +08:00 |
Cai Xin Ying
|
140ba2f343
|
Merge branch 'docs/add_Chinese_translation_for_api-reference/system/heap_debug' into 'master'
docs: Provide CN translation for api-reference/system/heap_debug.rst
Closes DOC-5162
See merge request espressif/esp-idf!23653
|
2023-06-05 11:12:19 +08:00 |
Cai Xin Ying
|
e93672bc7b
|
docs: Provide CN translation for api-reference/system/heap_debug.rst
|
2023-06-05 11:12:19 +08:00 |
Fu Hanxi
|
4ff9ed5971
|
ci: fix duplicated names for app list issue
|
2023-06-05 10:19:11 +08:00 |
Jiang Jiang Jian
|
37d11ea04d
|
Merge branch 'bugfix/fix_bleqabr23_222' into 'master'
Revert "bluedroid: report disconnect event after BLE link closed"
See merge request espressif/esp-idf!24035
|
2023-06-03 08:42:08 +08:00 |
Xiao Xufeng
|
3de91820d7
|
doc_sleep: refactor the documentation of power modes
|
2023-06-03 01:50:24 +08:00 |
Jiang Jiang Jian
|
175e887945
|
Merge branch 'feature/itwt_add_setup_timeout_timer' into 'master'
esp_wifi: itwt add setup timeout timer to track response frame
Closes WIFI-5916, WIFI-5905, and WIFI-5983
See merge request espressif/esp-idf!23942
|
2023-06-03 00:26:56 +08:00 |
Wu Zheng Hui
|
6a6fc7e0cf
|
Merge branch 'bugfix/fix_sleep_process_caused_by_uart_clk_lost' into 'master'
bugfix: fix sleep failed caused by uart clk lost
Closes IDFCI-1732 and IDFCI-1733
See merge request espressif/esp-idf!24028
|
2023-06-02 23:28:14 +08:00 |
xuxiao
|
722c60c14b
|
esp_wifi: itwt add setup timeout timer to track response frame
|
2023-06-02 21:10:32 +08:00 |
wuzhenghui
|
713da85988
|
bugfix: fix sleep failed caused by uart clk lost
|
2023-06-02 20:52:25 +08:00 |
Zim Kalinowski
|
2ab094192d
|
Merge branch 'bugfix/saving-esp-idf-env-as-utf8' into 'master'
build system: fix init.bat crash in windows when folder contains unicode characters
See merge request espressif/esp-idf!24024
|
2023-06-02 20:32:55 +08:00 |
Jiang Guang Ming
|
d476c4338e
|
spi_flash: support esp_flash rom impl test on c6 and h2
|
2023-06-02 16:56:46 +08:00 |
chenjianhua
|
e039b788df
|
Revert "bluedroid: report disconnect event after BLE link closed"
This reverts commit c8a380500a .
|
2023-06-02 16:28:29 +08:00 |
Zhang Xiao Yan
|
9421cca938
|
Merge branch 'docs/fix_typo_in_components_esp_common_include_esp_err' into 'master'
docs: fix typo in components/esp_common/include/esp_err.h
See merge request espressif/esp-idf!23573
|
2023-06-02 15:56:54 +08:00 |
Martin Vychodil
|
ae8b14ead6
|
Merge branch 'bugfix/sdmmc_test_board_pwr_ctrl' into 'master'
sdmmc: implement card power control for esp32c3 sdmmc breakout board
See merge request espressif/esp-idf!23932
|
2023-06-02 15:19:59 +08:00 |
Marius Vikhammer
|
bd4c0fca3c
|
core-system: changed CONFIG_COMPILER_OPTIMIZATION_DEFAULT to CONFIG_COMPILER_OPTIMIZATION_DEBUG
DEBUG is more descriptive and is consistent with the name used in the bootloader:
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG
Closes https://github.com/espressif/esp-idf/issues/8404
|
2023-06-02 15:16:50 +08:00 |
Jiang Jiang Jian
|
f6452f0819
|
Merge branch 'bugfix/wpsreg_ap_assoc_respone' into 'master'
esp_wifi: Bugfix wpsreg AP not responding to assoc req
See merge request espressif/esp-idf!23863
|
2023-06-02 13:27:05 +08:00 |
Armando (Dou Yiwen)
|
968ba34f32
|
Merge branch 'feature/added_experimental_feature_lists' into 'master'
kconfig: added experimental feature list
See merge request espressif/esp-idf!24016
|
2023-06-02 11:45:55 +08:00 |
morris
|
7eaf317e60
|
Merge branch 'contrib/github_pr_11576' into 'master'
fixing typo: update libs-frameworks.rst (GitHub PR)
Closes IDFGH-10316
See merge request espressif/esp-idf!24030
|
2023-06-02 11:06:01 +08:00 |
Fu Hanxi
|
82d78c7c7d
|
ci: fix update_sha_in_esp-dockerfiles rules
|
2023-06-02 10:49:14 +08:00 |
Marius Vikhammer
|
856d371196
|
Merge branch 'contrib/github_pr_11508' into 'master'
[Heap Trace Standalone] increase Kconfig max stack depth (GitHub PR)
Closes IDFGH-10245
See merge request espressif/esp-idf!23982
|
2023-06-02 10:48:52 +08:00 |
Shreyas Sheth
|
28e046d200
|
esp_wifi: Bugfix wpsreg AP not responding to assoc req
Fixed regression caused by 2b8e40e7
|
2023-06-02 02:07:55 +00:00 |
Wang Kai
|
2a2bfe32db
|
Update libs-frameworks.rst to fix a typo
|
2023-06-02 09:35:35 +08:00 |
Roland Dobai
|
fff19088a2
|
Merge branch 'feature/extend_proj_desc_json' into 'master'
extend information in project_description.json
Closes IDF-7412
See merge request espressif/esp-idf!23972
|
2023-06-01 20:44:47 +08:00 |
Jiang Jiang Jian
|
8eb5a77866
|
Merge branch 'mesh/bugfix_fix_layer2_node_scan_issue_when_fixed_root' into 'master'
wifi_mesh: fix the layer2 node scan issue when fixed root
Closes IDFGH-10036 and WIFI-5949
See merge request espressif/esp-idf!23856
|
2023-06-01 19:23:27 +08:00 |