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
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
Wang Fang
6ae9acb345
docs: fixed formatting issues in spi_flash_concurrency document
2023-07-06 11:15:31 +08:00
Song Ruo Jing
4985caa38f
refactor(driver/rtcio): Re-wrap RTCIO APIs with more accurate soc_caps
2023-07-05 11:47:51 +08:00
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
caixinying-git
a6c7b52dd6
docs: provide CN translation for api-reference/peripherals/rmt.rst
2023-06-30 18:40:24 +08:00
laokaiyao
8f691d925b
ci(network_doc): Fixed the incorrect example path
2023-06-30 11:07:03 +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
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
Li Xiaoyi
233d494a06
Docs: add CN translation for api-reference/provisioning/provisioning.rst
2023-06-27 15:44:37 +08:00
Armando (Dou Yiwen)
bbc43393e5
Merge branch 'feature/add_flash_suspend_to_idf_vs_rom_doc' into 'master'
...
spi_flash: added auto suspend feature in idf vs rom doc
See merge request espressif/esp-idf!24416
2023-06-27 14:43:07 +08:00
Cai Xin Ying
cefbecd41b
Merge branch 'docs/trans_wifi_provisioning' into 'master'
...
Docs: add CN translation for api-reference/provisioning/wifi_provisioning.rst
Closes DOC-5319
See merge request espressif/esp-idf!24039
2023-06-27 11:19:08 +08:00
Armando
961c57a0da
docs(spi_flash): Add auto-suspend description in idf_vs_rom doc
2023-06-27 11:01:06 +08:00
Lou Tianhao
63d32ab620
Power Management: support DFS and PMU feature for esp32h2
2023-06-26 20:57:55 +08:00
Li Xiaoyi
859dfbefcd
Docs: add CN translation for api-reference/provisioning/wifi_provisioning.rst
2023-06-26 17:22:08 +08:00
Gong Yan Tao
d2fb7240a7
Merge branch 'docs/update_esp_hid_host' into 'master'
...
[docs] fix documents for Bluetooth HID Host API reference
Closes BT-3328
See merge request espressif/esp-idf!17602
2023-06-21 15:01:32 +08:00
wangmengyang
d4ac2380e7
component/docs: enable generation of API-reference documents for Bluetooth HID host
2023-06-21 12:02:58 +08:00
morris
35d0835508
rgb_lcd: restart when dma eof interrupt is delayed
2023-06-19 13:22:46 +08:00
Song Ruo Jing
921713fff4
uart: Support LP_UART port with UART driver on esp32c6
2023-06-16 07:31:40 +00:00
Wang Fang
9549dfc399
Merge branch 'docs/update_documentation_for_spi_driver' into 'master'
...
docs: update the description for general purpose spi
Closes DOC-5186
See merge request espressif/esp-idf!23920
2023-06-12 10:54:25 +08:00
Zhang Xiao Yan
3d110437b9
Merge branch 'docs/update_interrupt_number_esp32h2' into 'master'
...
docs: update the number of interrupts for esp32h2
See merge request espressif/esp-idf!24081
2023-06-09 14:07:11 +08:00
Marius Vikhammer
3cabd18133
Merge branch 'docs/h2_timer_docs' into 'master'
...
docs: updated misc docs with H2 specific information.
Closes IDF-6682, IDF-6683, and IDF-6694
See merge request espressif/esp-idf!24068
2023-06-09 12:12:58 +08:00
Wang Zi Yan
8eea8b70aa
Docs: Update CN for /api-reference/api-conventions.rst
2023-06-08 07:36:45 +00:00
Linda
b7a6655bdc
docs: update the number of interrupts for esp32h2
2023-06-07 19:12:27 +08:00
Mahavir Jain
819bbeb255
Merge branch 'contrib/github_pr_11602' into 'master'
...
docs: Fix ESP TLS instructions to use wolfSSL (GitHub PR)
Closes IDFGH-10344
See merge request espressif/esp-idf!24097
2023-06-07 14:22:25 +08:00
morris
5cd6189677
Merge branch 'bugfix/coverity_scan_fix_driver' into 'master'
...
ADC: Fixed potential multiply overflow in the calibration code
See merge request espressif/esp-idf!24073
2023-06-07 11:36:20 +08:00
Marius Vikhammer
ccda256058
Merge branch 'docs/ulp_lp_core' into 'master'
...
ulp: add lp core docs
Closes IDF-5816
See merge request espressif/esp-idf!24013
2023-06-07 10:43:23 +08:00
mik13ST
8133d43552
docs: Fix ESP TLS instructions to use wolfSSL
...
The original command without `--recursive` did not clone the upstream wolfssl library which is included as a submodule since commit 901dd90f9a
. Using `--recursive` fixes this.
2023-06-06 15:40:34 +02:00
Marius Vikhammer
d19600e0a7
ulp/lp-core: added docs describing the lp core
2023-06-06 17:42:03 +08:00
Aditya Patwardhan
5e6ad95b78
Merge branch 'docs/fix_instructions_nvs_encr_hmac' into 'master'
...
docs: Fix the instructions for setting up HMAC-based NVS encryption
See merge request espressif/esp-idf!23951
2023-06-06 14:32:43 +08:00
morris
630b1b079e
drivers: fix issue reported by coverity
2023-06-06 14:16:09 +08:00
Marius Vikhammer
aeeee67164
docs: updated misc docs with H2 specific information.
2023-06-06 09:48:47 +08:00
Michael (XIAO Xufeng)
c5d4abfba1
Merge branch 'docs/sleep_modes_refactor' into 'master'
...
doc_sleep: refactor the documentation of power modes
See merge request espressif/esp-idf!23146
2023-06-05 23:34:15 +08:00
Cai Xin Ying
e93672bc7b
docs: Provide CN translation for api-reference/system/heap_debug.rst
2023-06-05 11:12:19 +08:00
Xiao Xufeng
3de91820d7
doc_sleep: refactor the documentation of power modes
2023-06-03 01:50:24 +08:00
Wang Fang
ed63cbe9cd
docs: update the description for general purpose spi
2023-06-02 10:45:44 +08:00
Cai Xin Ying
4df1319ecb
Provide Chinese Translation for api-reference/system/esp_event.rst
2023-06-01 17:45:22 +08:00
Armando (Dou Yiwen)
103332274e
Merge branch 'feature/adc_continuous_new_data_replace_old_data' into 'master'
...
adc: added a flag to replace internal pool data with newest data, when pool is full
Closes IDF-7395
See merge request espressif/esp-idf!23744
2023-06-01 14:26:39 +08:00
Marius Vikhammer
9f31c65458
Merge branch 'feature/c6_ulp_gpio' into 'master'
...
ulp: added gpio API for lp core
Closes IDF-6834
See merge request espressif/esp-idf!23766
2023-06-01 09:50:33 +08:00
liuning
ae425ec0b8
docs: update for esp32c6
2023-05-31 15:21:09 +08:00
xuxiao
843107e9d6
docs: update esp32c6 api guides about wifi part
2023-05-31 15:20:40 +08:00
Marius Vikhammer
bb5ea35f01
Merge branch 'docs/c6_misc_updates' into 'master'
...
docs: updated misc C6 programming guide docs with minor changes.
See merge request espressif/esp-idf!23962
2023-05-31 14:45:13 +08:00
Marius Vikhammer
3da38a603a
docs: updated misc C6 programming guide docs with minor changes.
2023-05-31 11:17:24 +08:00
Armando
c68e4bbb6f
adc: added a flag to replace internal pool data with newest data, when pool is full
2023-05-31 10:55:01 +08:00
Marius Vikhammer
dacc51dd2b
ulp/lp-core: added gpio API for lp core as well as an example showcasing it.
2023-05-29 11:13:47 +08:00
Laukik Hase
c105091413
docs: Fix the instructions for setting up HMAC-based NVS encryption
2023-05-27 01:38:09 +05:30
morris
1703a0a5e9
doc: explain why RMT encoder may result in more data transmitting
...
Closes https://github.com/espressif/esp-idf/issues/11468
2023-05-26 13:37:11 +08:00
wanlei
e42501d20f
adc: add programing guide for digi monitor
2023-05-24 18:09:06 +08:00
Kevin (Lao Kaiyao)
7a462d8a86
Merge branch 'feature/support_adc_calibration_on_c6' into 'master'
...
adc_cali: supported adc calibration on esp32c6
Closes IDF-5312 and IDF-6566
See merge request espressif/esp-idf!23499
2023-05-24 11:31:12 +08:00
laokaiyao
ffb40a89d9
adc_cali: supported channel compensation of adc calibration on esp32c6
2023-05-23 22:44:25 +08:00
Laukik Hase
a06118012e
docs: Update nvs_flash
docs for the HMAC-based NVS encr-keys protection scheme
...
- Also updated the `nvs_partition_generator` and `mass_mfg` tools
documentation
2023-05-23 13:55:57 +05:30
Konstantin Kondrashov
1cf46bd0f0
Merge branch 'doc/update_efuse_info' into 'master'
...
doc: Update all efuse info files
Closes IDF-5919
See merge request espressif/esp-idf!23824
2023-05-23 14:47:52 +08:00
Island
72bf74f904
Merge branch 'feature/update_ble_doc_for_esp32c6_esp32h2' into 'master'
...
ble docs: Update ble doc for esp32c6 and esp32h2
Closes IDF-5926 and IDF-6686
See merge request espressif/esp-idf!23796
2023-05-22 18:50:55 +08:00
Cai Xin Ying
60a1f8b5b9
docs: provide CN translation for api-reference/system/esp_err and api-reference/bluetooth/esp_gatts
2023-05-22 11:13:48 +08:00
KonstantinKondrashov
8817760628
doc: Update efuse info files
2023-05-19 15:13:21 +08:00
Shen Weilong
2900ed4858
ble docs: Update the ble docs for esp32c6 and esp32h2
2023-05-19 11:01:11 +08:00
Cai Xin Ying
0cccbc39a3
Merge branch 'docs/add_Chinese_translation_for_api-reference/system/mem_alloc' into 'master'
...
Provided Chinese translation for api-reference/system/mem_alloc.rst
Closes DOC-4894
See merge request espressif/esp-idf!23487
2023-05-16 20:05:05 +08:00
Cai Xin Ying
21f5cb8144
Provided Chinese translation for api-reference/system/mem_alloc.rst
2023-05-16 20:05:04 +08:00
Zhang Xiao Yan
81558fb77d
Merge branch 'docs/update_algorithm_and_key_from_aes-xts_to_xts-aes' into 'master'
...
docs: update the algorithm and key name from AES-XTS to XTS-AES
See merge request espressif/esp-idf!23742
2023-05-16 17:39:58 +08:00
Mahavir Jain
6e11e49cec
Merge branch 'bugfix/docs_fix_typo_in_custom_mac_api' into 'master'
...
docs: fix reference to custom mac address API
See merge request espressif/esp-idf!23750
2023-05-16 12:41:47 +08:00
Linda
65ee4992ce
docs: update the algorithm and key name from AES-XTS to XTS-AES
2023-05-15 17:54:50 +08:00
Zim Kalinowski
bd1ac6a566
Merge branch 'feature/adds_esp_bootloader_desc_t' into 'master'
...
esp_bootloader_format: Adds bootloader description structure to read bootloader version from app
Closes IDFGH-7206 and IDFGH-7573
See merge request espressif/esp-idf!21592
2023-05-15 17:54:43 +08:00
Mahavir Jain
0970fc7e0d
docs: fix reference to custom mac address API
2023-05-15 11:30:24 +05:30
Cao Sen Miao
15153b5598
spi_flash: Update documents for flash-suspend
2023-05-11 20:12:22 +08:00
KonstantinKondrashov
69838403f9
esp_bootloader_format: Adds bootloader description structure to read bootloader version from app
...
Closes https://github.com/espressif/esp-idf/issues/8800
Closes https://github.com/espressif/esp-idf/issues/9132
2023-05-10 21:39:52 +08:00
Kevin (Lao Kaiyao)
9ee4c48f54
Merge branch 'bugfix/fix_several_bugs_in_i2s' into 'master'
...
i2s: fix several bugs in std and tdm mode
Closes IDF-7288
See merge request espressif/esp-idf!23465
2023-05-10 11:39:51 +08:00
morris
c176e05ae2
Merge branch 'docs/update_cn_trans_ulp-risc-v_bootloader' into 'master'
...
Docs: update CN translation for ulp-risc-v.rst and bootloader.rst
Closes DOC-5159
See merge request espressif/esp-idf!23644
2023-05-10 11:33:27 +08:00
Mo Fei Fei
83d6754f8b
Docs: update CN translation for ulp-risc-v.rst and bootloader.rst
2023-05-10 11:33:26 +08:00
Jakob Hasse
bc7a7e8451
Merge branch 'bugfix/cmake_cxx_language_standard' into 'master'
...
cmake: Corrected setting of C++ language standard
See merge request espressif/esp-idf!23520
2023-05-10 10:28:43 +08:00
morris
6ef187d4fb
Merge branch 'doc/update_mcpwm_deadtime' into 'master'
...
MCPWM: don't allow to apply the same delay module to multiple generators
Closes IDFGH-10050
See merge request espressif/esp-idf!23601
2023-05-10 09:55:36 +08:00
Zim Kalinowski
3010fd3aa9
Merge branch 'doc/jthread_limitation' into 'master'
...
doc: Note down C++ std::jthread limitation
Closes IDF-6769 and IDFGH-9280
See merge request espressif/esp-idf!23570
2023-05-09 19:29:25 +08:00
laokaiyao
82159fa135
i2s_doc: fixed the data of stereo left/right state
2023-05-09 17:53:46 +08:00
morris
72d0f5b35b
mcpwm: can't apply the same delay module to multiple generators
...
This is a hardware limitation, one delay module can only be used by one generator at one time.
Closes https://github.com/espressif/esp-idf/issues/11327
2023-05-09 16:41:47 +08:00
morris
66c999fcf8
Merge branch 'doc/lcd_add_manufacture_parameters' into 'master'
...
lcd: add doc about adding manufacture specific initialization code
Closes IDFGH-10039
See merge request espressif/esp-idf!23617
2023-05-09 14:48:37 +08:00
Cai Xin Ying
af872cc079
docs:provide translation for api-reference/system/esp_timer.rst
2023-05-09 12:02:12 +08:00
morris
38fcfbedba
lcd: add doc about adding manufacture specific initialization code
...
Closes https://github.com/espressif/esp-idf/issues/11316
2023-05-09 11:03:56 +08:00
Jakob Hasse
0244c24c8d
cmake: Corrected setting of C++ language standard
...
* reverted old faulty mechanism to set different
standard according to the toolchain
* Using -std=gnu++2b now for both gcc and clang
* Added a build test app to check the C++ standard in IDF
* Updated english docs to reflect the change to C++23
2023-05-09 10:09:19 +08:00
Mo Fei Fei
87d5573094
Docs: fix descriptions in i2s.rst
2023-05-08 19:11:13 +08:00
Shang Zhou
343e8de21b
Merge branch 'docs/provide_CN_trans_for_22939' into 'master'
...
docs: update CN translation for mdns.rst
Closes DOC-5076
See merge request espressif/esp-idf!23593
2023-05-08 17:02:32 +08:00
Shang Zhou
a2b3176b58
docs: update CN translation for mdns.rst
2023-05-08 17:02:32 +08:00
Mo Fei Fei
850ef76981
docs: add cn trans i2s.rst
2023-05-08 14:25:19 +08:00
Cai Xin Ying
cf3e19019e
Docs/add Chinese translation for api-reference/network/esp_netif.rst
2023-05-06 19:45:35 +08:00
Wang Fang
0bfffa0160
Merge branch 'docs/add_more_information_about_c3_gpio0_gpio5' into 'master'
...
Add more information about which GPIOs of ESP32-C3/ESP32-C2/ESP32-H2 can wake up the chip from Deep-sleep mode
Closes DOC-4899
See merge request espressif/esp-idf!23279
2023-05-05 12:56:21 +08:00
Cai Xin Ying
b8e02d01a6
Merge branch 'docs/add_Chinese_translation_for_api-reference/api-conventions' into 'master'
...
Provide CN translation for api-reference/api-conventions.rst
Closes DOC-5056
See merge request espressif/esp-idf!23335
2023-05-05 11:58:40 +08:00
Cai Xin Ying
eb29fe1d7e
Provide CN translation for api-reference/api-conventions.rst
2023-05-05 11:58:40 +08:00
Wang Fang
719b75da9b
docs: provide more information about ESP32-C3 GPIO0~GPIO5 which can be used to wake up the chip from Deep-sleep mode
2023-05-05 11:04:02 +08:00
Cai Xin Ying
c636946310
docs:Updated CN Translation for api-reference/protocols/modbus.rst and docs/zh_CN/libraries-and-frameworks/libs-frameworks.rst
2023-05-05 10:54:26 +08:00
Jakob Hasse
bb9912cc57
doc: Added C++ std::jthread limitation
2023-05-05 10:17:51 +08:00
Cai Xin Ying
f2fa91eec8
Merge branch 'docs/add_Chinese_translation_for_several_short_docs1' into 'master'
...
Docs/add Chinese translation for api-reference/bluetooth/esp_gap_ble.rst, api-reference/protocols/modbus.rst, and libraries-and-frameworks/libs-frameworks.rst from scratch
Closes DOC-5046
See merge request espressif/esp-idf!23322
2023-05-04 17:25:42 +08:00
Cai Xin Ying
9c4dc67870
Docs/add Chinese translation for api-reference/bluetooth/esp_gap_ble.rst, api-reference/protocols/modbus.rst, and libraries-and-frameworks/libs-frameworks.rst from scratch
2023-05-04 17:25:41 +08:00
Shang Zhou
f53dbc7f7a
docs: translate api-reference/peripherals.mcpwm.rst and library-and-framework index from scratch
2023-05-04 15:45:15 +08:00
Marius Vikhammer
98579b5316
docs: update link to rmt onewire example
2023-04-28 13:25:46 +08:00
Mahavir Jain
b5055b9bfa
Merge branch 'feature/add_mbedtls_ciphersuites_set_get_api' into 'master'
...
esp-tls: Add config and api to set and get ciphersuites list
Closes IDF-7183
See merge request espressif/esp-idf!23320
2023-04-28 13:01:59 +08:00
yuanjianmin
e4e2bd24c9
doc: Add support to set and get ciphersuites list
2023-04-27 19:22:28 +08:00
caixinying-git
05fe748c1e
docs: provide Chinese translation for api-reference/peripherals/spi_master
2023-04-27 12:10:54 +08:00
Zim Kalinowski
4a647d08de
Merge branch 'feature/c6_ulp_sleep' into 'master'
...
ulp: added sleep support for lp core
Closes IDF-7012
See merge request espressif/esp-idf!23103
2023-04-25 22:40:52 +08:00
Jakob Hasse
af2d326a95
Merge branch 'feature/freertos_plus_posix_SMP' into 'master'
...
[FreeRTOS/Linux] POSIX/Linux and SMP
Closes IDF-6087
See merge request espressif/esp-idf!21818
2023-04-25 20:21:26 +08:00
Song Ruo Jing
e2a5c092f7
Merge branch 'refactor/rename_to_esp_clk_tree_prefix' into 'master'
...
esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx
See merge request espressif/esp-idf!23362
2023-04-25 19:41:39 +08:00
Saurabh Kumar Bansal
2fb3681ad2
Merge branch 'feature/usb_composite_device_support' into 'master'
...
usbd: add usb composite device example
Closes IDFGH-9035
See merge request espressif/esp-idf!23135
2023-04-25 16:34:45 +08:00
Song Ruo Jing
a4e8960ab4
esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h
2023-04-25 14:12:06 +08:00
Jakob Hasse
550ecbe37a
feat(freertos): added POSIX/Linux simulator port to FreeRTOS SMP
...
* Added a POSIX/Linux simulator that is compatible with the Amazon
FreeRTOS SMP API. Note that the simulator itself is still
single core, like the IDF FreeRTOS POSIX/Linux simulator.
2023-04-25 13:58:57 +08:00
Marius Vikhammer
359b237cc5
ulp: added sleep support for lp core
...
Added support for running LP core while hp core sleeps, as well
as waking up the hp core.
2023-04-25 11:51:35 +08:00
Kevin (Lao Kaiyao)
6b5077f2d7
Merge branch 'refactor/remove_esp32h4_target' into 'master'
...
esp32h4: removed esp32h4 target (stage 2)
Closes IDF-7237, IDF-7238, and IDF-7239
See merge request espressif/esp-idf!23179
2023-04-24 23:34:19 +08:00
Wan Lei
06a40598bf
Merge branch 'feature/spi_hal_move_out_iram' into 'master'
...
spi: change linker file to move spi hal out from iram
Closes IDF-7163
See merge request espressif/esp-idf!23036
2023-04-24 10:15:10 +08:00
laokaiyao
49f16eefbb
esp32h4: checked all the corner stuffs of the removal
2023-04-23 12:03:07 +00:00
laokaiyao
bf2a7b2df6
esp32h4: removed esp32h4 related codes
2023-04-23 12:03:07 +00:00
Song Ruo Jing
6700630ccb
Merge branch 'refactor/ledc_driver_refactor' into 'master'
...
ledc: Improvement made on the LEDC driver
See merge request espressif/esp-idf!22971
2023-04-23 16:43:52 +08:00
wanlei
15e8c04f7b
spi: change linker file let spi hal able to out from iram
2023-04-21 18:58:36 +08:00
Song Ruo Jing
64aec54308
ledc: Add timer selection check to the driver, and leave space for future clk tree management
2023-04-21 16:40:54 +08:00
Darian Leung
948010dc0b
freertos: Add task creation with caps functions
...
This commit adds the corresponding CreateWithCaps functions for tasks:
- xTaskCreatePinnedToCoreWithCaps()
- xTaskCreateWithCaps()
- vTaskDeleteWithCaps()
Documentation and migraiton guide have been updated accordingly.
Closes https://github.com/espressif/esp-idf/issues/11216
2023-04-21 15:43:08 +08:00
Kevin (Lao Kaiyao)
4fd62bce13
Merge branch 'refacor/remove_esp32h4_target_stage1' into 'master'
...
esp32h4: remove esp32h4 target (stage 1)
See merge request espressif/esp-idf!23237
2023-04-20 20:29:58 +08:00
Suren Gabrielyan
33a97d27a6
Merge branch 'docs/esp_protocols_docs_migration' into 'master'
...
docs: migrated documentation from github.io to docs.espressif.com
Closes IDF-5486
See merge request espressif/esp-idf!22939
2023-04-20 17:49:08 +08:00
laokaiyao
1f84f6c6ed
esp32h4: remove esp32h4 target from ci
2023-04-20 15:19:47 +08:00
laokaiyao
b7053b46ef
esp32h4: remove esp32h4 target from peripherals
2023-04-20 15:19:45 +08:00
Zim Kalinowski
db6ba5155c
Merge branch 'feature/heap-trace-perf-improvment' into 'master'
...
heap: Allow for hashmap placement in external memory
Closes IDFGH-9845
See merge request espressif/esp-idf!23184
2023-04-20 04:37:52 +08:00
Suren Gabrielyan
36a5f898ba
docs: migrated documentetation from github.io to docs.espressif.com
2023-04-19 12:33:40 +04:00
Saurabh Kumar Bansal
7cc59918bc
usbd: add usb composite device example
2023-04-19 14:02:33 +05:30
Guillaume Souchere
6ce1ccd964
heap: Add trace configuration to allow hash map placement in external RAM bss section when possible
...
- Remove the size limit for the hash_map array from the CONFIG_HEAP_TRACE_HASH_MAP_SIZE
- Add test case for heap tracing using hashmap
- Update heap_debug.rst to document the newly added configurations in the heap component
Closes https://github.com/espressif/esp-idf/issues/11172
2023-04-19 10:30:59 +02:00
Mo Fei Fei
b18f390ed9
Merge branch 'docs/update_cn_trans_api_guides' into 'master'
...
Docs: update CN translation for esp_http_client.rst, external-ram.rst, bootloader.rst
Closes DOC-4934
See merge request espressif/esp-idf!23136
2023-04-19 10:37:49 +08:00
Mo Fei Fei
0d2549a4f1
Docs: update CN translation for esp_http_client.rst, external-ram.rst, bootloader.rst
2023-04-19 10:37:49 +08:00
Darian
f93bb3a63c
Merge branch 'contrib/github_pr_11113' into 'master'
...
Fix usb enumeration stage error for some device (GitHub PR)
Closes IDFGH-9778
See merge request espressif/esp-idf!23233
2023-04-19 02:19:26 +08:00
Wang Zi Yan
d7cdcfb76b
docs: update out-of-sync api reference docs
2023-04-18 08:00:39 +00:00
Zim Kalinowski
05cbd19f25
Merge branch 'feature/pthread_rwlock_try_functions' into 'master'
...
pthread: added pthread_rwlock_tryrd/rwlock()
Closes IDFGH-7685
See merge request espressif/esp-idf!23228
2023-04-18 14:43:54 +08:00
Darian Leung
525de5bd21
usb_host: Update docs and comments regarding first configuration enumeration
...
This commit updates some comments and documentation regarding changes made in
PR https://github.com/espressif/esp-idf/pull/11113 .
2023-04-17 17:06:54 +08:00
Jakob Hasse
e7312cccea
pthread: added pthread_rwlock_tryrd/wrlock()
...
Closes https://github.com/espressif/esp-idf/issues/9229
2023-04-17 16:16:11 +08:00
morris
b19a3e3e56
rmt: define RMT_ENCODING_RESET in rmt_encode_state_t
...
Closes https://github.com/espressif/esp-idf/issues/11200
2023-04-17 14:50:51 +08:00
C.S.M
247cc7dd87
Merge branch 'feature/cache_32M_map' into 'master'
...
spi_flash: 32M bits address flash cache map
Closes IDF-7119 and IDF-4693
See merge request espressif/esp-idf!23021
2023-04-14 16:01:25 +08:00
Cao Sen Miao
db4375e9e6
docs: Add more content about 32bits address flash usage
2023-04-14 11:39:12 +08:00
Sonika Rathi
248dadc8c8
Merge branch 'docs/descrive-approach-fatfstools' into 'master'
...
docs: Describe the approach of fatfsgen.py and fatfsparse.py
Closes IDF-4755
See merge request espressif/esp-idf!19978
2023-04-13 18:48:51 +08:00
Ondrej Kosta
6ed31a98bd
Merge branch 'bugfix/eth_driver_cleanup' into 'master'
...
Ethernet driver and documentation clean-up
Closes IDF-6339
See merge request espressif/esp-idf!23051
2023-04-13 15:07:43 +08:00
Jiang Jiang Jian
c38e798019
Merge branch 'contrib/github_pr_11112' into 'master'
...
docs: remove duplicated word 'can' (GitHub PR)
Closes IDFGH-9861
See merge request espressif/esp-idf!23174
2023-04-13 10:21:13 +08:00
Darian Leung
4e7cd2e706
freertos: Add wrapper functions to create objects with capabilities
...
This commit adds various ...WithCaps() functions to create FreeRTOS objects
with specific memory capabilities.
2023-04-12 12:00:53 +08:00
Shang Zhou
41d9f29f9f
docs: update translation for esp_eth
2023-04-12 10:47:58 +08:00
Martin Gaňo
024b58604a
docs: Describe the approach of fatfsgen.py and fatfsparse.py
2023-04-11 09:41:06 +05:30
zhangyanjiao
71bb7d681a
Update the ESP-NOW frame length in docs
2023-04-07 06:58:22 +00:00
Wan Lei
b6d57a26ca
Merge branch 'feature/spi_flash_enable_counters_on_esp_flash_driver' into 'master'
...
spi_flash: support SPI_FLASH_ENABLE_COUNTERS on esp_flash driver and test this feature
Closes IDF-5623
See merge request espressif/esp-idf!19554
2023-04-06 15:48:42 +08:00
Saurabh Kumar Bansal
8cf6325491
Merge branch 'feature/usb_msc_device_driver' into 'master'
...
usb: modify example according to newly implemented USB MSC Device class driver
Closes IDF-1600
See merge request espressif/esp-idf!22727
2023-04-06 14:30:39 +08:00
gaoxu
542a61b6cb
support SPI_FLASH_ENABLE_COUNTERS feature on esp_flash driver and rename the functions to esp_flash_xx
2023-04-06 11:40:40 +08:00
Jiang Jiang Jian
badf267022
Merge branch 'bugfix/block9_can_not_be_used_for_fe' into 'master'
...
efuse: Prevent burning XTS_AES and ECDSA keys into BLOCK9 (BLOCK_KEY5)
Closes IDF-7175
See merge request espressif/esp-idf!23052
2023-04-06 10:17:07 +08:00
Mahavir Jain
f4334e0318
docs: add a note regarding EFuse Block9 key purpose quirk for some chips
2023-04-05 14:20:07 +05:30
Saurabh Kumar Bansal
55914d0c12
usb: modify example according to newly implemented usbd msc driver
2023-04-04 17:48:20 +00:00
Ondrej Kosta
3d66a10114
Ethernet driver and documentation clean-up
2023-04-04 11:33:08 +00:00
Tomas Rezucha
2c6d0bae90
usb: Update host CDC examples
2023-04-04 07:47:55 +00:00
Prakhar Maurya
08ce9d9751
fic: extra can removed
2023-04-03 18:10:28 +05:30