Zhang Xiao Yan
96c81c87bf
Merge branch 'docs/add_two_terms_flash_psram_config' into 'master'
...
docs: add two terms to api-guides/flash_psram_config
See merge request espressif/esp-idf!30100
2024-04-09 18:45:06 +08:00
Shen Meng Jing
4050927f5f
Merge branch 'docs/translate_cloud-framework' into 'master'
...
docs: Provide translation for cloud-framework.rst
Closes DOC-7507
See merge request espressif/esp-idf!29807
2024-04-09 18:37:09 +08:00
Shen Meng Jing
35c4b059e4
Merge branch 'docs/translate_usb_host_notes_index' into 'master'
...
docs: Provide translation for usb_host_notes_index.rst in api-reference
Closes DOC-7527
See merge request espressif/esp-idf!29877
2024-04-09 17:38:04 +08:00
shenmengjing
e445141b10
docs: Provide translation for cloud-framework.rst
2024-04-09 17:37:00 +08:00
Zhang Xiao Yan
d7de67bd36
Merge branch 'docs/update_description_uart_interrupt' into 'master'
...
docs: update the description of UART interrupt
See merge request espressif/esp-idf!30118
2024-04-09 16:34:55 +08:00
Cao Sen Miao
ca23d58cf3
change(jpeg): Clean up some mess code in jpeg encoder
2024-04-09 11:33:29 +08:00
Linda
8d36c6257e
docs: add two terms to api-guides/flash_psram_config
2024-04-09 11:09:28 +08:00
Linda
544b655a40
docs: update the description of UART interrupt
2024-04-09 10:52:53 +08:00
Mahavir Jain
b185b2b3c2
Merge branch 'feature/mbedtls_error_str_config' into 'master'
...
feat(mbedtls): add kconfig option for MBEDTLS_ERROR_C
See merge request espressif/esp-idf!30031
2024-04-08 11:10:59 +08:00
C.S.M
6224fca8a0
Merge branch 'feature/support_lp_i2c_in_drv' into 'master'
...
feat(i2c_master): Add feature for support using lp_i2c in i2c_master driver
See merge request espressif/esp-idf!29907
2024-04-07 19:27:04 +08:00
morris
d908150adc
fix(rmt): calarify partial receive is not support on esp32
...
because of lack hardware support
2024-04-07 14:33:39 +08:00
Roland Dobai
54fd736bcd
Merge branch 'docs/external_flash' into 'master'
...
docs(idf_py): Describe the option to configure esptool.py with --extra-args
Closes IDFGH-4513
See merge request espressif/esp-idf!29851
2024-04-07 13:50:05 +08:00
Shen Meng Jing
328247d89c
Merge branch 'docs/translate_system.rst' into 'master'
...
Provide translation for system.rst in migration-guides
Closes DOC-7488
See merge request espressif/esp-idf!29793
2024-04-07 13:37:34 +08:00
shenmengjing
fb7823f7f3
docs: Provide translation for system.rst in migration-guides
2024-04-07 12:11:44 +08:00
Mahavir Jain
78ff15602e
docs: add note about newly added mbedtls config to reduce app size footprint
2024-04-04 09:23:05 +05:30
Cao Sen Miao
d16e890993
docs(i2c_master): Add docs for lp_i2c support in i2c master driver
2024-04-03 11:39:10 +08:00
shenmengjing
b8808f4211
docs: Edit the CN Translation and EN Source of usb-host
2024-04-03 10:45:06 +08:00
Gao Xu
db3e43908a
Merge branch 'feat/add_esp_dma_capable_malloc' into 'master'
...
dma_utils: add esp dma capable malloc function
Closes IDF-9638
See merge request espressif/esp-idf!29869
2024-04-02 21:31:45 +08:00
Aditya Patwardhan
0dcd692d59
Merge branch 'fix/fix_esp32p4_flash_encryption' into 'master'
...
fix(bootloader_support): Fix default key usage for flash encryption
See merge request espressif/esp-idf!29968
2024-04-02 19:57:38 +08:00
Aditya Patwardhan
727d99e2a7
Merge branch 'docs/update_esp32p4_security_docs' into 'master'
...
docs(security): Update security-related docs for ESP32-P4
See merge request espressif/esp-idf!29970
2024-04-02 19:50:44 +08:00
Aditya Patwardhan
51a91259d7
fix(bootloader_support): Fix default key usage for flash encryption
2024-04-02 12:27:53 +05:30
gaoxu
40f38bea6f
feat(dma): refactor dma calloc function
2024-04-02 14:30:14 +08:00
Armando
f0518b3c16
feat(dma): advanced dma malloc helper
2024-04-02 14:30:14 +08:00
Dai Zi Yan
2545edc255
Merge branch 'docs/sync_up_trans' into 'master'
...
docs: sync up translation for several documents
Closes DOC-7456 and DOC-7534
See merge request espressif/esp-idf!29908
2024-04-02 10:46:49 +08:00
C.S.M
4921c63b70
Merge branch 'feature/jpeg_encoder' into 'master'
...
feat(jpge): Add basic support for jpeg encoder 🖼️
See merge request espressif/esp-idf!29411
2024-04-01 23:24:21 +08:00
Jiang Jiang Jian
b18a039263
Merge branch 'doc/update_espnow_example' into 'master'
...
docs(wifi): change the magic varible from int to uint32_t on the receiving side
Closes IDFGH-9560 and IDFGH-9366
See merge request espressif/esp-idf!29845
2024-04-01 23:13:13 +08:00
harshal.patil
1975c1c69e
docs(security): Update security-related docs for ESP32-P4
2024-04-01 17:34:28 +05:30
Cao Sen Miao
69835ebaac
docs(jpeg_encoder): Add the documents support for jpeg encoder
2024-04-01 20:03:41 +08:00
Jiang Jiang Jian
7347042d9a
Merge branch 'feat/multi_antenna_support' into 'master'
...
feat(phy): refactor multiple antenna, support for WIFI/BT/BLE
Closes FCS-1279
See merge request espressif/esp-idf!26534
2024-04-01 17:36:11 +08:00
daiziyan
5fb96ec687
docs: sync up translation for several documents
2024-04-01 17:13:47 +08:00
Mahavir Jain
999f3f69c0
Merge branch 'esp32p4/deterministic_ecdsa_support' into 'master'
...
Add deterministic ECDSA support
Closes IDF-8507
See merge request espressif/esp-idf!29010
2024-04-01 16:45:14 +08:00
alanmaxwell
565660db87
docs: disable build phy.rst for esp32p4
2024-04-01 14:59:57 +08:00
alanmaxwell
1d763691ea
docs(phy): rewrite multi antenna docs
2024-04-01 14:59:57 +08:00
alanmaxwell
a6cc70e6e7
docs: seperate multiple antennas from Wi-Fi to PHY
2024-04-01 14:59:27 +08:00
alanmaxwell
0f73cf50fb
refactor(wifi): Add deprecated attribute for WiFi multiple antennas api
2024-04-01 14:59:27 +08:00
Armando
e62e8844c7
doc(isp): updated isp evn detector doc
2024-04-01 12:00:54 +08:00
Armando (Dou Yiwen)
9e8f5364eb
Merge branch 'feat/isp_af_driver' into 'master'
...
isp: added isp driver framework and isp af driver
See merge request espressif/esp-idf!27937
2024-04-01 10:44:48 +08:00
Armando
c50e42b7d5
doc(isp): added isp programming guide
2024-04-01 09:30:07 +08:00
shenmengjing
dbfc2bff84
docs: Provide translation for usb_host_notes_index.rst in api-reference
2024-03-29 17:33:10 +08:00
harshal.patil
70ef80d974
feat(mbedtls/ecdsa): Add support for deterministic ECDSA signature generation
2024-03-29 12:14:11 +05:30
laokaiyao
94ea9e398e
fix(i2s): rollback the breaking change of callback event data
...
`i2s_event_data_t::data` is deprecated due to the cumbersome usage of secondary pointer
Please use the newly added first-level pointer `i2s_event_data_t::dma_buf` instead
2024-03-29 14:33:25 +08:00
Shen Meng Jing
fc9484785b
Merge branch 'docs/translate_a' into 'master'
...
docs: Provide translation for security.rst in migration-guides
Closes DOC-7475
See merge request espressif/esp-idf!29773
2024-03-29 12:56:15 +08:00
Aditya Patwardhan
43d934ffb2
Merge branch 'feature/ota_buffer_cap_config' into 'master'
...
feat(esp_https_ota): Add config to configure memory capability for OTA buffer
Closes IDF-8836
See merge request espressif/esp-idf!27927
2024-03-29 12:51:25 +08:00
Shen Mengjing
57877a682e
docs: Provide translation for security.rst in migration-guides
2024-03-29 11:59:22 +08:00
Roman Leonov
d734f150ee
docs(usb_device): Added HighSpeed description for tinyusb config structure
2024-03-28 16:40:55 +01:00
Radim Karniš
cb4b433ddc
docs(idf_py): Describe the option to configure esptool.py with --extra-args
...
Closes https://github.com/espressif/esp-idf/issues/6337
2024-03-28 12:09:50 +01:00
Harshit Malpani
8f8528a10c
feat(esp_https_ota): Add config to configure memory capability for OTA buffer
...
Add `Tuning OTA Performance` section in OTA documentation
2024-03-28 11:11:07 +05:30
Marius Vikhammer
f1e65b8373
docs(misc): fixed typos found with codespell
2024-03-28 11:50:58 +08:00
Armando (Dou Yiwen)
8d6e8f6051
Merge branch 'doc/csi_programming_guide_change' into 'master'
...
doc(camera): camera_driver.rst change
See merge request espressif/esp-idf!29864
2024-03-28 09:21:22 +08:00
C.S.M
333e8aa19e
Merge branch 'feature/support_i2c_timeout' into 'master'
...
feature(i2c_master): Add a parameter for config the scl await value
See merge request espressif/esp-idf!29787
2024-03-27 18:14:58 +08:00