harshal.patil
62df1017ad
change(nvs_sec_provider): Change NVS encryption's default efuse HMAC key ID to -1
2025-01-29 18:51:29 +05:30
shenmengjing
3ca973d30a
docs: Update CN translation for vfs.rst
2024-12-03 17:25:53 +08:00
radek.tandler
c445ec134b
feat(nvs_flash): Implemented basic nvs_flash support for bootloader
2024-11-14 11:56:45 +01:00
Zhang Xiao Yan
5dda8a3211
Merge branch 'docs/update_application_examples_storage' into 'master'
...
docs: update application examples for storage component
See merge request espressif/esp-idf!33600
2024-10-24 11:20:19 +08:00
Linda
c0417422c5
docs: update application examples for storage component
2024-10-23 16:19:42 +08:00
renpeiying
46770a50a6
docs: standardize the names of bootloaders in esp-idf
2024-10-23 11:29:24 +08:00
Zhang Shuxian
09820a0ae6
docs: Update CN trans for vfs.rst and improve EN formatting
2024-10-22 14:50:31 +08:00
Tomas Rohlinek
fe51222a02
Merge branch 'feat/simplify_storage_examples' into 'master'
...
feat(storage/fatfs): update fatfs examples
Closes IDF-5705
See merge request espressif/esp-idf!31174
2024-10-18 15:28:44 +08:00
Martin Vychodil
2c5dcc977e
Merge branch 'feat/fatfs_support_sector_less_than_128' into 'master'
...
feat(fatfs): enable partition handling for sectors less than 128
Closes IDF-8538
See merge request espressif/esp-idf!33569
2024-10-16 13:34:12 +08:00
renpeiying
30dbe31ef6
docs: Update CN translation for fatfs.rst
2024-10-14 19:24:08 +08:00
morris
709fbf0a19
Merge branch 'docs/update_pthread_cn' into 'master'
...
docs: Update the CN translation for pthread.rst/ota .rst
Closes DOC-8536 and DOC-9081
See merge request espressif/esp-idf!32531
2024-10-12 18:45:24 +08:00
renpeiying
fef1d6278e
docs: update CN trans according to review
2024-10-10 13:40:34 +02:00
Tomáš Rohlínek
908c4c7ce6
docs(storage/fatfs): fix fatfs example links in docs
2024-10-10 16:41:58 +08:00
renpeiying
ebe5ac900b
docs: Update CN translation for api-reference/storage/index.rst
2024-10-10 16:41:58 +08:00
shenmengjing
c0f296dafc
docs: Update the CN translation for several docs
2024-09-29 10:53:29 +08:00
renpeiying
542f65f1ff
docs: provide CN translation for storage/vfs updates
2024-09-23 14:07:55 +08:00
Ivan Grokhotkov
71fe7543f1
docs(sdmmc): update information about eMMC support
...
Related to https://esp32.com/viewtopic.php?f=13&t=41088
Co-authored-by: Zhang Shu Xian <zhangshuxian@espressif.com>
2024-09-10 09:14:54 +02:00
Ren Pei Ying
afce238ca2
Merge branch 'docs/provide_cn_trans_for_partition-table_and_nvs_encryption' into 'master'
...
docs: Update CN translation for partition-table and nvs-encryption
Closes DOC-8184
See merge request espressif/esp-idf!32879
2024-08-19 15:22:28 +08:00
renpeiying
98655d4ad3
docs: Update CN translation for partition-table and nvs-encryption
2024-08-19 12:58:37 +08:00
Linda
e5019c9da0
docs: update application examples related to system
2024-08-16 16:16:58 +08:00
Martin Vychodil
e60f6d024e
docs(storage): added File system considerations document into the API Guides
2024-08-08 15:57:35 +02:00
Mahavir Jain
03e9b1a44b
Merge branch 'fix/docs_nvs_encryption_update' into 'master'
...
docs(nvs_encryption): Updated the docs of nvs_encryption
See merge request espressif/esp-idf!32346
2024-08-05 16:51:46 +08:00
mofeifei
c5f1fda388
docs: update cn trans for storage api reference index
2024-07-31 14:35:36 +08:00
hrushikesh.bhosale
74b5033284
docs(nvs_encryption): Updated the docs of nvs_encryption
...
Updated the documentation by changing subtype from key to
nvs_keys in nvs_encryption.rst
2024-07-26 12:21:47 +05:30
shenmengjing
3cb4880d02
docs: Add often used espefuse subcommands to idf.py
2024-07-03 17:55:26 +08:00
radek.tandler
68df525394
feat(examples/security): Extend flash_encryption example with fatfs encryption
...
Updated the flash_encryption example to demonstrate the usage of fatfs encryption.
Updated existing test case to ensure accurate and reliable testing.
Documentation of storage section extended by security relarted summary.
Closes https://github.com/espressif/esp-idf/issues/11551
Closes https://github.com/espressif/esp-idf/issues/13668
2024-06-27 21:41:43 +08:00
Ivan Grokhotkov
c565f9e028
docs(console): add an API guides page on standard I/O
...
Closes https://github.com/espressif/esp-idf/issues/13907
2024-06-13 10:40:20 +02: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
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
Tomáš Rohlínek
f2a278191b
feat(storage/vfs): add documentation for nullfs
2024-05-29 10:39:55 +02:00
Dai Zi Yan
09dd046ba1
Merge branch 'docs/update_translation_for_idf_py_and_spiffs' into 'master'
...
docs: Update the CN Translation for idf-py and spiffs
Closes DOC-7686 and DOC-7536
See merge request espressif/esp-idf!30699
2024-05-20 16:15:21 +08:00
shenmengjing
60cd5933d6
docs: Edit the CN Translation and EN Source
2024-05-10 15:30:16 +08:00
Adam Múdry
15b31001a0
docs(storage): Make "Generating and Parsing FATFS on Host" doc more visible
2024-05-08 11:57:36 +02:00
shenmengjing
a89e354f9d
docs: Update the CN Translation for idf-py and spiffs
2024-05-08 17:15:06 +08:00
shenmengjing
f0ef081d0a
docs: Update the CN translation with the label missing
2024-04-28 11:24:37 +08:00
laokaiyao
fc000cd7b7
ci(doc): enable doc build for esp32c5
2024-04-18 19:39:29 +08:00
mofeifei
0a274639a8
docs: update cn trans for spiffs.rst
2024-03-22 16:13:45 +08:00
Marius Vikhammer
ff51b57b11
Merge branch 'docs/fatfgen_orphan' into 'master'
...
docs(fatfs): moved orphan dir placement to top of doc
See merge request espressif/esp-idf!28635
2024-01-24 10:10:17 +08:00
kirill.chalov
22a053f1fc
docs(sphinx-lint): Fix issues reported by sphinx-lint before adding it to pre-commit
2024-01-23 15:22:29 +08:00
Marius Vikhammer
4fac7a6d5b
docs(fatfs): moved orphan dir placement to top of doc
2024-01-23 14:16:01 +08:00
Shang Zhou
63f317e4ca
docs: Update CN translation for fatfs.rst
2024-01-18 14:03:39 +01:00
mofeifei
7d627a1c5e
docs: Update cn trans for fatfs.rst
2023-12-19 08:46:20 +01:00
Song Ruo Jing
bc09031496
refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart
...
Deprecated esp_vfs_dev_uart_xxx APIs
vfs_uart test case moved to esp_driver_uart test_apps
Astyle fixed for uart_vfs
2023-12-15 17:14:55 +08:00
Radek Tandler
12011d2057
Merge branch 'bugfix/fatfs_fatfsparse_relaxed' into 'master'
...
bugfix(fatfs): Fixed fatfsparse.py parses FAT boot sector too strictly
See merge request espressif/esp-idf!26888
2023-12-08 23:48:25 +08:00
radek.tandler
a640626b76
fix(fatfs): Fixed fatfsparse.py parsing of FAT boot sector
...
The fatfsparse.py script was too strict in parsing the FAT boot sector, causing it to fail in
certain cases. This commit fixes the issue by making the parsing less strict and allowing for more
flexibility in the boot sector format.
This change improves the reliability and compatibility of the fatfsparse.py script, ensuring that it
can correctly parse a wider range of FAT boot sectors.
Docs updated
2023-12-06 08:31:50 +01:00
Mo Fei Fei
dce37a8acc
Docs: Update CN translation for nvs_encryption.rst
2023-12-05 18:43:23 +08:00
Wang Zi Yan
90afe1a32f
docs: Update CN for sdmmc and ulp-lp-core docs
2023-11-21 10:34:54 +08:00
Armando
c50e364a97
refactor(sdspi): place sdspi driver into a new component
2023-11-20 12:30:03 +08:00
Armando
c7c38b7904
refactor(sdmmc): place sdmmc driver into a new component
2023-11-16 15:37:32 +08:00
Armando
fca46eac52
refactor(spi): make spi driver as component
2023-11-09 14:50:05 +08:00