laokaiyao
251fb331d2
feat(isp_ccm): support isp color correction matrix
2024-06-07 10:54:56 +08:00
Shen Meng Jing
41684c5300
Merge branch 'docs/translate_rgb_lcd' into 'master'
...
Docs/Provide translation for rgb_lcd
Closes DOC-7919
See merge request espressif/esp-idf!31181
2024-06-06 20:00:52 +08:00
Radek Tandler
c21b5bbbf2
Merge branch 'feature/storage_nvs_psram' into 'master'
...
nvs_flash: Enable heap allocation in SPIRAM
See merge request espressif/esp-idf!27181
2024-06-06 19:51:12 +08:00
shenmengjing
11c2bb85a8
docs: Provide translation for rgb_lcd
2024-06-06 18:50:13 +08:00
Shen Meng Jing
8eee7421cd
Merge branch 'docs/translate_i2c' into 'master'
...
docs: Provide translation for I2C
Closes DOC-7815 and DOC-7745
See merge request espressif/esp-idf!30823
2024-06-06 16:54:40 +08:00
radek.tandler
ffaf1d2968
feat(nvs_flash): Added Kconfig option contolling NVS heap allocation source
...
NVS configuration is extended with Kconfig option controlling RAM area for
NVS heap allocation. Either Internal RAM or SPIRAM can be chosen.
Tests were extended to check memory consumption from Internal and SPIRAM pool with respect
to the Kconfig option chosen.
Documentation was extended with notes related to NVS behavior in various situations.
2024-06-06 08:25:51 +02:00
caixinying-git
64dca12e76
docs: provide CN translation for security/secure-boot-v2.rst
2024-06-06 12:16:08 +08:00
shenmengjing
27860aa505
docs: Provide translation for I2C
2024-06-06 11:58:09 +08:00
Marius Vikhammer
21c111465a
Merge branch 'docs/c61_support' into 'master'
...
docs(c61): add docs build for C61
Closes IDF-9287
See merge request espressif/esp-idf!31182
2024-06-04 18:13:38 +08:00
Konstantin Kondrashov
9a1f67f222
Merge branch 'feature/update_efuse_doc_for_c5' into 'master'
...
feat(doc): Update efuse doc for C5
Closes IDF-9492
See merge request espressif/esp-idf!31237
2024-06-04 14:37:03 +08:00
laokaiyao
846287bc40
docs(isp_awb): add isp awb programming guide
2024-06-03 23:41:48 +08:00
Song Ruo Jing
2d8c719fbb
Merge branch 'feature/support_uart_sleep_retention' into 'master'
...
feat(uart): support uart module sleep retention
Closes IDF-8457
See merge request espressif/esp-idf!26729
2024-06-03 20:05:54 +08:00
Roman Leonov
0de6267eeb
docs(enum): Added description for Enumeration process (Enum Driver)
2024-06-03 10:27:37 +02:00
Aditya Patwardhan
f412149dc9
Merge branch 'feat/enable_secure_boot_for_c5' into 'master'
...
feat: enable secure boot for c5
Closes IDF-8623 and IDF-9478
See merge request espressif/esp-idf!29774
2024-06-03 15:35:51 +08:00
Song Ruo Jing
dca7c286d0
feat(uart): support uart module sleep retention on c6/h2/p4
2024-06-03 12:40:43 +08:00
Marius Vikhammer
13e5b6f335
Merge branch 'feature/lp_core_pcnt' into 'master'
...
feat(ulp): add pulse counter example for lp core
Closes IDF-9137
See merge request espressif/esp-idf!31163
2024-06-03 12:33:50 +08:00
Marius Vikhammer
d42d77b55d
Merge branch 'docs/fix_broken_links' into 'master'
...
docs(links): fix broken links found in CI
See merge request espressif/esp-idf!30977
2024-06-03 12:05:19 +08:00
Marius Vikhammer
2eb4cd3d84
docs(c61): add docs build for C61
2024-06-03 10:24:27 +08:00
Dai Zi Yan
6127f2686e
Merge branch 'docs/update_cn_tran' into 'master'
...
docs: update CN trans for heap_debug
Closes DOC-7888
See merge request espressif/esp-idf!31115
2024-06-03 10:17:00 +08:00
Armando (Dou Yiwen)
b28599aa9a
Merge branch 'feat/isp_dvp_driver' into 'master'
...
isp: dvp driver
Closes IDF-6501
See merge request espressif/esp-idf!28610
2024-06-01 02:52:59 +08:00
Armando
70d2ed5ee8
feat(isp): added isp dvp driver
2024-05-31 18:47:27 +08:00
Konstantin Kondrashov
cdc5597d91
feat(doc): Update efuse doc for C5
2024-05-31 13:37:35 +03:00
Roland Dobai
7b7f73ba2a
Merge branch 'feat/add_espsecure_subcommands' into 'master'
...
feat: Add espsecure subcommands into idf.py
See merge request espressif/esp-idf!29424
2024-05-31 18:29:55 +08:00
mofeifei
4d936cce2b
docs: update cn trans for use-device.rst
2024-05-31 14:15:10 +08:00
morris
14435b0dae
Merge branch 'refactor/esp_lcd_io_header_files' into 'master'
...
i80_lcd: add help function to allocate draw buffer with proper alignment
See merge request espressif/esp-idf!31178
2024-05-31 11:33:24 +08:00
Daniel Paul
26502b7e2e
Merge branch 'docs/add_component_manager_to_build_system' into 'master'
...
Docs/add component manager to build system
See merge request espressif/esp-idf!29064
2024-05-30 22:47:49 +08:00
Jiang Jiang Jian
cb81d1a4f9
Merge branch 'doc/update_esp32c6_power_statics' into 'master'
...
docs(lowpower): updating low-power statistics in Wi-Fi scenarios
See merge request espressif/esp-idf!31188
2024-05-30 21:18:12 +08:00
Zhang Shu Xian
d7a2520493
Merge branch 'docs/translate-phy' into 'master'
...
docs: Update CN translation for phy by adding or removing blank line and space
Closes DOC-7834
See merge request espressif/esp-idf!30858
2024-05-30 19:28:29 +08:00
Zhang Shu Xian
23caae99f6
docs: Update CN translation for phy by adding or removing blank line and space
2024-05-30 19:28:29 +08:00
Zhang Shu Xian
7923e571a0
Merge branch 'docs/translate_host_apps' into 'master'
...
docs: Provide CN translation for host apps
Closes DOC-7837
See merge request espressif/esp-idf!30887
2024-05-30 19:27:36 +08:00
Zhang Shu Xian
74ef1b47f7
Merge branch 'docs/translate_establish_serial_connection' into 'master'
...
docs: Provide CN translation for establish serial connection
Closes DOC-7835
See merge request espressif/esp-idf!30864
2024-05-30 19:26:06 +08:00
morris
c4b2bd89da
change(esp_lcd): split header files by different IO interface
2024-05-30 18:33:31 +08:00
wuzhenghui
cf3c440369
docs(lowpower): updating low-power statistics in Wi-Fi scenarios
2024-05-30 16:45:01 +08:00
shenmengjing
fad7c66347
docs: Provide translation for three docs in lcd
2024-05-30 15:08:07 +08:00
Marius Vikhammer
7495f3bf28
feat(ulp): add pulse counter example for lp core
2024-05-30 14:30:00 +08:00
Marius Vikhammer
bfe974a9a2
docs(links): fix broken links found in CI
2024-05-30 14:21:00 +08:00
nilesh.kale
f5dd1074b6
feat: enable secure boot for c5
...
This MR added suppport for secure boot in ESP32-C5.
2024-05-30 11:43:17 +05:30
shenmengjing
2f3562a6a3
docs: Fix some typos in ESP32-DevKitC V4
2024-05-30 11:55:06 +08:00
Zhang Shu Xian
82bea7f663
docs: Update CN translation for ota
2024-05-29 20:06:06 +08:00
zhangshuxian
7a72b14546
docs: Provide CN translation for establish serial connection
2024-05-29 19:08:03 +08:00
zhangshuxian
311362e582
docs: Provide translation for host apps
2024-05-29 19:06:13 +08:00
Zhang Shu Xian
200885d46b
Merge branch 'docs/translate_esp_idf_tests_with_pytest' into 'master'
...
docs: update CN trans for esp-idf-tests-with-pytest.rst
Closes DOC-7863
See merge request espressif/esp-idf!30957
2024-05-29 18:59:48 +08:00
Tomas Rohlinek
2ccc9bcef9
Merge branch 'fix/unopened_stdout_console' into 'master'
...
fix(newlib/stdio): incorrect stdout redirect with /dev/console
Closes IDFGH-12416
See merge request espressif/esp-idf!30324
2024-05-29 18:40:09 +08:00
zhangshuxian
3240d2d695
docs: update CN trans for esp-idf-tests-with-pytest.rst
2024-05-29 18:07:50 +08:00
Tomáš Rohlínek
f2a278191b
feat(storage/vfs): add documentation for nullfs
2024-05-29 10:39:55 +02:00
Marius Vikhammer
f157b76fff
Merge branch 'feature/lp_core_panic' into 'master'
...
feat(ulp): add panic handler for C6/P4 LP core
See merge request espressif/esp-idf!30544
2024-05-29 14:04:20 +08:00
Mahavir Jain
a3aa48e384
Merge branch 'feature/enable_hmac_and_ds_support_for_c5' into 'master'
...
feat: enabled hmac and ds peripheral support for c5
Closes IDF-8619, IDF-8616, IDF-9479, and IDF-9481
See merge request espressif/esp-idf!29287
2024-05-29 12:50:25 +08:00
Mahavir Jain
b7e2fcbe4b
Merge branch 'docs/update_security_documents_for_c5' into 'master'
...
docs: updated security documents for esp32c5
Closes IDF-9477
See merge request espressif/esp-idf!30693
2024-05-29 12:25:32 +08:00
morris
a7ffe77de0
Merge branch 'feature/mcpwm_support_c5' into 'master'
...
feat(mcpwm): add driver support on esp32c5
Closes IDF-8709 and IDF-9101
See merge request espressif/esp-idf!29876
2024-05-29 10:27:35 +08:00
Jakob Hasse
e3a54fa6da
Merge branch 'doc/p4_rng' into 'master'
...
docs(esp_hw_support): Adjusted RNG docs to reflect P4 changes
Closes IDF-7743
See merge request espressif/esp-idf!30566
2024-05-28 23:42:46 +08:00