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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Konstantin Kondrashov 
							
						 
					 
					
						
						
							
						
						3bc8792fce 
					 
					
						
						
							
							feat(doc): Adds note for parttool that if SB or FE are on  
						
						 
						
						... 
						
						
						
						Use "--esptool-erase-args=force" to ignore the esptool error 
						
						
					 
					
						2024-06-04 18:18:26 +03: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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						fc000cd7b7 
					 
					
						
						
							
							ci(doc): enable doc build for esp32c5  
						
						 
						
						
						
						
					 
					
						2024-04-18 19:39:29 +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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						f1e65b8373 
					 
					
						
						
							
							docs(misc): fixed typos found with codespell  
						
						 
						
						
						
						
					 
					
						2024-03-28 11:50:58 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mofeifei 
							
						 
					 
					
						
						
							
						
						0a274639a8 
					 
					
						
						
							
							docs: update cn trans for spiffs.rst  
						
						 
						
						
						
						
					 
					
						2024-03-22 16:13:45 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sonika.rathi 
							
						 
					 
					
						
						
							
						
						fe4ee63a4e 
					 
					
						
						
							
							docs(spiffs): update api-reference document for SPIFFS  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/10608  
						
						
					 
					
						2024-02-19 10:28:05 +01: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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Múdry 
							
						 
					 
					
						
						
							
						
						8e50d63fea 
					 
					
						
						
							
							feat(fatfs): Add an option to use 2 FATs (file allocation tables) in FATFS volumes  
						
						 
						
						... 
						
						
						
						Should help with redundancy and data corruption when enabled but uses more space. 
						
						
					 
					
						2024-01-18 14:03:28 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mofeifei 
							
						 
					 
					
						
						
							
						
						7d627a1c5e 
					 
					
						
						
							
							docs: Update cn trans for fatfs.rst  
						
						 
						
						
						
						
					 
					
						2023-12-19 08:46:20 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tomáš Rohlínek 
							
						 
					 
					
						
						
							
						
						577af7d6ef 
					 
					
						
						
							
							docs(storage/fatfs): Refactor FatFs documentation  
						
						 
						
						
						
						
					 
					
						2023-12-19 08:11:05 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tomáš Rohlínek 
							
						 
					 
					
						
						
							
						
						eea16b18db 
					 
					
						
						
							
							docs(storage/fatfs): Document the new fatfs_link_lock Kconfig option  
						
						 
						
						
						
						
					 
					
						2023-12-19 08:11:02 +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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Laukik Hase 
							
						 
					 
					
						
						
							
						
						ea51f4e2f7 
					 
					
						
						
							
							fix(nvs_flash): Remove the forceful selection of NVS_ENCRYPTION with flash encryption  
						
						 
						
						... 
						
						
						
						- This change will introduce a breaking change for SoCs with the HMAC
  peripheral. Turning on flash encryption will no longer enable NVS
  encryption automatically.
Closes https://github.com/espressif/esp-idf/issues/12549  
						
						
					 
					
						2023-12-04 16:18:01 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Armando 
							
						 
					 
					
						
						
							
						
						f893750bb6 
					 
					
						
						
							
							doc(sdmmc): doc(sdmmc): updated sdmmc programming guide for esp32p4  
						
						 
						
						
						
						
					 
					
						2023-11-29 11:13:14 +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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mo Fei Fei 
							
						 
					 
					
						
						
							
						
						a82b6f5c0b 
					 
					
						
						
							
							Merge branch 'docs/update_cn_trans_nvs_part_gen_readme' into 'master'  
						
						 
						
						... 
						
						
						
						Docs: Update CN trans for components/nvs_flash/nvs_partition_generator/README.rst
Closes DOC-6449
See merge request espressif/esp-idf!26589  
						
						
					 
					
						2023-10-26 12:19:26 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mo Fei Fei 
							
						 
					 
					
						
						
							
						
						4f24d3a39c 
					 
					
						
						
							
							Docs: Update CN trans for components/nvs_flash/nvs_partition_generator/README.rst  
						
						 
						
						
						
						
					 
					
						2023-10-26 12:19:25 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Laukik Hase 
							
						 
					 
					
						
						
							
						
						340fda1cd6 
					 
					
						
						
							
							Merge branch 'fix/nvs_encr_docs' into 'master'  
						
						 
						
						... 
						
						
						
						fix(docs): Hide the NVS encryption HMAC scheme section for unsupported SoCs
See merge request espressif/esp-idf!26568  
						
						
					 
					
						2023-10-25 16:24:57 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Laukik Hase 
							
						 
					 
					
						
						
							
						
						81665b27c3 
					 
					
						
						
							
							fix(docs): Disable the NVS encryption HMAC scheme section for unsupported SoCs  
						
						 
						
						
						
						
					 
					
						2023-10-25 13:07:14 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Armando 
							
						 
					 
					
						
						
							
						
						70314b56d5 
					 
					
						
						
							
							feat(sdmmc): supported sd2.0 on esp32p4  
						
						 
						
						
						
						
					 
					
						2023-10-18 11:57:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Vychodil 
							
						 
					 
					
						
						
							
						
						a61c6cf2c1 
					 
					
						
						
							
							Merge branch 'docs/delete_sys_types.h_from_description_vfs.rst' into 'master'  
						
						 
						
						... 
						
						
						
						docs: update the file of defining FD_SETSIZE in vfs.rst
See merge request espressif/esp-idf!25942  
						
						
					 
					
						2023-10-18 00:04:54 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Múdry 
							
						 
					 
					
						
						
							
						
						0024867c3b 
					 
					
						
						
							
							Merge branch 'feature/add_optional_immediate_fsync' into 'master'  
						
						 
						
						... 
						
						
						
						fatfs: add optional immediate fsync
See merge request espressif/esp-idf!26097  
						
						
					 
					
						2023-10-16 17:37:22 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cai Xin Ying 
							
						 
					 
					
						
						
							
						
						01209e459c 
					 
					
						
						
							
							docs: update document format issues  
						
						 
						
						
						
						
					 
					
						2023-10-14 03:55:41 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wang Zi Yan 
							
						 
					 
					
						
						
							
						
						b7dbada01e 
					 
					
						
						
							
							docs: Update CN trans for fatfs.rst  
						
						 
						
						
						
						
					 
					
						2023-10-12 11:32:45 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tomáš Rohlínek 
							
						 
					 
					
						
						
							
						
						525776f748 
					 
					
						
						
							
							feat(vfs/fatfs): Add option for automatic immediate fsync  
						
						 
						
						
						
						
					 
					
						2023-10-02 07:06:05 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								radek.tandler 
							
						 
					 
					
						
						
							
						
						e8992f500c 
					 
					
						
						
							
							fix(nvs_flash): nvs_set with same key and different data type  
						
						 
						
						... 
						
						
						
						Function now always rewrites old value under same key
regardless existing data type. Users requiring old API behaviour
can enable it by kconfig option CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY 
						
						
					 
					
						2023-09-26 15:05:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renpeiying 
							
						 
					 
					
						
						
							
						
						6e2cb4bcc0 
					 
					
						
						
							
							docs: Provide Chinese translation for api-reference/storage/fatfsgen.rst  
						
						 
						
						
						
						
					 
					
						2023-09-22 10:56:56 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								caixinying-git 
							
						 
					 
					
						
						
							
						
						b07ada6e94 
					 
					
						
						
							
							docs: update format issues left in EN docs  
						
						 
						
						
						
						
					 
					
						2023-09-15 10:46:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Linda 
							
						 
					 
					
						
						
							
						
						64940ad1d2 
					 
					
						
						
							
							docs: update the file of defining FD_SETSIZE in vfs.rst  
						
						 
						
						
						
						
					 
					
						2023-09-13 14:16:35 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ren Pei Ying 
							
						 
					 
					
						
						
							
						
						532d3f51f6 
					 
					
						
						
							
							Docs/add cn trans for api reference/storage/nvs encryption.rst  
						
						 
						
						
						
						
					 
					
						2023-09-11 11:02:18 +08:00