wuzhenghui
2e21a74d85
docs(esp_pm): Adding notes on configuring GPIOs when using PD_TOP sleep
...
Closes https://github.com/espressif/esp-idf/issues/13143
2024-05-13 15:58:15 +08:00
Jiang Jiang Jian
ae1cf0594c
Merge branch 'doc/update_bt_sleep_process_v5.1' into 'release/v5.1'
...
docs: Update the process of Bluetooth entering sleep in the sleep_modes.rst(v5.1)
See merge request espressif/esp-idf!30734
2024-05-13 14:29:06 +08:00
Jiang Jiang Jian
309ec787b9
Merge branch 'doc/update_espnow_example_v5.1' into 'release/v5.1'
...
docs(wifi): change the magic varible from int to uint32_t on the receiving side (v5.1)
See merge request espressif/esp-idf!30308
2024-05-13 10:44:42 +08:00
Jiang Jiang Jian
a2bbd59755
Merge branch 'support/esp_sleep_enable_ext1_wakeup_io_v5.1' into 'release/v5.1'
...
Support/esp sleep enable ext1 wakeup io(backport v5.1)
See merge request espressif/esp-idf!30164
2024-05-13 10:42:20 +08:00
morris
442a798083
Merge branch 'feat/add_example_usj_v5.1' into 'release/v5.1'
...
change(usb_serial_jtag): Add example for usb serial jtag echo (backport v5.1)
See merge request espressif/esp-idf!30020
2024-05-11 22:37:34 +08:00
morris
01b912a9e5
Merge branch 'fix/uart_wakeup_threshold_v5.1' into 'release/v5.1'
...
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured (v5.1)
See merge request espressif/esp-idf!30464
2024-05-10 22:59:34 +08:00
morris
50c01e118b
Merge branch 'doc/auto_suspend_disabled_by_default_v5.1' into 'release/v5.1'
...
doc(flash): fix auto suspend enabled by default issue (v5.1)
See merge request espressif/esp-idf!30254
2024-05-10 22:57:18 +08:00
Mahavir Jain
6aa5c43b70
Merge branch 'feature/add_documentation_for_external_flash_encryption_v5.1' into 'release/v5.1'
...
flash_encryption_docs: Add documentation regarding enabling flash encryption externally through espefuse tool (v5.1)
See merge request espressif/esp-idf!30522
2024-05-10 20:35:11 +08:00
Mahavir Jain
14b3dff0db
Merge branch 'feature/mbedtls_error_str_config_v5.1' into 'release/v5.1'
...
feat(mbedtls): add kconfig option for MBEDTLS_ERROR_C (v5.1)
See merge request espressif/esp-idf!30105
2024-05-10 20:32:01 +08:00
xiongweichao
a62df0920b
docs: Update the process of Bluetooth entering sleep in the sleep_modes.rst
2024-05-09 11:28:36 +08:00
Aditya Patwardhan
43d48bb23f
docs/Flash encryption: Add encrypted partitions section
2024-05-07 10:41:08 +05:30
Radim Karniš
26d6e7563d
docs(idf_py): Describe the option to configure esptool.py with --extra-args
2024-04-29 15:20:27 +02:00
Song Ruo Jing
a664c71fd7
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured
...
Closes https://github.com/espressif/esp-idf/issues/12586
2024-04-24 17:21:37 +08:00
zhangyanjiao
9c79a2333d
docs(wifi): update the docmentation for sniffer API
...
Closes https://github.com/espressif/esp-idf/issues/10740
2024-04-17 16:18:16 +08:00
Xiao Xufeng
9b142a9f72
doc(flash): fix auto suspend enabled by default issue
2024-04-16 23:02:42 +08:00
Lou Tianhao
ccc7edb965
docs(pm): add description for ext1
2024-04-15 20:33:07 +08:00
Mahavir Jain
468732a4d2
docs: add note about newly added mbedtls config to reduce app size footprint
2024-04-11 11:51:53 +08:00
Jeroen Domburg
28e2ab09ea
fix(driver): Add docs and driver fix for the case where a full EP does not cause the host to pickup the data
2024-04-07 10:46:34 +08:00
Nachiket Kukade
16a80db4d0
feat(esp_wifi): Refactor and improve FTM code
...
Enable FTM Responder mode for ESP32C6. Update wifi libs with below -
1. Break FTM State Machine code into separate functions
2. Use dynamic allocation for FTM session to save memory
3. Add API to get FTM report instead of event based mechanism
4. Add FTM Request retry and comeback support
2024-03-18 21:33:02 +05:30
zhangyanjiao
30d070ea72
docs(wifi): Updated the LMK description in ESP-NOW
...
Closes https://github.com/espressif/esp-idf/issues/12976
2024-03-15 15:10:09 +08:00
Jiang Jiang Jian
db2a037329
Merge branch 'bugfix/hpm_dc_default_disabled_v5.1' into 'release/v5.1'
...
spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart (v5.1)
See merge request espressif/esp-idf!26656
2024-03-13 19:50:59 +08:00
Jakob Hasse
0a0c74ae1b
docs(heap): Fixed mistake in the heap allocator docs
...
Closes https://github.com/espressif/esp-idf/issues/13353
2024-03-13 09:46:54 +08:00
Xiao Xufeng
6ab8948502
doc(spi_flash): hide unsupported optional features
2024-03-12 10:48:08 +08:00
Xiao Xufeng
194ea85ee8
spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart
2024-03-12 10:48:08 +08:00
Jiang Jiang Jian
44fa82c7c3
Merge branch 'feature/support_gdma_retention_v5.1' into 'release/v5.1'
...
feature: support gdma retention in pd_top lightsleep (v5.1)
See merge request espressif/esp-idf!29089
2024-03-05 10:59:30 +08:00
Peter Marcisovsky
54f22f7c43
feat(docs): added usb host enumeration filter description
...
- CN and EN docs
2024-03-01 10:15:09 +01:00
mofeifei
e8c901b144
docs: update cn trans usb_host.rst
2024-03-01 09:04:20 +01:00
Roman Leonov
4236416774
feat(docs): added USB Host Stack Configuration description
2024-03-01 09:04:20 +01:00
morris
a74edb7bbb
Merge branch 'contrib/github_pr_12963_v5.1' into 'release/v5.1'
...
fix misformatted link (GitHub PR) (v5.1)
See merge request espressif/esp-idf!28755
2024-02-28 11:38:16 +08:00
Jiang Jiang Jian
c404e951e3
Merge branch 'docs/rf_coexistence_api_guides_support_esp32c2_v5.1' into 'release/v5.1'
...
Docs: RF coexistence api guides support esp32c2 (v5.1)
See merge request espressif/esp-idf!29214
2024-02-28 11:09:29 +08:00
Jiang Jiang Jian
f8a1cf930e
Merge branch 'feature/supplicant_bss_extmem_v5.1' into 'release/v5.1'
...
WiFi: Add support to move supplicant BSS to external memory (v5.1)
See merge request espressif/esp-idf!28744
2024-02-27 19:59:38 +08:00
Mahavir Jain
fe5ccaf2cb
Merge branch 'feature/conservative_key_revocation_in_secure_boot_v5.1' into 'release/v5.1'
...
feat: Add API to verify the bootloader and application image before revoking... (v5.1)
See merge request espressif/esp-idf!28489
2024-02-27 18:25:32 +08:00
wuzhenghui
c97f5d79d9
ci: enable hardware crypto module for powersave tests
2024-02-23 18:30:22 +08:00
linruihao
c863eb27da
docs: update rf coexistenct api guides
...
1. support esp32c2
2. fix inconsistency between CN and EN docs of rf coexistence
3. adjust the visibility of some contents based on soc_caps
2024-02-23 16:29:33 +08:00
Sudeep Mohanty
57627f5883
fix(docs): Minor update to esp_event.rst for improved user experience
...
This commit adds semicolons in c-code blocks in esp_event.rst for
improved user experience when directly copying and pasting code.
Closes https://github.com/espressif/esp-idf/issues/13156
2024-02-20 08:45:38 +01:00
Gabor Kiss-Vamosi
4ef3261dd3
fix misformatted link
2024-01-29 13:16:01 +08:00
Kapil Gupta
0cd6a05fdf
fix(wifi): Add support to move supplicant BSS to external memory
2024-01-27 10:54:26 +05:30
Shu Chen
1b4837fb24
docs(ieee802154): add migration note for the receive done handler feature
2024-01-26 17:00:38 +08:00
Harshit Malpani
a7f654fd64
feat: Add API to verify the bootloader and app image
...
Added an API to verify the bootloader and app image before revoking the key in Secure Boot V2.
This will help in preventing the device to be bricked if the bootloader/application cannot be
verified by any other keys in efuse
2024-01-19 14:04:06 +05:30
Krzysztof Budzynski
ccc8b274eb
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/sdio_slave.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/sdio_slave.rst (Backport v5.1)
See merge request espressif/esp-idf!26109
2024-01-02 19:43:24 +08:00
Cai Xin Ying
8495a31f46
docs: provide CN translation for api-reference/peripherals/sdio_slave.rst (Backport v5.1)
2024-01-02 19:43:24 +08:00
Jiang Jiang Jian
503eccb261
Merge branch 'docs/Separate_low-power_documents_v5.1' into 'release/v5.1'
...
docs:separate low power documents (backport v5.1)
See merge request espressif/esp-idf!28021
2023-12-21 11:10:13 +08:00
Krzysztof Budzynski
6360246a29
Apply 2 suggestion(s) to 2 file(s)
2023-12-20 11:08:12 +08:00
wangtao@espressif.com
a56b523822
docs:Separate low-power documents(backprot v5.1)
2023-12-20 11:07:28 +08:00
muhaidong
5960284022
esp_supplicant: remove wpa supplicant ROM source code copyrights
2023-12-19 19:15:49 +08:00
morris
eb7022dd06
Merge branch 'contrib/github_pr_12559_v5.1' into 'release/v5.1'
...
fix(spi): Correct REG_SPI_BASE(i) macro for all targets (GitHub PR) (v5.1)
See merge request espressif/esp-idf!27714
2023-12-14 11:08:03 +08:00
timoxd7
b2250f31b9
feat(docker): Add Dockerfile argument for variable clone depth
...
Closes https://github.com/espressif/esp-idf/pull/12637
2023-12-11 09:03:46 +01:00
Jiang Jiang Jian
d52d82ee83
Merge branch 'doc/change_deepsleep_example_readme_v5.1' into 'release/v5.1'
...
Doc/change deepsleep example readme v5.1
See merge request espressif/esp-idf!27447
2023-12-08 11:20:50 +08:00
Jiang Jiang Jian
4caaabec9e
Merge branch 'bugfix/lwip_dns_docs_v5.1' into 'release/v5.1'
...
fix(lwip): Document DNS limitation in lwIP (v5.1)
See merge request espressif/esp-idf!27562
2023-12-08 11:20:13 +08:00
wanlei
3486cf1b60
fix(spi): correct some signals and dummy bits docs
2023-12-06 16:15:23 +08:00