Cai Xin Ying
d045b8a0b1
Merge branch 'docs/add_Chinese_translation_for_api-reference_peripherals_sdspi_host.rst' into 'master'
...
docs: provide CN translation for api-reference/peripherals/sdspi_host.rst
Closes DOC-5726
See merge request espressif/esp-idf!24675
2023-09-12 15:46:59 +08:00
caixinying-git
a093baa214
docs: provide CN translation for api-reference/peripherals/sdio_slave.rst
2023-09-12 15:40:54 +08:00
morris
ae1a9bf015
Merge branch 'feat/mcpwm_event_comparator_driver' into 'master'
...
feat(MCPWM): MCPWM event comparator driver
Closes IDF-7989
See merge request espressif/esp-idf!25552
2023-09-12 14:41:07 +08:00
Jiang Jiang Jian
62720ffa8c
Merge branch 'feature/pbkdf2_fast_implementation' into 'master'
...
esp_wifi: Port fast_pbkdf2 implementation to calculate PMK
See merge request espressif/esp-idf!24287
2023-09-12 14:06:02 +08:00
caixinying-git
d4f0ca1ee9
docs: provide CN translation for api-reference/peripherals/sdspi_host.rst
2023-09-12 11:47:42 +08:00
Kapil Gupta
c82a792bc3
change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts
...
Add changes to use fast_pbkdf2 as default for PMK calculations.
fast_pbkdf2 is significantly faster than current implementations
for esp chips.
Also removes unnecessary code for pbkdf-sha256 and pbkdf-sha512.
2023-09-11 19:33:17 +05:30
morris
47e499de52
feat(mcpwm): clean up MCPWM ETM driver
2023-09-11 16:53:34 +08:00
Chen Jichang
7638235311
feat(mcpwm): MCPWM event comparator driver
...
In esp32p4, the MCPWM has a new feature, mainly ETM-oriented.
Each operator has two event comparators, can generate an event
when the count value of the timer that operator connects is equal
to the value of event comparator.
2023-09-11 16:53:34 +08:00
Zhang Xiao Yan
ddcb5f663c
Merge branch 'docs/organize_third_party_ide' into 'master'
...
docs: added third-party tools visualgdb and clion
See merge request espressif/esp-idf!24146
2023-09-11 14:31:00 +08:00
Cai Xin Ying
b6db3dc697
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/adc_oneshot.rst' into 'master'
...
docs: provide CN translation for api-reference/peripherals/adc_oneshot.rst
Closes DOC-5957
See merge request espressif/esp-idf!25518
2023-09-11 14:15:33 +08:00
Lou Tian Hao
5690d7b4dc
Merge branch 'docs/add_ext1_wakeup_per_pin_description_for_c6_and_h2' into 'master'
...
docs(pm): add ext1 wakeup per pin description
See merge request espressif/esp-idf!25759
2023-09-11 13:07:48 +08:00
Ren Pei Ying
c56ca136f6
Merge branch 'docs/Update_translation_for_synchronization' into 'master'
...
docs: Update translation for ESP-IDF docs for syncronization
Closes DOC-6155
See merge request espressif/esp-idf!25769
2023-09-11 12:16:35 +08:00
Ren Pei Ying
ea840fa459
Merge branch 'docs/add_CN_trans_for_api-reference/storage/nvs_encryption.rst' into 'master'
...
Docs/add cn trans for api reference/storage/nvs encryption.rst
Closes DOC-6017
See merge request espressif/esp-idf!25616
2023-09-11 11:02:18 +08:00
Ren Pei Ying
532d3f51f6
Docs/add cn trans for api reference/storage/nvs encryption.rst
2023-09-11 11:02:18 +08:00
caixinying-git
0572cd8f8b
docs: provide CN translation for api-reference/peripherals/spi_slave_hd.rst
2023-09-11 10:34:47 +08:00
caixinying-git
ff6b85bdb1
docs: provide CN translation for api-reference/peripherals/adc_oneshot.rst
2023-09-11 10:10:12 +08:00
Island
2bc1f2f574
Merge branch 'mesh_v1.1_idf' into 'master'
...
feat(ble_mesh): Support Bluetooth Mesh Protocol v1.1 (Preview)
See merge request espressif/esp-idf!25605
2023-09-09 13:06:11 +08:00
morris
3e5906aa1b
Merge branch 'feature/modify_mcpwm_clock_pre_scale' into 'master'
...
feat(mcpwm): Set group clock prescale dynamically
See merge request espressif/esp-idf!25117
2023-09-09 08:30:56 +08:00
Ren Pei Ying
035d8f9d01
Merge branch 'docs/provide_CN_trans_for_template.rst_and_platformio.rst' into 'master'
...
docs: Provide Chinese translation for template.rst and platformio.rst
Closes DOC-6002
See merge request espressif/esp-idf!25398
2023-09-09 02:23:00 +08:00
Liu Linyan
5bab168b0e
feat(ble_mesh): Support Bluetooth Mesh Protocol v1.1 (Preview)
2023-09-08 21:37:33 +08:00
Liu Linyan
fd451f5856
feat(ble_mesh): Misc updates for BLE Mesh examples
2023-09-08 21:37:33 +08:00
Liu Linyan
0e63bfcddc
feat(ble_mesh): Remove ble_mesh_console example
2023-09-08 21:37:33 +08:00
Liu Linyan
bf51fb965b
feat(ble_mesh): Bluetooth Mesh folder and file misc updates
2023-09-08 21:37:33 +08:00
renpeiying
e99b500b9d
docs: Provide Chinese translation for template.rst and platformio.rst
2023-09-08 16:57:33 +08:00
Zhang Xiao Yan
58775f868d
Merge branch 'docs/organize_header_files_bluetooth_controller' into 'master'
...
docs: organize header files of Bluetooth Controller
See merge request espressif/esp-idf!24848
2023-09-08 16:07:26 +08:00
renpeiying
9b447664db
docs: Update translation for ESP-IDF docs for syncronization
2023-09-08 15:43:29 +08:00
Chen Jichang
fc80d3e568
feat(mcpwm): Set group clock prescale dynamically
...
MCPWM group clock pre scale was originally fixed to 2, which is
inconvenient. Set group clock prescale dynamically. Now the maximum
resolution of the MCPWM timer is up to 160MHz(when the prescale set
to 1). And add a resulotion config for MCPWM capture.
2023-09-08 11:57:29 +08:00
Cai Xin Ying
878c4a32fd
Merge branch 'docs/add_Chinese_translation_for_api-reference-peripherals/secure_element.rst_and_hmac.rst' into 'master'
...
docs: provide CN translation for api-reference/peripherals/hmac.rst and...
Closes DOC-5811
See merge request espressif/esp-idf!24881
2023-09-08 10:04:59 +08:00
Cai Xin Ying
bf062367de
docs: provide CN translation for api-reference/peripherals/hmac.rst and...
2023-09-08 10:04:59 +08:00
Cai Xin Ying
b642987ff6
Merge branch 'docs/add_Chinese_translation_for_api-guides/wifi-security.rst' into 'master'
...
docs: provide CN translation for api-guides/wifi-security.rst
Closes DOC-5459
See merge request espressif/esp-idf!24211
2023-09-07 21:20:05 +08:00
Roland Dobai
5f74dd2bb3
Merge branch 'docs/docker_image_flashing' into 'master'
...
docs(docker): Update Using Remote Serial Port chapter
Closes IDFGH-10856
See merge request espressif/esp-idf!25778
2023-09-07 18:05:48 +08:00
Ondrej Kosta
219e4646f8
docs(esp_eth): added Ethernet to Improving Network Speed section
2023-09-07 09:36:01 +02:00
Cai Xin Ying
2fac98d2e0
docs:update format issues for files under api-guides
2023-09-07 15:26:05 +08:00
caixinying-git
d0abcaf0ad
docs: provide CN translation for api-guides/wifi-security.rst
2023-09-07 14:21:07 +08:00
caixinying-git
f8e9210e7d
docs: provide CN translation for api-reference/peripherals/temp_sensor.rst
2023-09-06 18:48:44 +08:00
Jakub Kocka
e265c1f387
docs(docker): Update Using Remote Serial Port chapter
...
By default some shells such as zsh has NOMATCH option set (https://zsh.sourceforge.io/Doc/Release/Options.html ).
The root cause of the problem is that while bash expands the parameter to itself if it does not match any filename, the zsh reports an error. IOW if we do % setopt nonomatch it will work even in zsh.
Closes https://github.com/espressif/esp-idf/issues/12060
2023-09-06 11:26:47 +02:00
morris
2e6015b39f
Merge branch 'refactor/add_namespace_intr_cpu_id' into 'master'
...
refactor(intr): add namespace for intr_cpu_id_t
See merge request espressif/esp-idf!25725
2023-09-06 16:41:57 +08:00
morris
01f3c93b17
Merge branch 'feature/esp_lcd_st7789_rgb_data_endian_config' into 'master'
...
feat(st7789): add data endian config
Closes IDFGH-10145
See merge request espressif/esp-idf!25475
2023-09-06 16:25:41 +08:00
Adam Múdry
2b5d12858d
Merge branch 'docs/partition_table_api_guide_update_data_subtypes' into 'master'
...
docs(storage): Add supported data partition subtypes
Closes IDF-818
See merge request espressif/esp-idf!25614
2023-09-06 15:31:39 +08:00
Lou Tianhao
72d7a7884d
docs(pm): add ext1 wakeup per pin description
2023-09-06 11:59:55 +08:00
Mo Fei Fei
e4b7dd371c
Docs: update Chinese translation for partition table data subtypes
2023-09-06 11:19:54 +08:00
Jiang Jiang Jian
72a8f37723
Merge branch 'feature/update_h2_wifi_docs' into 'master'
...
feat(doc): update wifi sections for H2
See merge request espressif/esp-idf!25662
2023-09-06 10:20:46 +08:00
morris
e8847a176f
refactor(intr): add namespace for intr_cpu_id_t
...
previously the intr_types.h doesn't have a namespace,
it has the risk of introduing conflict in user's project.
2023-09-06 09:50:41 +08:00
Cai Xin Ying
7e744db18a
Merge branch 'docs/update_hw-reference' into 'master'
...
docs: update format issues for files under hw-reference
Closes DOC-5979
See merge request espressif/esp-idf!25297
2023-09-06 00:31:32 +08:00
Roland Dobai
f28daac734
Merge branch 'feature/add_cn_to_idf_github_assets' into 'master'
...
feat(tools): Add dl.espressif.cn IDF_GITHUB_ASSET to documentation
Closes IDF-8065
See merge request espressif/esp-idf!25613
2023-09-05 18:01:27 +08:00
Krzysztof Budzynski
5325cb5a9f
Apply 1 suggestion(s) to 1 file(s)
2023-09-05 17:26:52 +08:00
caixinying-git
be3a526c28
docs: update format issues for files under hw-reference
2023-09-05 17:03:49 +08:00
Ren Pei Ying
b4cc451321
Merge branch 'docs/add_CN_trans_for_docs_in_protocols' into 'master'
...
docs: Provide CN translation for api-reference/protocols/icmp_echo.rst and...
Closes DOC-5976
See merge request espressif/esp-idf!25323
2023-09-05 16:00:26 +08:00
Ren Pei Ying
c3daa4bf78
docs: Provide CN translation for api-reference/protocols/icmp_echo.rst and...
2023-09-05 16:00:26 +08:00
Cai Xin Ying
8a4df2d5a7
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/adc_calibration.rst' into 'master'
...
docs: provide CN translation for api-reference/peripherals/adc_calibration.rst
Closes DOC-5858
See merge request espressif/esp-idf!25032
2023-09-05 14:01:01 +08:00
Planck (Lu Zeyu)
6f55f76344
feat(st7789): add data endian config
...
Closes https://github.com/espressif/esp-idf/issues/11416
2023-09-05 12:11:19 +08:00
morris
b4c7b13ce9
Merge branch 'docs/add_Chinese_translation_for_api-guides/lwip.rst' into 'master'
...
docs: provide CN translation for api-guides/lwip.rst
Closes DOC-5300
See merge request espressif/esp-idf!24002
2023-09-05 11:15:48 +08:00
caixinying-git
20951be687
docs: provide CN translation for api-reference/peripherals/adc_calibration.rst
2023-09-05 11:12:34 +08:00
Cai Xin Ying
065307fb84
Merge branch 'docs/add_Chinese_translation_for_api-guides/cplusplus.rst' into 'master'
...
docs: provide CN translation for api-guides/cplusplus.rst
Closes DOC-5460
See merge request espressif/esp-idf!24239
2023-09-04 22:14:10 +08:00
caixinying-git
6ee5bbf3a6
docs: provide CN translation for api-guides/lwip.rst
2023-09-04 17:46:22 +08:00
Wang Zi Yan
e697109388
Merge branch 'docs/translate_sub_power_mode_docs' into 'master'
...
docs: Provide CN trans for sub power mode docs
Closes DOC-5972
See merge request espressif/esp-idf!25391
2023-09-04 15:56:02 +08:00
Ren Pei Ying
ad65d70b5b
Merge branch 'docs/add_CN_trans_for_esp_serial_slave_link_and_asio.rst' into 'master'
...
docs: Provide Chinese translation for api-reference/protocols/esp_serial_slave_link.rst
Closes DOC-5998
See merge request espressif/esp-idf!25375
2023-09-04 15:03:28 +08:00
Ren Pei Ying
518a4e1173
docs: Provide Chinese translation for api-reference/protocols/esp_serial_slave_link.rst
2023-09-04 15:03:28 +08:00
Jiang Jiang Jian
104d50d442
Merge branch 'feature/improve_c6_iperf_performance' into 'master'
...
feat(wifi): optimize esp32c6 iperf performance
See merge request espressif/esp-idf!25020
2023-09-04 14:34:54 +08:00
Xu Xiao
8847eeec0c
feat(wifi): optimize esp32c6 iperf performance
2023-09-04 14:34:54 +08:00
Wang Zi Yan
ca334f2cea
docs: Provide CN trans for sub power mode docs
2023-09-04 13:07:10 +08:00
morris
3b0c0ae4d4
Merge branch 'feature/specify_rmt_intr_priority' into 'master'
...
feat(rmt): specify interrupt priority
Closes IDF-7955
See merge request espressif/esp-idf!25596
2023-09-02 11:38:46 +08:00
renpeiying
a1354c81f9
docs: Provide Chinese translation for contribute/contributor-agreement.rst
2023-09-01 14:02:59 +08:00
Mahavir Jain
270af5dca7
Merge branch 'doc/fix_xts_key_length_256_desc' into 'master'
...
fix(doc): Fix incorrect description for xts_key_length_256 efuse
See merge request espressif/esp-idf!25659
2023-09-01 12:37:30 +08:00
Planck (Lu Zeyu)
80fa5da9e8
feat(rmt): specify interrupt priority
2023-09-01 11:30:41 +08:00
caixinying-git
7c560c61c3
docs: provide CN translation for api-guides/cplusplus.rst
2023-09-01 11:02:36 +08:00
xuxiao
4701aa1589
feat(doc): update wifi sections for H2
2023-08-31 19:27:51 +08:00
Cai Xin Ying
e0f5d3c527
Merge branch 'docs/add_Chinese_translation_for_api-guides/core_dump.rst' into 'master'
...
docs:provide CN translation for api-guides/core_dump.rst and api-guides/core_dump_internals.rst
Closes DOC-5457
See merge request espressif/esp-idf!24197
2023-08-31 16:50:52 +08:00
Cai Xin Ying
18c2bb0a6f
docs:provide CN translation for api-guides/core_dump.rst and api-guides/core_dump_internals.rst
2023-08-31 16:50:52 +08:00
Rocha Euripedes
acbcdc0487
Merge branch 'clarification_on_rtc_fast' into 'master'
...
docs: Makes the description for RTC fast as heap explicit
See merge request espressif/esp-idf!25103
2023-08-31 16:21:21 +08:00
Marek Fiala
608b6e5480
feat(tools): Add dl.espressif.cn IDF_GITHUB_ASSET to documentation
2023-08-31 07:46:36 +00:00
caixinying-git
917a2c9eb5
docs: provide CN translation for api-reference/peripherals/touch_element.rst
2023-08-31 12:01:24 +08:00
Marius Vikhammer
eb8883cc20
Merge branch 'feature/p4_wdt' into 'master'
...
feat(core-system/wdt): added support for watchdogs on P4
Closes IDF-8135 and IDF-7750
See merge request espressif/esp-idf!25584
2023-08-31 10:14:19 +08:00
KonstantinKondrashov
3b440adfab
fix(doc): Fix incorrect description for xts_key_length_256 efuse
2023-08-31 04:06:47 +08:00
Marius Vikhammer
8ecbd1f59b
feat(core-system/wdt): added support for watchdogs on P4
2023-08-30 11:04:02 +08:00
caixinying-git
0b0c828d5f
docs: update format issues for EN and CN files under api-reference/peripherals
2023-08-30 10:08:01 +08:00
Cai Xin Ying
9684acc482
Docs: provide CN translation for the rest docs of api-guides/tools
2023-08-29 23:10:06 +08:00
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