Adam Múdry
087de4c77a
docs(storage): Add supported data partition subtypes
2023-08-29 11:28:28 +02:00
Darian
f1c71b75fa
Merge branch 'refactor/freertos_task_snapshot_option' into 'master'
...
refactor(freertos): Remove option for Task Snapshot
See merge request espressif/esp-idf!25610
2023-08-29 14:19:55 +08:00
Darian Leung
659ec67967
refactor(freertos): Remove option for Task Snapshot
...
Previously, Task Snapshot could be conditionally built based on the
CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT option. However, there is no overhead
with always enabling Task Snapshot functions, as the linker will remove any
functions if they are not called.
This commit...
- removes all ESP-IDF dependencies on the CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT
option so that Task Snapshot functions are always available.
- Makes CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT a hidden option to maintain
compatibility with user code.
- adds documentation regarding Task Snapshot.
2023-08-28 20:11:27 +08:00
Sudeep Mohanty
a7e8bf34bb
Merge branch 'docs/freertos_docs_for_p4' into 'master'
...
docs(freertos): Updated FreeRTOS documentation for ESP32-P4
Closes IDF-7760
See merge request espressif/esp-idf!25550
2023-08-28 18:24:58 +08:00
Krzysztof Budzynski
1d030b7601
Merge branch 'bugfix/description_for_AR2023-003' into 'master'
...
[docs] Update API Reference of SPI Flash for AR2023-003
See merge request espressif/esp-idf!25458
2023-08-28 12:17:04 +08:00
Sudeep Mohanty
ec4cd2bb19
docs(freertos): Updated FreeRTOS documentation for ESP32-P4
2023-08-28 10:07:43 +08:00
Krzysztof
290ca75ae0
[docs] Update API Reference of SPI Flash for AR2023-003
2023-08-27 18:31:31 +08:00
Ren Pei Ying
368dd405bc
Merge branch 'docs/add_CN_trans_for_protocols/esp_local_ctrl.rst' into 'master'
...
docs: Provide Chinese translation for api-reference/protocols/esp_local_ctrl.rst
Closes DOC-5959
See merge request espressif/esp-idf!25285
2023-08-25 18:23:42 +08:00
aditi_lonkar
c88e7106ec
esp_wifi: Make enterprise support configurable to save binary size.
2023-08-25 11:00:54 +05:30
mofeifei
3035856381
docs: update cn trans for memory-types
2023-08-25 11:43:39 +08:00
Cai Xin Ying
5538b12d31
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/etm.rst' into 'master'
...
docs: provide CN translation for api-reference/peripherals/etm.rst
Closes DOC-5812
See merge request espressif/esp-idf!24938
2023-08-25 09:59:15 +08:00
morris
641fdabbf0
Merge branch 'feature/default_clock_source_can_leave_empty' into 'master'
...
feat(mcpwm): default clock source setting can leave empty
See merge request espressif/esp-idf!25478
2023-08-24 20:22:47 +08:00
Wang Fang
db86b59330
Merge branch 'docs/update_cn_trans_for_22755' into 'master'
...
docs: Update CN translation for auto_suspend.inc (!22755 )
Closes DOC-5790
See merge request espressif/esp-idf!25236
2023-08-24 11:00:46 +08:00
Shang Zhou
af6f8c4c8c
docs: Update CN translation for auto_suspend.inc ( !22755 )
2023-08-24 11:00:45 +08:00
renpeiying
269435e79d
docs: Provide Chinese translation for api-reference/protocols/esp_local_ctrl.rst
2023-08-24 10:36:19 +08:00
Ren Pei Ying
809ca61087
Merge branch 'docs_add_CN_trans_for_contribute/esp-idf-tests-with-pytest.rst' into 'master'
...
docs: add CN translation for contribute/esp-idf-tests-with-pytest.rst
Closes DOC-5911
See merge request espressif/esp-idf!25205
2023-08-24 05:32:12 +08:00
Ren Pei Ying
3e1a6afb00
docs: add CN translation for contribute/esp-idf-tests-with-pytest.rst
2023-08-24 05:32:11 +08:00
Mahavir Jain
77fb44a489
Merge branch 'fix/fix_host_based_security_workflow_documentation' into 'master'
...
fix(security): Fixed the host-based security workflows
See merge request espressif/esp-idf!25460
2023-08-23 23:25:58 +08:00
Chen Ji Chang
9db2ffd4fb
Merge branch 'fix/pcnt_zero_input_init' into 'master'
...
feat(PCNT): Add new api of clear signal
See merge request espressif/esp-idf!25372
2023-08-23 20:15:59 +08:00
morris
54febcae0e
fix(adc): invalid assertion on the adc_unit
2023-08-23 18:36:02 +08:00
Wang Fang
9d8b121ef2
Merge branch 'docs/fix_formatting_issues_in_spi_flash_concurrency_doc' into 'master'
...
docs: fix formatting issues in spi_flash_concurrency document
See merge request espressif/esp-idf!24619
2023-08-23 17:08:39 +08:00
morris
329bc7e5e9
Merge branch 'feature/mcpwm_interrupt_priority' into 'master'
...
feat(MCPWM): Support set interrupt priority
Closes IDF-7952
See merge request espressif/esp-idf!25364
2023-08-23 13:43:24 +08:00
Chen Jichang
d7d87813ad
fix(PCNT): Add zero input gpio enable flag
...
The default zero input gpio num is 0. Users need to set it additionally
when not use zero input signal. It may become a breaking change.
Add an enable flag to avoid it.
2023-08-23 12:08:15 +08:00
Chen Jichang
713324ff9d
feat(MCPWM): Support set interrupt priority
2023-08-23 10:44:34 +08:00
Radim Karniš
e3eb2ea9cc
Merge branch 'docs/uninstall_idf' into 'master'
...
docs(idf-tools): Add uninstallation instructions
Closes IDFGH-9768
See merge request espressif/esp-idf!25313
2023-08-23 05:03:51 +08:00
Cai Xin Ying
fc597c04cf
Merge branch 'docs/update_security_and_contribute' into 'master'
...
docs: update format issues for both EN and CN under security and contribute folder
Closes DOC-5904
See merge request espressif/esp-idf!25109
2023-08-22 23:59:45 +08:00
Cai Xin Ying
bcb87c4b8f
docs: update format issues for both EN and CN under security and contribute folder
2023-08-22 23:59:44 +08:00
Cai Xin Ying
bbfedfc447
Merge branch 'docs/update_api-reference/bluetooth' into 'master'
...
docs: update format issues for EN and CN files under api-reference/bluetooth folder
Closes DOC-5657
See merge request espressif/esp-idf!24740
2023-08-22 22:06:19 +08:00
Jiang Jiang Jian
514d9a8594
Merge branch 'docs/update_wifi_and_wpa_supplicant_documentation' into 'master'
...
Docs: Update wifi and wpa_supplicant documentation
See merge request espressif/esp-idf!24029
2023-08-22 19:29:37 +08:00
Aditya Patwardhan
388a61c7b7
fix(security): Fixed the host-based security workflows
2023-08-22 15:05:14 +05:30
caixinying-git
db241482a6
docs: update format issues for EN and CN files under api-reference/bluetooth folder
2023-08-22 16:02:33 +08:00
caixinying-git
b875580e52
docs: provide CN translation for api-reference/peripherals/etm.rst
2023-08-22 11:27:35 +08:00
caixinying-git
a876c2d888
docs: provide CN translation for api-guides/usb-serial-jtag-console.rst
2023-08-22 11:06:12 +08:00
Shang Zhou
00fe2a6166
docs: Update CN translation for idf-tools.rst and get-started/index.rst
2023-08-21 15:34:26 +02:00
radim.karnis
e2638a2af0
docs(idf-tools): Add uninstallation instructions
...
Closes https://github.com/espressif/esp-idf/issues/11102
2023-08-21 15:32:27 +02:00
Shreyas Sheth
043b8b55a1
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-08-21 12:29:11 +00:00
Roland Dobai
3adee7ecf6
Merge branch 'contrib/github_pr_11987' into 'master'
...
idf-docker-image.rst: Run with current user ID instead of root. (GitHub PR)
Closes IDFGH-10773
See merge request espressif/esp-idf!25146
2023-08-21 13:16:59 +08:00
Alexey Gerenkov
3247253671
Merge branch 'feature/newlib_getentropy' into 'master'
...
feat(newlib): Implement getentropy() function
Closes IDFGH-10746 and IDF-7383
See merge request espressif/esp-idf!25192
2023-08-18 23:43:29 +08:00
daiziyan
1c2a8a8917
docs: provide CN trans for idf-docker-image
2023-08-18 15:40:26 +02:00
Ivan Grokhotkov
edeba82619
Merge branch 'bugfix/dfu-toc' into 'master'
...
docs: fix DFU subsections showing up in main TOC
See merge request espressif/esp-idf!25397
2023-08-18 19:46:47 +08:00
laokaiyao
a66898ad42
docs(dac): added the explanation to Vref
2023-08-18 15:13:34 +08:00
Ivan Grokhotkov
1c90dd3057
docs: fix DFU subsections showing up in main TOC
2023-08-17 15:46:52 +02:00
Euripedes Rocha
c79d1afb24
docs: Makes the description for RTC fast as heap explicit
...
Makes it explicit that to use rtc memory fast as heap,
ESP32 needs to be configured in single core mode.
2023-08-17 15:07:00 +02:00
Yi Ying
d8b34c739a
Merge branch 'docs/add_bluetooth_overview_page' into 'master'
...
docs: add bluetooth overview
Closes DOC-5644
See merge request espressif/esp-idf!25030
2023-08-16 19:02:16 +08:00
Michael (XIAO Xufeng)
026c155c9c
Merge branch 'feat/compatibility_revisions' into 'master'
...
doc: add documentation for compatibility between IDF version and chip revision
See merge request espressif/esp-idf!23973
2023-08-16 15:09:32 +08:00
Marius Vikhammer
f83c29f242
Merge branch 'feature/esp32p4_docs_build' into 'master'
...
ESP32-P4 build docs
Closes IDF-7520 and IDF-7773
See merge request espressif/esp-idf!25026
2023-08-16 11:49:43 +08:00
Marius Vikhammer
27baef2424
docs(esp32p4): added building docs for ESP32-P4
2023-08-16 10:13:47 +08:00
Ren Pei Ying
005640d12d
Merge branch 'docs_provide_CN_trans_for_contribute_documenting-code.rst' into 'master'
...
docs: Provide CN translation for contribute/documenting-code.rst
Closes DOC-5872
See merge request espressif/esp-idf!25056
2023-08-15 18:46:37 +08:00
Ren Pei Ying
218404d94d
docs: Provide CN translation for contribute/documenting-code.rst
2023-08-15 18:46:37 +08:00
Chen Ji Chang
b39fd79cb8
Merge branch 'feature/add_mcpwm_carrier_clk_source' into 'master'
...
feat(MCPWM): Add mcpwm carrier clk source
Closes IDF-8029
See merge request espressif/esp-idf!25342
2023-08-15 18:04:08 +08:00
Chen Jichang
97d5db32ae
feat(MCPWM): Add mcpwm carrier clk source
...
The MCPWM carrier is part of the operator and can work independently
without the MCPWM timer being enabled. This commit add the MCPWM
carrier clk source.
2023-08-15 13:04:11 +08:00
morris
05f110ea47
Merge branch 'feature/pcnt_interrupt_priority' into 'master'
...
feat(pcnt): support set interrupt priority
Closes IDF-7953
See merge request espressif/esp-idf!25305
2023-08-15 12:44:14 +08:00
Yi Ying
eafbd37e8f
docs (Bluetooth): add bluetooth overview document
2023-08-15 11:13:14 +08:00
Michael (XIAO Xufeng)
8845767bc0
Merge branch 'feat/sub_power_modes_docs' into 'master'
...
sleep_modes: add docs and test app for sub power modes on S2, S3, C2, C3.
See merge request espressif/esp-idf!23142
2023-08-15 10:57:48 +08:00
Adam Múdry
42ac85a6a1
Merge branch 'contrib/github_pr_11926' into 'master'
...
Support NVS image generation from CMake (GitHub PR)
Closes IDFGH-10702 and IDFGH-10542
See merge request espressif/esp-idf!25102
2023-08-15 00:20:11 +08:00
Chen Jichang
eede3796c7
feat(pcnt): support set interrupt priority
2023-08-14 17:52:38 +08:00
Xiao Xufeng
d0dcf2da00
doc: add documentation for compatibility between IDF version and chip revision
2023-08-14 17:34:16 +08:00
Mahavir Jain
80a5b197d6
Merge branch 'bugfix/mbedtls_upstream_doc_link' into 'master'
...
docs(mbedtls): update pointers to upstream api reference and knowledge base
See merge request espressif/esp-idf!25232
2023-08-14 14:18:02 +08:00
Xiao Xufeng
e79857b866
docs(sleep_modes): Add docs for sub power modes on S2, S3, C2, C3.
2023-08-11 17:20:16 +08:00
Linda
ab1bb317ea
docs: added third-party tools visualgdb and clion
2023-08-11 16:15:56 +08:00
Mahavir Jain
680a085eeb
docs(mbedtls): update pointers to upstream api reference and knowledge base
2023-08-11 09:41:21 +05:30
morris
26f438cf89
Merge branch 'feature/esp32p4_gpio_support' into 'master'
...
feat(gpio): add support for ESP32P4
Closes IDF-6509
See merge request espressif/esp-idf!24868
2023-08-11 11:49:51 +08:00
morris
84f9e5e8e5
Merge branch 'feature/esp32p4_pcnt_support' into 'master'
...
feat(pcnt): add support for ESP32P4
Closes IDF-7475
See merge request espressif/esp-idf!25149
2023-08-10 18:52:23 +08:00
Song Ruo Jing
be9afeac86
feat(gpio): add support for ESP32P4
2023-08-10 17:58:49 +08:00
caixinying-git
946496405a
docs: update format issues for EN and CN under api-reference/protocols and migration-guides
2023-08-10 14:30:50 +08:00
Shang Zhou
6c2fb57df8
docs: update CN translation for nvs_flash.rst
2023-08-10 14:27:12 +08:00
Zhang Xiao Yan
948a8aa66c
Merge branch 'docs/update_term_1/4-line_in_sdmmc_host' into 'master'
...
update the term 1/4-line to 1-line or 4-line
See merge request espressif/esp-idf!25220
2023-08-09 14:57:42 +08:00
Zhang Xiao Yan
078d9a9a0b
Merge branch 'docs/add_how_to_add_component_command_to_usb_device' into 'master'
...
docs: add a command about how to add the tinyusb component as a dependency
See merge request espressif/esp-idf!25260
2023-08-09 14:56:31 +08:00
Chen Jichang
3fed3cf50e
feat(pcnt): add support for ESP32P4
2023-08-09 14:41:22 +08:00
Roland Dobai
4bbc57cd37
Merge branch 'update/deprecate_python37' into 'master'
...
feat: Drop Python 3.7 support
Closes IDF-4441
See merge request espressif/esp-idf!24897
2023-08-08 23:30:12 +08:00
Alexey Gerenkov
f8e020b1d7
feat(newlib): Implement getentropy() function
...
Closes https://github.com/espressif/esp-idf/issues/11963
2023-08-08 18:06:58 +03:00
morris
3e31826719
Merge branch 'bugfix/gptimer_hal_placement_wrong_condition' into 'master'
...
fix(gptimer): hal function placement under wrong condition
Closes IDFGH-10809
See merge request espressif/esp-idf!25237
2023-08-08 22:15:55 +08:00
Linda
54a99df775
docs: add a command about how to add the tinyusb component as a dependency
2023-08-08 16:21:33 +08:00
radim.karnis
8acde05a5c
feat: Drop Python 3.7 support
2023-08-08 08:37:29 +02:00
Jiang Guang Ming
b73d35d012
docs: add new mbedtls configuration option in optimize size
2023-08-08 14:03:57 +08:00
morris
a662ec0a8d
fix(gptimer): hal function placement under wrong condition
...
timer_hal_capture_and_get_counter_value
should be placed in the IRAM for speed optimization
because the default ISR handler is placed in the IRAM.
Closes https://github.com/espressif/esp-idf/issues/12021
2023-08-08 04:26:02 +00:00
morris
29c100b7b8
Merge branch 'docs_add_CN_translation_for_cotribute/copyright-guide.rst_and_install-pre-commit-book.rst' into 'master'
...
docs: Provide CN translation for contribute/copyright-guide.rst and install-pre-commit-hook.rst
Closes DOC-5883 and DOC-5884
See merge request espressif/esp-idf!25100
2023-08-07 16:14:19 +08:00
Linda
c09595a831
docs: organize header files of Bluetooth Controller
2023-08-07 14:13:24 +08:00
renpeiying
e6d1e2437a
docs: Provide CN translation for contribute/copyright-guide and install-pre-commit-hook
2023-08-07 11:55:30 +08:00
Shang Zhou
de9f310e81
docs: Provide CN translation for wear-levelling.rst
2023-08-04 23:47:44 +00:00
Adam Múdry
ebde53bbb9
docs(fatfs): Move mentioned APIs to a separate API reference section
2023-08-04 23:47:44 +00:00
Cai Xin Ying
4cbb4d446a
Merge branch 'docs/add_Chinese_translation_for_three_short_docs_of_api-guides' into 'master'
...
Docs: provide CN translation for three short docs of api-guides
Closes DOC-5413
See merge request espressif/esp-idf!24133
2023-08-04 23:37:26 +08:00
Cai Xin Ying
0a726af17b
Docs: provide CN translation for three short docs of api-guides
2023-08-04 23:37:26 +08:00
Linda
6ea12fec18
update the term 1/4-line to 1-line or 4-line
2023-08-04 18:12:20 +08:00
morris
55ea6b78a7
Merge branch 'feature/async_memcpy_rewrite' into 'master'
...
feat(async_memcpy): refactor driver code to support different DMA backends
See merge request espressif/esp-idf!25050
2023-08-04 17:52:13 +08:00
Adam Múdry
b988242b07
feat(examples): Add storage/nvsgen example
...
Showcases the use of `nvs_create_partition_image` CMake function
Remove mentions of NVS multipage blob version 1 so it's not encouraged
2023-08-04 11:48:02 +02:00
morris
6eabfc2c9f
Merge branch 'feature/gptimer_interrupt_priority' into 'master'
...
feat(gptimer): support set interrupt priority
Closes IDF-7954
See merge request espressif/esp-idf!25125
2023-08-04 04:10:45 +08:00
Chen Jian Xing
c4562571e2
Merge branch 'docs/update_multi_antenna_switch_docs' into 'master'
...
Docs/update multi antenna switch docs
Closes WIFI-5582, WIFI-5561, and DOC-2914
See merge request espressif/esp-idf!22937
2023-08-03 21:27:46 +08:00
Adam Múdry
5e5220a77c
docs: Refactor table for nvs_create_partition_image arguments
2023-08-03 15:10:33 +02:00
morris
c32cabc7f8
feat(gptimer): support set interrupt priority
...
Related forum post: https://esp32.com/viewtopic.php?f=13&t=34959
2023-08-03 19:16:37 +08:00
Kapil Gupta
d0fb902789
Merge branch 'bugfix/update_supplicant_copyrights' into 'master'
...
change(esp_wifi): Update copyright info for wpa_supplicant
See merge request espressif/esp-idf!24919
2023-08-03 13:17:31 +08:00
morris
fd3d1aa101
feat(async_memcpy): refactor driver code to support different DMA backen
...
To support AHB and AXI DMA memory copy for the same target (esp32p4).
2023-08-03 12:02:09 +08:00
Cai Xin Ying
0de9a18d4d
Merge branch 'docs/update_api-reference/system_and_/inc' into 'master'
...
docs: update format issues for EN and CN files under api-reference/system and...
Closes DOC-5814
See merge request espressif/esp-idf!24971
2023-08-03 11:32:07 +08:00
Cai Xin Ying
03c15adc94
docs: update format issues for EN and CN files under api-reference/system and...
2023-08-03 11:32:07 +08:00
morris
23585c9af4
Merge branch 'docs_provide_CN_trans_for_contribute_index.rst' into 'master'
...
docs:Provide CN translation for contribute/index.rst
Closes DOC-5844
See merge request espressif/esp-idf!25019
2023-08-03 10:32:46 +08:00
Kapil Gupta
fb908dfe98
change(esp_wifi): Update copyright info for wpa_supplicant
2023-08-02 18:51:37 +05:30
renpeiying
8163dbbbb4
docs:Provide CN translation for contribute/index.rst
2023-08-02 14:34:00 +08:00
Omar Chebib
0368aa5257
Merge branch 'feature/bootloader_ignore_extra_component' into 'master'
...
bootloader: add the possibility to ignore extra components
Closes IDF-7825
See merge request espressif/esp-idf!24806
2023-08-02 10:28:41 +08:00
Alexey Lapshin
a120ea823e
Merge branch 'contrib/github_pr_11569' into 'master'
...
[GDBStub] kconfig gdbstub runtime should be separate bool (GitHub PR)
Closes IDF-7846 and IDFGH-10309
See merge request espressif/esp-idf!24775
2023-08-02 07:50:47 +08:00
Sergei Silnov
b85093454d
Merge branch 'docs/update_information_about_CLI_commands' into 'master'
...
Updates documentation for new Component Manager CLI commands in IDF
See merge request espressif/esp-idf!24362
2023-08-01 22:05:15 +08:00
Lou Tian Hao
3f6be5938b
Merge branch 'docs/rewrite_all_low_to_any_low_when_not_esp32' into 'master'
...
Docs: rewrite_all_low_to_any_low_when_not_esp32
See merge request espressif/esp-idf!24997
2023-08-01 20:56:36 +08:00
Alexey Lapshin
47e400c296
feature(gdbstub): Move runtime gdbstub out of panic config
...
Closes https://github.com/espressif/esp-idf/pull/11569
2023-08-01 14:28:07 +04:00
Lou Tianhao
f33188fb35
docs(pm/sleep): rewrite_all_low_to_any_low_when_not_esp32
2023-08-01 11:53:14 +08:00
Jim Mussared
c7d5112771
idf-docker-image.rst: Run with current user ID instead of root.
...
Rather than running the command inside the container as root, which will
mean that any build artifacts created will be owned by root on the host,
run the command as the current user.
This requires setting a temporary home directory as idf.py will try to
access e.g. ~/.cache, so just use /tmp inside the container which is
ephemeral anyway.
This also allows the command to use `git`. without setting the user ID,
`docker run ... git status` will fail with
fatal: detected dubious ownership in repository at '/project'
Also added the missing explanation for `-w /project`.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-08-01 11:27:34 +10:00
Vincent Hamp
d975a26666
feat: Add support for NVS image generation from CMake
...
Closes: https://github.com/espressif/esp-idf/pull/11926
Closes: https://github.com/espressif/esp-idf/pull/11785
Co-authored-by: Nebojša Cvetković <nebkat@gmail.com>
2023-07-31 18:26:06 +02:00
Daniel Paul
0e91006749
docs(IDF Component Manager): Updates documentation for new Component Manager CLI commands in IDF
2023-07-31 13:27:44 +02:00
morris
4478c13ea4
Merge branch 'docs_add_Chinese_translation_for_api-reference_peripherals/sdm.rst' into 'master'
...
docs: provide CN translation for api-reference/peripherals/sdm.rst
Closes DOC-5813
See merge request espressif/esp-idf!24986
2023-07-31 11:39:50 +08:00
Dai Zi Yan
8b9610b94f
Merge branch 'docs/udpate_memory-types' into 'master'
...
Docs/udpate memory types
Closes DOC-5388 and DOC-5157
See merge request espressif/esp-idf!24392
2023-07-31 10:45:12 +08:00
Zim Kalinowski
35cfcdbbf7
Merge branch 'bugfix/fix-stacktype-in-doc' into 'master'
...
docs: Use StackType_t instead of portSTACK_TYPE
See merge request espressif/esp-idf!25046
2023-07-29 19:45:05 +08:00
Ivan Grokhotkov
cfa1896780
Merge branch 'contrib/github_pr_11535' into 'master'
...
Replace deprecated flushregs alias with full gdb command (GitHub PR)
Closes IDFGH-10272
See merge request espressif/esp-idf!24752
2023-07-28 22:40:22 +08:00
Omar Chebib
c98d1f1619
feat(bootloader): add the possibility to ignore extra components
2023-07-28 15:04:21 +08:00
Zim Kalinowski
0e8d2b9550
docs: Use StackType_t instead of portSTACK_TYPE
2023-07-28 14:55:13 +08:00
Marius Vikhammer
c5427cdb07
docs: add H2 to list of supported series to front page doc
2023-07-28 11:43:10 +08:00
caixinying-git
0ae5e9afcd
docs: provide CN translation for api-reference/peripherals/sdm.rst
2023-07-28 11:26:15 +08:00
daiziyan
1037135761
docs: provided translation for storage.rst and system.rst and updated a typo for memory-types.rst
2023-07-27 16:24:29 +08:00
Cai Xin Ying
02a9be9292
Merge branch 'docs/add_Chinese_translation_for_api-guides/performance/ram-usage.rst' into 'master'
...
docs: provide CN translation for api-guides/performance/ram-usage.rst
Closes DOC-5170
See merge request espressif/esp-idf!23721
2023-07-26 10:38:06 +08:00
caixinying-git
d47457b29b
docs: provide CN translation for api-guides/performance/ram-usage.rst
2023-07-25 19:04:41 +08:00
morris
ed36b91517
Merge branch 'feature/mcpwm_trigger_driver' into 'master'
...
feature(MCPWM): Add MCPWM trigger driver
Closes IDF-3613
See merge request espressif/esp-idf!24829
2023-07-25 18:50:57 +08:00
Chen Jichang
5ab755915b
feature(MCPWM): Add MCPWM trigger driver and test
...
Each MCPWM operator has two Trigger (named T0 and T1), and they can be
routed to GPIO fault signal or timer sync event.Generator can be set up
to perform different action on Trigger event.
This commit add a trigger driver and a test for the driver.
2023-07-25 14:44:41 +08:00
caixinying-git
a67b37330d
docs: update format issues for EN and CN files under api-reference/provisioning and api-reference/storage
2023-07-24 17:21:09 +08:00
Cai Xin Ying
fcaaf885ab
Merge branch 'docs/add_Chinese_translation_for_api-guides_hardware-abstraction.rst' into 'master'
...
docs: provide CN tranlsation for api-guides/hardware-abstraction.rst
Closes DOC-5451
See merge request espressif/esp-idf!24147
2023-07-24 10:02:11 +08:00
Cai Xin Ying
e9ba6b611e
Merge branch 'docs/add_Chinese_translation_for_api-guides/host-apps.rst' into 'master'
...
docs: provide CN translation for api-guides/host-apps.rst
Closes DOC-5461
See merge request espressif/esp-idf!24260
2023-07-24 10:01:35 +08:00
Cai Xin Ying
b7cc28f6f1
Merge branch 'docs/update_api-reference/network' into 'master'
...
docs: update format issues for EN and CN files under api-reference/network folder and api-reference folder
Closes DOC-5656
See merge request espressif/esp-idf!24542
2023-07-21 18:51:21 +08:00
Cai Xin Ying
59bac4de3c
docs: update format issues for EN and CN files under api-reference/network folder and api-reference folder
2023-07-21 18:51:21 +08:00
Cai Xin Ying
9667318a67
docs: provide CN translation for api-guides/openthread.rst
2023-07-21 18:45:58 +08:00
caixinying-git
6f9dad8100
docs: provide CN translation for api-guides/host-apps.rst
2023-07-21 16:38:44 +08:00
caixinying-git
fa7a6a6636
docs: provide CN tranlsation for api-guides/hardware-abstraction.rst
2023-07-21 16:33:36 +08:00
Krzysztof Budzynski
82a0437671
Apply 1 suggestion(s) to 1 file(s)
2023-07-20 15:15:37 +08:00
Ivan Grokhotkov
375ebb1a41
docs(system): add a section on interrupt allocation debugging
...
Related to https://github.com/espressif/esp-idf/issues/6709
Related to https://github.com/espressif/esp-idf/issues/7767
Related to https://github.com/espressif/esp-idf/issues/9880
Related to https://github.com/espressif/esp-idf/issues/11462
2023-07-19 16:47:41 +02:00
Wang Tao
0ac1ee4358
Merge branch 'contrib/github_pr_9694' into 'master'
...
add low power doc and picture (GitHub PR)
Closes IDFGH-8201
See merge request espressif/esp-idf!20675
2023-07-19 17:54:29 +08:00
morris
b488cb70e7
Merge branch 'contrib/github_pr_11878' into 'master'
...
feat(mcpwm): Allow for pull up/down to be configurable on generators (GitHub PR)
Closes IDFGH-10647 and IDFGH-10646
See merge request espressif/esp-idf!24825
2023-07-19 15:01:27 +08:00
Aditya Patwardhan
083e943704
docs(security): Added host based workflow to enable secure boot externally
...
* Styling changes for the host-based workflow document
* Fix formatting for the document for host based security wofkflows
2023-07-19 10:11:30 +05:30
morris
b589355a10
feat(mcpwm): support open drain output for generator IO
...
Closes https://github.com/espressif/esp-idf/issues/11877
2023-07-19 11:32:35 +08:00
Roland Dobai
30672c7c65
Merge branch 'docs/monitor_rom_address_decoding' into 'master'
...
esp_idf_monitor: ROM ELF address decoding docs and tests
Closes IDF-372
See merge request espressif/esp-idf!24271
2023-07-17 18:52:29 +08:00
Armando (Dou Yiwen)
2d4dabda25
Merge branch 'feature/added_cache_msync_behaviour_per_direction' into 'master'
...
feat(cache): added direction selection to esp_cache_msync API
Closes IDF-7674
See merge request espressif/esp-idf!24614
2023-07-17 18:04:42 +08:00
Marius Vikhammer
f2485590c2
Apply 1 suggestion(s) to 1 file(s)
2023-07-17 16:28:50 +08:00
Xiong Wei Chao
12d6268095
Merge branch 'docs/update_bluetooth_power_save_readme' into 'master'
...
Docs: update bluetooth power save readme
Closes FCS-1258
See merge request espressif/esp-idf!24562
2023-07-17 12:14:39 +08:00
Wang Zi Yan
3e4152cdcf
docs: Update CN for nvs_flash.rst and flash-encryption.rst
2023-07-14 04:05:53 +00:00
Daniel Mangum
647e7a2a71
fix: Replace deprecated flushregs alias with full gdb command
...
Usage of `flushregs` in gdb will result in the following warning:
```
Warning: 'flushregs', an alias for the command 'maintenance flush register-cache', is deprecated.
Use 'maintenance flush register-cache'.
```
This patch updates to use the recommend command.
Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
Merges https://github.com/espressif/esp-idf/pull/11535
2023-07-13 09:26:47 +02:00
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
muhaidong
49bb7bb35e
esp_wifi: update multi antenna switch docs
2023-07-12 12:54:02 +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
Armando
3625db723c
doc(mm): added cache msync API direction related descriptions
2023-07-11 11:19:10 +08:00
xiongweichao
d26ad599c4
docs(sleep_modes): Updated Wi-Fi/Bluetooth and Sleep Modes in docs
2023-07-11 11:14:31 +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