Zhang Wen Xu
45828e31a1
Merge branch 'support/update_docs_for_openthread' into 'master'
...
docs(openthread): update openthread README for H2 and C6
See merge request espressif/esp-idf!24684
2023-07-13 00:56:45 +08:00
zhangwenxu
d29f31ec16
docs(openthread): update openthread README for H2 and C6
2023-07-12 15:57:25 +08:00
Jiang Jiang Jian
60fd11dbf7
Merge branch 'doc/update_wifi_security_mode' into 'master'
...
docs: update wifi security mode
Closes IDFGH-8565, IDFGH-8232, WIFI-6124, and WIFI-6125
See merge request espressif/esp-idf!23943
2023-07-12 15:06:14 +08:00
zhangyanjiao
7ae5822f0e
fix(wifi): Add bugfixes and improvements
...
1. Update wifi security mode
2. Add check for memory allocation in tx buffers
3. Fix association refused temporarily comeback time set to zero issue
2023-07-11 21:25:24 +08:00
Cai Xin Ying
9de7cbdc18
Docs: Update format issues for EN and CN files under get-started folder
2023-07-11 15:03:50 +08:00
Rotzbua
08019c93bc
doc: remove WEP as security mode
...
Signed-off-by: zhangyanjiao <zhangyanjiao@espressif.com>
Closes https://github.com/espressif/esp-idf/pull/10015
2023-07-11 14:33:53 +08:00
Doc-intern2
37af2b7a22
Docs: add CN translation for security/security.rst
2023-07-07 17:16:37 +08:00
Song Ruo Jing
ea48030514
Merge branch 'refactor/rtcio_caps_responsibility' into 'master'
...
refactor(driver/rtcio): Re-wrap RTCIO APIs with more accurate soc_caps
Closes IDF-7406
See merge request espressif/esp-idf!24522
2023-07-07 14:25:47 +08:00
Mahavir Jain
c3e5f05622
Merge branch 'example/remove_http2_example' into 'master'
...
remove(http2_request): Move http2_request example to idf-extra-components repository
Closes IDF-7659
See merge request espressif/esp-idf!24561
2023-07-07 13:25:02 +08:00
Wan Lei
3af7e00b90
Merge branch 'fix/update_doc_for_spi_slave_hd_protocol' into 'master'
...
fix(all): update documentaion for spi slave hd protocols
See merge request espressif/esp-idf!24630
2023-07-07 12:15:56 +08:00
Cai Xin Ying
0f31b73e9c
Merge branch 'docs/add_protocomm_trans' into 'master'
...
Docs: add CN translation for api-reference/provisioning/protocomm.rst
Closes DOC-5320
See merge request espressif/esp-idf!24069
2023-07-07 10:31:18 +08:00
wanlei
45d4d919f4
fix(all): update documentaion for spi slave hd protocols
2023-07-06 19:17:38 +08:00
caixinying-git
386d408868
docs: Provide CN translation for api-reference/protocols/esp_tls.rst and update both EN and CN texts for api-reference/error-codes.rst
2023-07-06 18:50:44 +08:00
Li Xiaoyi
6e987afabe
Docs: add CN translation for api-reference/provisioning/protocomm.rst
2023-07-06 15:56:21 +08:00
Jakob Hasse
47bcee11b7
Merge branch 'refactor/secondary_console_usb_serial_improvement' into 'master'
...
refactor(console): Warn if secondary console is active
Closes IDFGH-10484
See merge request espressif/esp-idf!24494
2023-07-06 15:08:01 +08:00
Jiang Jiang Jian
781d2717cd
Merge branch 'bugfix/nan_sd_dp_fixes' into 'master'
...
NAN Service discovery and datapath bugfixes
Closes WIFI-5588
See merge request espressif/esp-idf!24302
2023-07-06 10:30:05 +08:00
caixinying-git
caf3f6b5fb
docs: provide CN translation for api-guides/tools/idf-docker-image.rst
2023-07-05 16:39:14 +08:00
Shyamal Khachane
6138ec7a61
fix(esp_wifi): NAN Service discovery and datapath bugfixes
...
1. Increase timeout value for NDP Accepted/Rejected events.
2. Update publisher ID incase publisher restarts(service).
3. Ignore service discovery frames with invalid/inactive service ID.
4. Update NAN documentation
2023-07-05 10:35:14 +05:30
Song Ruo Jing
4985caa38f
refactor(driver/rtcio): Re-wrap RTCIO APIs with more accurate soc_caps
2023-07-05 11:47:51 +08:00
Krzysztof Budzynski
b10e69985f
Merge branch 'contrib/github_pr_11743' into 'master'
...
docs(jtag): Update chip revisions to follow ESP32-C3 errata (GitHub PR)
Closes IDFGH-10497
See merge request espressif/esp-idf!24467
2023-07-04 19:20:42 +08:00
daiziyan
4a5600fdd2
docs: update CN translation for console.rst
2023-07-04 14:46:32 +08:00
morris
0298e6f257
Merge branch 'feature/gpio_num_per_target' into 'master'
...
refactor(gpio): per-target gpio number definition
See merge request espressif/esp-idf!24546
2023-07-04 14:12:39 +08:00
Krzysztof
d552d61abf
docs(jtag): Update CN translation of 'api-guides/jtag-debugging/index.rst'
2023-07-04 12:28:12 +08:00
Zhang Xiao Yan
b5bc96693e
Merge branch 'docs/fix_typo_in_get_started_start_project' into 'master'
...
docs: fix a typo in get-started/start-project
See merge request espressif/esp-idf!24526
2023-07-04 10:14:29 +08:00
Chen Ji Chang
88d6e3e896
Merge branch 'docs/add_a_note_about_RMT_preipheral_in_the_programming_guide' into 'master'
...
rmt: add a note about binding channels to the same GPIO
Closes IDFGH-10524
See merge request espressif/esp-idf!24524
2023-07-03 23:29:42 +08:00
Alexey Lapshin
e270427367
Merge branch 'feature/hw_stack_guard_for_riscv' into 'master'
...
esp_system: implement hw stack guard for riscv chips
Closes IDF-7124 and IDF-3839
See merge request espressif/esp-idf!23808
2023-07-03 20:17:09 +08:00
Harshit Malpani
c24d012808
remove(http2_request): Move http2_request example to idf-extra-components repository
...
Related: https://github.com/espressif/idf-extra-components/pull/193/
2023-07-03 17:46:16 +05:30
Chen Jichang
3f0b46da54
docs(rmt): add a note about binding channels to the same GPIO
...
Added a note about RX Channel and TX Channel initialization order when
bound RX and TX to the same gpio.
Closes https://github.com/espressif/esp-idf/issues/11768
2023-07-03 17:11:22 +08:00
Jakob Hasse
197e919d74
refactor(examples/console): Warn if secondary console is active
...
Having a secondary serial console is not useful when applications
use a REPL console type, hence we warn for it in examples.
Closes https://github.com/espressif/esp-idf/issues/11731
2023-07-03 13:42:35 +08:00
morris
d623ce0d53
refactor(gpio): per-target gpio number definition
2023-07-03 13:33:11 +08:00
Cai Xin Ying
f30a420a74
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/rmt.rst' into 'master'
...
docs: provide CN translation for api-reference/peripherals/rmt.rst
Closes DOC-5219
See merge request espressif/esp-idf!23915
2023-07-03 10:06:36 +08:00
Alexey Lapshin
4df3ff619e
feat(esp_system): implement hw stack guard for riscv chips
...
- add hardware stack guard based on assist-debug module
- enable hardware stack guard by default
- disable hardware stack guard for freertos ci.release test
- refactor rtos_int_enter/rtos_int_exit to change SP register inside them
- fix panic_reason.h header for RISC-V
- update docs to include information about the new feature
2023-07-01 16:27:40 +00:00
Krzysztof Budzynski
ce9b60ca3a
Merge branch 'contrib/github_pr_11692' into 'master'
...
docs : fix a typo in docs/zh_CN/api-reference/storage/sdmmc.rst (GitHub PR)
Closes IDFGH-10441
See merge request espressif/esp-idf!24288
2023-06-30 20:09:47 +08:00
caixinying-git
a6c7b52dd6
docs: provide CN translation for api-reference/peripherals/rmt.rst
2023-06-30 18:40:24 +08:00
Linda
b730910a9c
docs: fix a typo in get-started/start-project
2023-06-30 17:48:50 +08:00
Kevin (Lao Kaiyao)
11854aabfa
Merge branch 'bugfix/fix_doc_build_failure_of_eth2ap' into 'master'
...
ci(network_doc): fixed the incorrect example path
See merge request espressif/esp-idf!24504
2023-06-30 12:57:50 +08:00
laokaiyao
8f691d925b
ci(network_doc): Fixed the incorrect example path
2023-06-30 11:07:03 +08:00
Tomas Sebestik
c59d4e15ff
docs(contributor_guide): Update install pre-commit instructions
2023-06-29 15:05:58 +02:00
Xabi Crespo
9cab62e734
docs(jtag): Update chip revisions to follow ESP32-C3 errata (GitHub PR)
2023-06-29 12:55:05 +08:00
Cai Xin Ying
9a1d6281c5
Merge branch 'docs/add_provisioning_CN_trans' into 'master'
...
Docs: add CN translation for api-reference/provisioning/provisioning.rst
Closes DOC-5384
See merge request espressif/esp-idf!24123
2023-06-29 11:12:51 +08:00
Mahavir Jain
08be8ff5ec
Merge branch 'support/esp_coredump_logs_config' into 'master'
...
Optionally disable logs in espcoredump component
See merge request espressif/esp-idf!23899
2023-06-28 20:28:40 +08:00
Cai Xin Ying
29f3221b56
Merge branch 'docs/add_Chinese_translation_for_linux-host-requirements.rst_and_external-ram-esp32-notes.rst' into 'master'
...
docs: provide CN translation for linux-host-requirements.rst and external-ram-esp32-notes.rst
Closes DOC-5412
See merge request espressif/esp-idf!24115
2023-06-28 20:03:49 +08:00
caixinying-git
a33b276671
docs: provide CN translation for linux-host-requirements.rst and external-ram-esp32-notes.rst
2023-06-28 16:42:17 +08:00
Vikram
e3584c5dd0
Added description to disable coredump logs to ram_usage.rst
...
Signed-off-by: Vikram <vikram.dattu@espressif.com>
2023-06-28 06:46:32 +00:00
Lou Tian Hao
7c2ac1feb6
Merge branch 'bringup/esp32h2_light_sleep_for_rebase' into 'master'
...
esp32h2: support light_sleep
Closes IDF-6266 and IDF-7359
See merge request espressif/esp-idf!23567
2023-06-28 10:37:18 +08:00
Jiang Jiang Jian
93fcfbeb54
Merge branch 'bugfix/fix_wifi_espnow_coexist_API_doc' into 'master'
...
esp_wifi: fix ret when setting channel at wifi not started, fix timer callback
Closes IDF-7270, WIFI-5607, WIFI-5736, and WIFI-3607
See merge request espressif/esp-idf!23782
2023-06-27 21:34:53 +08:00
Liu Ning
8514469092
esp_wifi: fix ret when setting channel at wifi not started, fix timer callback
2023-06-27 21:34:53 +08:00
Mahavir Jain
f2f5b41702
Merge branch 'example/remove_coap_example_from_idf' into 'master'
...
Move CoAP examples to idf-extra-component repository
See merge request espressif/esp-idf!24376
2023-06-27 15:59:19 +08:00
Li Xiaoyi
233d494a06
Docs: add CN translation for api-reference/provisioning/provisioning.rst
2023-06-27 15:44:37 +08:00
Alex Lisitsyn
a12537decb
Merge branch 'update/docs_api_refs_modbus_esp32h2' into 'master'
...
docs: updated modbus api reference documents for target esp32h2
Closes IDF-6679
See merge request espressif/esp-idf!23931
2023-06-27 15:01:04 +08:00