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
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
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
Yuhan Wei
7552a7df9a
docs(ble): Updated example links in zh_CN ble-mesh-feature-list.rst
2024-08-22 17:04:52 +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
Yuhan Wei
5f9391d751
docs(ble): Updated ble fast provision example link in ble-mesh-faq.rst
2024-08-19 17:20:53 +08:00
Yuhan Wei
84ec5c013d
docs(ble): Updated the support status for NimBLE LE Power Control feature
2024-08-19 11:52:44 +08:00
Yuhan Wei
7925d3c54d
docs(ble): Updated the feature status of nimble host
2024-08-16 18:07:38 +08:00
Yuhan Wei
60fa6032a8
docs(ble): Added BLE feature support status
2024-08-16 17:35:06 +08:00
yinqingzhao
a8c4e7c254
docs(wifi):update TWT docs
2024-07-04 15:00:27 +08:00
Linda
cbae9c7fb1
docs: format AP basic configuration tables in wifi.rst
2024-07-02 14:59:49 +08:00
wuzhenghui
36756bfd22
docs(lowpower): updating low-power statistics in Wi-Fi scenarios
2024-05-31 10:28:36 +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
Radim Karniš
26d6e7563d
docs(idf_py): Describe the option to configure esptool.py with --extra-args
2024-04-29 15:20:27 +02: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
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
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
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
Kapil Gupta
0cd6a05fdf
fix(wifi): Add support to move supplicant BSS to external memory
2024-01-27 10:54:26 +05:30
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
Shang Zhou
c14d05ff61
docs: Update CN translation for api-guides/tools/idf-monitor.rst
2023-11-27 09:38:39 +01:00
Marius Vikhammer
0feef5f2f3
Merge branch 'backport/add_docs_for_coex_v51' into 'release/v5.1'
...
feat(docs) Add RF Coexist docs for H2(BackportV5.1)
See merge request espressif/esp-idf!27236
2023-11-23 13:57:42 +08:00
zwx
f710a49680
feat(docs) Add RF Coexist docs for H2
2023-11-22 17:04:55 +08:00
Jiang Jiang Jian
b3479b3164
Merge branch 'bugfix/docs_hw_breakpoints_num_v5.1' into 'release/v5.1'
...
fix(docs/jtag): Fix hard-coded HW breakpoints/watchpoints number (v5.1)
See merge request espressif/esp-idf!26500
2023-11-21 11:07:13 +08:00
Roland Dobai
53aaf3462f
Merge branch 'feature/add_qemu_to_tools-json_v5.1' into 'release/v5.1'
...
Add QEMU to tools.json (v5.1)
See merge request espressif/esp-idf!26407
2023-11-16 18:54:46 +08:00
Shen Weilong
ea06b047c2
feat(bt): Frees BLE memory when no longer in use
...
It will free libble.a & libbt all txt, data and bss segment memory.
This memory is combined into one large memory and put into the heap
pool.
2023-10-19 14:52:29 +08:00
xuxiao
bfe6a24c57
revert(lwip): Revert changes to LWIP task priority macro from MR 25020 (backport v5.1)
2023-10-17 14:39:39 +08:00
Nic Ballinger
235c82b6ee
fix(docs/jtag): Fix hard-coded HW breakpoints/watchpoints number
...
Closes https://github.com/espressif/esp-idf/pull/11986
2023-10-16 17:30:36 +03:00
Anton Maklakov
be79c75b64
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-11 12:28:47 +07:00
Ondrej Kosta
1199806d71
docs(esp_eth): added Ethernet to Improving Network Speed section
2023-09-25 10:54:08 +02:00
xuxiao
2a0a080c9f
feat(doc): update wifi sections for H2
2023-09-21 14:28:12 +08:00
Jiang Jiang Jian
8ce86c32d0
Merge branch 'bugfix/fix_some_wifi_bugs_230913_v5.1' into 'release/v5.1'
...
fix(wifi): fix some wifi bugs 20230913(Backport v5.1)
See merge request espressif/esp-idf!25960
2023-09-18 12:09:31 +08:00
zhangwenxu
331cc97d01
feat(openthread): Add support to allocate message pool from PSRAM
2023-09-15 18:30:42 +08:00
Li Xiaoyi
dcddd48d6a
Docs: add CN translation for api-guides/performance/speed.rst
2023-09-15 10:53:07 +08:00
xuxiao
b74c293505
feat(wifi): optimize esp32c6 iperf performance
2023-09-14 10:14:13 +08:00
Shreyas Sheth
05915fee6e
docs(wifi): Update wifi and wifi security documentation
...
1. Update documentation for WPA3 Enterprise and WPA3 Enterprise 192-bit
mode
2. Update documentation for WPA3 OWE and OWE transition mode
3. Update documentation related to SAE PK, SAE PWE and Transition Disable
4. Update documnetation for wifi connect API
5. Fix config paramter information for wifi scan start
6. Fix documentation related to scan threshold config setting
7. Replace ESP_ERR_WIFI_ARG error code as ESP_ERR_INVALID_ARG
8. Update documentation for 802.11R Fast transition
2023-09-14 10:14:13 +08:00
Jiang Jiang Jian
b3717678c3
Merge branch 'docs/update_multi_antenna_switch_docs_v5.1' into 'release/v5.1'
...
Docs/update multi antenna switch docs v5.1(Backport v5.1)
See merge request espressif/esp-idf!25822
2023-09-08 10:18:43 +08:00
Krzysztof Budzynski
cbee3f67b2
Merge branch 'docs/add_Chinese_translation_for_api-guides/cplusplus.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-guides/cplusplus.rst (backport v5.1)
See merge request espressif/esp-idf!25755
2023-09-07 13:15:27 +08:00
Cai Xin Ying
36376e0eab
docs: provide CN translation for api-guides/cplusplus.rst (backport v5.1)
2023-09-07 13:15:27 +08:00
muhaidong
01ebf0775e
esp_wifi: update multi antenna switch docs
2023-09-07 11:06:28 +08:00
Krzysztof Budzynski
0954c0a231
Merge branch 'docs/add_Chinese_translation_for_api-guides/core_dump.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-guides/core_dump.rst and api-guides/core_dump_internals.rst (Backport v5.1)
See merge request espressif/esp-idf!25740
2023-09-05 14:44:29 +08:00
Cai Xin Ying
75e176fd21
docs: provide CN translation for api-guides/core_dump.rst and api-guides/core_dump_internals.rst (Backport v5.1)
2023-09-05 14:44:29 +08:00
Cai Xin Ying
ef5c85158d
docs: provide CN translation for three short docs of api-guides (backport v5.1)
2023-09-05 11:11:27 +08:00
Jiang Jiang Jian
5fa0d2a83d
Merge branch 'contrib/github_pr_9694_v5.1' into 'release/v5.1'
...
add low power doc and picture (GitHub PR)(backport v5.1)
See merge request espressif/esp-idf!25590
2023-08-30 14:56:31 +08:00
chenjianxing
2fa873408c
docs: update power save part
2023-08-28 14:08:02 +08:00
wang tao
164d5df66a
add low power doc and picture
...
Merges https://github.com/espressif/esp-idf/pull/9694
2023-08-28 14:07:45 +08:00
Roland Dobai
cc380696e4
Merge branch 'docs/monitor_rom_address_decoding_v5.1' into 'release/v5.1'
...
docs(esp_idf_monitor): ROM ELF address decoding (backport v5.1)
See merge request espressif/esp-idf!24856
2023-08-25 14:19:44 +08:00
morris
fad1874ae2
Merge branch 'docs/add_Chinese_translation_for_api-guides_hardware-abstraction.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN tranlsation for api-guides/hardware-abstraction.rst (backport v5.1)
See merge request espressif/esp-idf!25045
2023-08-24 10:06:39 +08:00