4670 Commits

Author SHA1 Message Date
linruihao
50e6628089 docs(coex): update rf coexistence documents
- remove BLE connecting state in coexistence scenario
- remove WIFI section in H2 docs
2025-02-27 11:31:23 +08:00
Shu Chen
a28b62e2b9 docs(coex): add the supported coexistence scenario for Wi-Fi and 802.15.4 2025-02-27 11:31:02 +08:00
Jiang Jiang Jian
b25bf99d4f Merge branch 'feat/spi_std_timing_and_bit_trans_v5.1' into 'release/v5.1'
feat(driver_spi): support adjust master rx to standard timing (v5.1)

See merge request espressif/esp-idf!36402
2025-01-24 15:11:09 +08:00
Aditya Patwardhan
390a6a0719
feat(docs): Update minimizing binary size
The ESP32-H2 software countermeasure may not be necessary
        for ESP32-H2 v1.2 and above, this commit updates
        the relevant documentation
2025-01-24 09:13:36 +05:30
wanckl
caf0d04a31 feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing 2025-01-22 11:14:23 +08:00
renpeiying
255bb8b1b8
docs: Update CN trans for security docs 2025-01-21 13:42:08 +05:30
harshal.patil
b285e2789f
feat(bootloader_support): Permanently enable XTS-AES pseudo rounds when FE release mode is enabled 2025-01-21 13:42:01 +05:30
harshal.patil
b9fe639725
feat(hal/aes): Enable pseudo rounds function during AES operations 2025-01-17 14:01:43 +05:30
Michael (XIAO Xufeng)
fd3da18412 Merge branch 'bugfix/warn_rc32k_use_in_kconfig_v5.1' into 'release/v5.1'
fix(clk): add an inevitable kconfig option to be selected to use rc32k (v5.1)

See merge request espressif/esp-idf!35967
2025-01-07 15:19:10 +08:00
Song Ruo Jing
c262ef4067 fix(ledc): fix ledc_get_freq calculation err due to overflow
Closes https://github.com/espressif/esp-idf/pull/14882
2024-12-26 18:51:22 +08:00
Song Ruo Jing
9026c0905e fix(clk): add an inevitable kconfig option to be selected to use rc32k 2024-12-25 20:08:56 +08:00
Wei Yu Han
856e93cf2f docs(ble): Added BLE Qualification Information to API Guides (v5.1) 2024-12-18 10:41:25 +08:00
morris
3a7cc46e29 Merge branch 'contrib/github_pr_14767_v5.1' into 'release/v5.1'
fix(gptimer): race on FSM state in gptimer_start() (GitHub PR) (v5.1)

See merge request espressif/esp-idf!35137
2024-11-29 13:32:47 +08:00
Shu Chen
a355efbf6f Merge branch 'backport/openthread_related_feature_v51_20241125' into 'release/v5.1'
Backport openthread related features to 5.1

See merge request espressif/esp-idf!35174
2024-11-27 16:38:08 +08:00
Sarvesh Bodakhe
e35035aa9a fix(wifi): Fix wrong wifi reason codes reported on station and softAP
- Fix wrong reason code reported when softAP issues a disconnect for station
- Fix wrong reason code reported when association timeout happens at station
- Deprecate enums WIFI_REASON_ASSOC_EXPIRE, WIFI_REASON_NOT_AUTHED, WIFI_REASON_NOT_ASSOCED
  and use WIFI_REASON_DISASSOC_DUE_TO_INACTIVITY,
  WIFI_REASON_CLASS2_FRAME_FROM_NONAUTH_STA,
  WIFI_REASON_CLASS3_FRAME_FROM_NONASSOC_STA respectively
- Update wifi documentation related to reason codes
2024-11-27 00:34:47 +05:30
Xu Si Yu
f9aa14a5f3 feat(openthread): support using custom header file 2024-11-25 18:15:05 +08:00
lsita
d503c5733c fix(gptimer): race condition between start and stop
Merges https://github.com/espressif/esp-idf/pull/14767
2024-11-22 18:27:38 +08:00
Erhan Kurubas
2412bf019d docs(jtag): update OpenOCD related sections 2024-11-17 08:30:29 +08:00
zhangyanjiao
db3f58fc4f docs(wifi/espnow): Update the description for ESP-NOW frame 2024-11-15 09:45:34 +08:00
zhangyanjiao
4f85a2726e fix(wifi): Support AES IV with random value in esptouch v2 2024-11-11 15:05:05 +08:00
Chen Jichang
a477b04eda fix(mcpwm): add warning about generator deadtime
Closes https://github.com/espressif/esp-idf/issues/14773
2024-11-07 10:59:23 +08:00
C.S.M
f93199cb85 docs(spi_flash): Add migration guide for removing XMC-C suspend support 2024-10-31 18:28:45 +08:00
BLE BOT
7c31bdd704 Merge branch 'docs/add_ble_get_started_eng' into 'master'
Docs: Added BLE English version of BLE Get Started

See merge request espressif/esp-idf!34013

(cherry picked from commit 35fd0412888e5b891ff06b55f4f2088239326a3c)

42601a7a docs(ble): Added ENG version of ble-introduction.rst
615282c4 docs(ble): Added ENG version of ble-device-discovery.rst
645e68f5 docs(ble): Added initial ENG version of ble-device-discovery.rst
d2d95a52 docs(ble): Added ENG version of ble-data-exchange.rst
00ca4dc7 docs(ble):Updated Details table in ble-device-discovery.rst
8e03c200 fix(ble): Removed trailing white space, and fixed some format issues
5b304485 docs(ble):Fixed a indentation in ble-data-exchange.rst
b4c51e7b docs(ble): Deleted some chinese character in ble-data-exchange.rst ENG version
d01d7efe docs(ble):Revised some expression in ENG version of BLE Get Started
a24762c5 docs(ble): Removed a trailing whitespace in ble-introduction.rst
afbe5a1f Apply 44 suggestion(s) to 4 file(s)
4ddab725 docs(ble): Fixed a description in ble-introduction.rst
203dfa03 Apply 5 suggestion(s) to 3 file(s)

Co-authored-by: Island <island@espressif.com>
2024-10-30 14:27:37 +08:00
Island
507229bc3e Merge branch 'docs/update_ble_feature_support_status_v5.1' into 'release/v5.1'
docs(ble): Updated one feature name in feature status table v5.1

See merge request espressif/esp-idf!34067
2024-10-29 16:02:08 +08:00
Island
0f1400bff5 Merge branch 'docs/add_ble_get_started_docs_v5.1' into 'release/v5.1'
docs(ble): Added BLE Get Started (v5.1)

See merge request espressif/esp-idf!34019
2024-10-29 16:02:00 +08:00
Wei Yu Han
e12c54b798 docs(ble): Added BLE Get Started (v5.1) 2024-10-29 16:02:00 +08:00
Mahavir Jain
289ffe7887 Merge branch 'feat/mbedtls_size_optimization_v5.1' into 'release/v5.1'
Fix the increase in build size of mbedtls while upgrading to v3.x (v5.1)

See merge request espressif/esp-idf!34254
2024-10-28 11:17:17 +08:00
Chen Jichang
a3297f8eee fix(mcpwm): fix pm_lock memory issues 2024-10-25 10:57:48 +08:00
Fu Hanxi
aee4baa4a2
ci: replace internal clang-tidy runner with the pypi project 2024-10-22 10:30:09 +02:00
harshal.patil
95311aae84
fix(mbedtls): Fix the increase in build size of mbedtls when upgrading to v3.x 2024-10-17 14:55:16 +05:30
Wei Yu Han
e34be3ae59 docs(ble): Updated one feature name in feature status table 2024-10-10 10:41:15 +08:00
wangtao@espressif.com
27efe05cad change(wifi):improve some wifi releated introduction 2024-09-14 15:04:32 +08:00
Chen Jichang
036cd854b9 docs(psram): sync psram noinit description 2024-09-11 20:17:55 +08:00
Krzysztof Budzynski
c769ca3d41 Merge branch 'docs/remove_user_guide_for_esp32_pico_kit_related_migration_v5.1' into 'release/v5.1'
docs: remove user guide for esp32-pico-kit related docs after migration (v5.1)

See merge request espressif/esp-idf!32783
2024-09-06 18:38:57 +08:00
morris
35eaff1d2a Merge branch 'bugfix/eth_plus_wifi_doc_v5.1' into 'release/v5.1'
docs(esp_eth): added warning to not use ESP32 as ETH CLK source with WiFi (v5.1)

See merge request espressif/esp-idf!33247
2024-09-05 18:45:05 +08:00
morris
cc56879ed4 Merge branch 'support_psram_noinit_segment_on_s3_v5.1' into 'release/v5.1'
feat(psram): add psram noinit  segment support on s2/s3/p4/c5 and bss segment on c5 (v5.1)

See merge request espressif/esp-idf!33258
2024-09-05 10:45:32 +08:00
Frantisek Hrbata
e08cde2c89 docs(size): remove -DOUTPUT_FORMAT output format option for idf.py size
Setting OUTPUT_FORMAT through the CMake variable probably never
functioned and seems to be a remnant (possibly a typo in the
documentation) from the time when the -DOUTPUT_JSON=1 CMake variable was
used to specify the JSON output format, prior to the introduction of the
--format option. This removes the note regarding the option to choose
the output format using -DOUTPUT_FORMAT.

Closes https://github.com/espressif/esp-idf/issues/14383

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-09-04 10:09:11 +02:00
Chen Jichang
bec23c9d81 feat(psram): add psram noinit segment support on S2/S3/P4/C5
Closes https://github.com/espressif/esp-idf/issues/14253
2024-09-04 15:08:12 +08:00
renpeiying
42408045ff docs: Remove User Guide for ESP32-Pico-Kit related docs after migration 2024-09-02 19:17:04 +08:00
renpeiying
7c7aeb3fc7 docs: Update zh_CN translation for MR32736 2024-09-02 11:44:03 +02:00
Ondrej Kosta
ebee641116 docs(esp_eth): added warning to not use ESP32 as ETH CLK source with WiFi 2024-09-02 11:32:08 +02:00
Jiang Jiang Jian
0c79d73164 Merge branch 'docs/delete_user_guide_esp32s2_kaluga_1_kit_v5.1' into 'release/v5.1'
docs: Delete ESP32-S2-Kaluga-Kit related user guide files (v5.1)

See merge request espressif/esp-idf!32593
2024-08-26 14:42:08 +08:00
Island
b9c2accce9 Merge branch 'docs/add_ble_feature_status_table_v5.1' into 'release/v5.1'
docs(ble): Added BLE feature support status (v5.1)

See merge request espressif/esp-idf!32924
2024-08-26 14:02:48 +08:00
Jiang Jiang Jian
e026fd1f81 Merge branch 'docs/fix_typo_adc_oneshot_v5.1' into 'release/v5.1'
docs: fix a typo in adc_oneshot (v5.1)

See merge request espressif/esp-idf!33008
2024-08-22 19:44:26 +08:00
Yuhan Wei
7552a7df9a docs(ble): Updated example links in zh_CN ble-mesh-feature-list.rst 2024-08-22 17:04:52 +08:00
Mahavir Jain
d4acd61a8a Merge branch 'fix/docs_nvs_encryption_update_v5.1' into 'release/v5.1'
docs(nvs_encryption): Updated the docs of nvs_encryption (v5.1)

See merge request espressif/esp-idf!32911
2024-08-22 11:38:03 +08:00
Linda
b0c5075fb1 docs: fix a typo in adc_oneshot 2024-08-22 10:19:37 +08:00
hrushikesh.bhosale
7d173b6550 docs(nvs_flash): Updated the docs of nvs_flash
Updated the documentation by changing subtype from key to
nvs_keys in nvs_flash.rst
2024-08-21 14:50:35 +05:30
Krzysztof Budzynski
981cef41a8 Merge branch 'docs/delete_user_guides_three_esp32_dev_boards_v5.1' into 'release/v5.1'
docs: delete user guides of ESP32-DevKitC, ESP-WROVER-KIT and ESP32-PICO-DevKitM-2 (v5.1)

See merge request espressif/esp-idf!32750
2024-08-20 18:37:53 +08:00
Linda
d551c5cd6d docs: delete user guides of ESP32-DevKitC, ESP-WROVER-KIT and ESP32-PICO-DevKitM-2 2024-08-20 14:42:34 +08:00