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
mofeifei
e980c1b45e
docs: add translation for compatibility revisions
2023-08-14 17:34:16 +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
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
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
Jiang Guang Ming
eaca3316b1
Merge branch 'feature/support_mbedtls_ecp_fixed_point_configurable' into 'master'
...
feat(mbedtls): support ecp fixed-point multiplication configurable
See merge request espressif/esp-idf!25152
2023-08-08 19:32:05 +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
Zhang Xiao Yan
b59c1e2e9d
Merge branch 'docs/add_release_notes_for_versions' into 'master'
...
docs: add release notes to versions
See merge request espressif/esp-idf!24944
2023-08-08 14:49:01 +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
renpeiying
e6d1e2437a
docs: Provide CN translation for contribute/copyright-guide and install-pre-commit-hook
2023-08-07 11:55:30 +08:00
Linda
ce1b12520c
docs: add release notes to versions
2023-08-07 09:13:35 +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