Zhang Shuxian
|
1ae27538a0
|
docs: Update translation for flash erase
|
2026-01-13 11:22:16 +08:00 |
|
radek.tandler
|
7dca5f208f
|
feat(nvs_flash): Added option enabling verification of flash erase operation - doc
|
2026-01-09 11:14:09 +08:00 |
|
armando
|
3a50531dab
|
fix(sdmmc): fixed header structure not shown in doc issue
|
2025-12-23 18:47:42 +08:00 |
|
Tomáš Rohlínek
|
8c9d62de98
|
feat(storage/vfs): Remove old API usage
|
2025-12-16 17:48:55 +08:00 |
|
Zhang Shuxian
|
f13c16e031
|
docs: Update CN translation for NVS statistics example
|
2025-11-10 12:18:31 +01:00 |
|
Martin Havlik
|
ca16bf9c68
|
docs(examples/storage): Add docs entries for 2 new NVS examples
Extend the existing mentions of NVS examples with 2 newly added
`nvs_statistics` and `nvs_iteration`.
|
2025-11-10 12:18:31 +01:00 |
|
Tomáš Rohlínek
|
4568f6c776
|
fix(storage/vfs): Fix typo in code snippet in docs
|
2025-10-15 10:08:52 +02:00 |
|
Peter Dragun
|
e3198fff3c
|
feat: Update esptool to v5
|
2025-09-30 15:28:55 +02:00 |
|
Laukik Hase
|
f565fc2481
|
change(nvs_flash): Add a private dependency of the nvs_sec_provider component
- Closes https://github.com/espressif/esp-idf/issues/17256
|
2025-09-19 10:17:46 +05:30 |
|
Chen Jichang
|
5909a4d685
|
remove(essl): remove essl related files
|
2025-07-03 11:36:45 +08:00 |
|
armando
|
77ae2808b0
|
refactor(sd): port legacy sd driver with NG driver
|
2025-05-15 10:57:45 +08:00 |
|
Laukik Hase
|
c16fc04c2d
|
docs(esp_tee): Revise TEE secure storage and related documentation
|
2025-05-04 18:22:22 +05:30 |
|
sonika.rathi
|
b077caeebc
|
refactor(examples/storage): update document links
|
2025-04-03 14:21:11 +02:00 |
|
Adam Múdry
|
d8ebca368c
|
feat(nvs): Allow read-only NVS partitions smaller than 0x3000
E.g. for factory settings data
Closes https://github.com/espressif/esp-idf/issues/15317
|
2025-03-27 15:50:27 +08:00 |
|
Adam Múdry
|
58fbcfb407
|
Merge branch 'feat/ff_fs_nofsinfo_kconfig' into 'master'
feat(fatfs): Add an option to set FF_FS_NOFSINFO value
Closes IDFGH-14467
See merge request espressif/esp-idf!36592
|
2025-03-20 20:18:52 +08:00 |
|
Zhang Shuxian
|
a080ce9fad
|
docs: Provide CN translation for nvs bootloader and fix broken link
|
2025-02-28 19:09:52 +08:00 |
|
Zhang Shuxian
|
26078bbf9a
|
docs: Update CN translation for fatfs
|
2025-02-26 10:04:26 +08:00 |
|
Zhang Shuxian
|
c9183973cc
|
docs: Update CN translation for fatfs
|
2025-02-21 21:39:44 +08:00 |
|
Adam Múdry
|
d87a6d4b61
|
feat(fatfs): Add Kconfig options to set FF_FS_NOFSINFO value
Closes https://github.com/espressif/esp-idf/issues/15241
|
2025-02-21 21:39:44 +08:00 |
|
Tomáš Rohlínek
|
09aae72bfa
|
docs(storage/fatfs): discrepancies between FATFS and POSIX
Closes https://github.com/espressif/esp-idf/issues/15187
|
2025-02-13 10:15:52 +01:00 |
|
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 |
|
harshal.patil
|
cadd6b8bcc
|
feat(nvs_flash): Support reading encrypted NVS partitions in the bootloader
|
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 |
|
Tomas Rohlinek
|
408ae4c560
|
Merge branch 'feature/switch_to_new_vfs_api' into 'master'
feat(storage): switch to new VFS API
Closes IDF-11473
See merge request espressif/esp-idf!32029
|
2024-11-22 16:51:46 +08:00 |
|
Tomáš Rohlínek
|
ae1e8a2ea3
|
feat(storage/vfs): update docs to new version of API
|
2024-11-21 07:41:41 +01:00 |
|
radek.tandler
|
c445ec134b
|
feat(nvs_flash): Implemented basic nvs_flash support for bootloader
|
2024-11-14 11:56:45 +01:00 |
|
Linda
|
c0417422c5
|
docs: update application examples for storage component
|
2024-10-23 16:19:42 +08:00 |
|
Zhang Shuxian
|
09820a0ae6
|
docs: Update CN trans for vfs.rst and improve EN formatting
|
2024-10-22 14:50:31 +08:00 |
|
Tomáš Rohlínek
|
18e20c0bc5
|
feat(storage/vfs): change names related to minified vfs
|
2024-10-22 14:50:31 +08:00 |
|
Tomáš Rohlínek
|
3cab84f033
|
fix(storage/vfs): clarify minified related documentation
|
2024-10-22 14:50:31 +08:00 |
|
Tomáš Rohlínek
|
923fb635b4
|
feat(storage/vfs): add documentation for minified_vfs
|
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 |
|
renpeiying
|
30dbe31ef6
|
docs: Update CN translation for fatfs.rst
|
2024-10-14 19:24:08 +08:00 |
|
renpeiying
|
ebe5ac900b
|
docs: Update CN translation for api-reference/storage/index.rst
|
2024-10-10 16:41:58 +08:00 |
|
Tomáš Rohlínek
|
46982e69da
|
feat(storage/vfs): update example references in documentation
|
2024-10-10 16:41:58 +08:00 |
|
sonika.rathi
|
459f2517a8
|
feat(fatfs): enable partition handling for sectors less than 128
|
2024-10-08 13:35:08 +02:00 |
|
renpeiying
|
542f65f1ff
|
docs: provide CN translation for storage/vfs updates
|
2024-09-23 14:07:55 +08:00 |
|
Tomáš Rohlínek
|
bab9498a52
|
docs(storage/vfs): add documentation for existing automounted vfs drivers
|
2024-09-20 11:49:47 +02: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 |
|
Linda
|
e5019c9da0
|
docs: update application examples related to system
|
2024-08-16 16:16:58 +08:00 |
|
Aditya Patwardhan
|
efe62d4a7f
|
Merge branch 'docs/translate_host-based-security-workflows' into 'master'
docs: Provide translation for host-based-security-workflows
Closes DOC-6018
See merge request espressif/esp-idf!31459
|
2024-08-09 19:52:40 +08:00 |
|
Martin Vychodil
|
e60f6d024e
|
docs(storage): added File system considerations document into the API Guides
|
2024-08-08 15:57:35 +02:00 |
|
renpeiying
|
afd3179ae8
|
docs: Provide Chinese translation for host-based-security-workflows.rst
|
2024-08-08 11:03:24 +08: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 |
|
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 |
|
Konstantin Kondrashov
|
a648a95660
|
Merge branch 'feature/doc_for_parttool' into 'master'
feat(doc): Adds note for parttool that if SB or FE are on
See merge request espressif/esp-idf!31318
|
2024-06-24 16:28:24 +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 |
|
Jan Beran
|
950428c2f4
|
feat(tools): Add often used espefuse subcommands to idf.py
|
2024-06-07 16:23:17 +02:00 |
|