Wang Zi Yan 
							
						 
					 
					
						
						
							
						
						020c6931ee 
					 
					
						
						
							
							docs: Update CN for esp_https_server.rst and tips-and-quirks.rst  
						
						
						
						
					 
					
						2024-04-19 17:37:05 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						fc000cd7b7 
					 
					
						
						
							
							ci(doc): enable doc build for esp32c5  
						
						
						
						
					 
					
						2024-04-18 19:39:29 +08:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						f1e65b8373 
					 
					
						
						
							
							docs(misc): fixed typos found with codespell  
						
						
						
						
					 
					
						2024-03-28 11:50:58 +08:00 
						 
				 
			
				
					
						
							
							
								Espressif BOT 
							
						 
					 
					
						
						
							
						
						bebdf7b989 
					 
					
						
						
							
							change(mbedtls/crt_bundle): Update esp_crt_bundle certificates  
						
						
						
						
					 
					
						2024-03-12 10:00:36 +08:00 
						 
				 
			
				
					
						
							
							
								Harshit Malpani 
							
						 
					 
					
						
						
							
						
						2df1ba8535 
					 
					
						
						
							
							docs: Update App Utils programming guide docs for ESP32P4  
						
						... 
						
						
						
						Re-enable protocol and ota examples for ESP32P4 
						
						
					 
					
						2024-02-23 12:33:11 +05:30 
						 
				 
			
				
					
						
							
							
								Harshit Malpani 
							
						 
					 
					
						
						
							
						
						3e1a95a0a7 
					 
					
						
						
							
							feat(esp_https_server): Get the error codes on https_server error  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/12026  
						
						
					 
					
						2024-02-14 14:36:14 +05:30 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								mofeifei 
							
						 
					 
					
						
						
							
						
						009e6945aa 
					 
					
						
						
							
							docs: Updated cn trans for esp_http_client and external_ram  
						
						
						
						
					 
					
						2024-01-02 16:06:03 +08:00 
						 
				 
			
				
					
						
							
							
								Shang Zhou 
							
						 
					 
					
						
						
							
						
						b300c78864 
					 
					
						
						
							
							docs: Update CN translation for esp_tls.rst, mqtt.rst, and peripherals.rst  
						
						
						
						
					 
					
						2023-12-22 09:11:43 +05:30 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						01f50ee7f5 
					 
					
						
						
							
							refactor: migrate atecc608a_ecdsa example to crypto authlib repository  
						
						... 
						
						
						
						- ESP32-WROOM-32SE has been discontinued and marked as NRND
- This change removes all references to ESP32-WROOM-32SE from IDF
- The example has been migrated to esp-cryptoauthlib repository and it
  can be used through the component manager
  (https://components.espressif.com/components/espressif/esp-cryptoauthlib ) 
						
						
					 
					
						2023-12-22 09:11:41 +05:30 
						 
				 
			
				
					
						
							
							
								Espressif BOT 
							
						 
					 
					
						
						
							
						
						8f0f7f007c 
					 
					
						
						
							
							change(mbedtls/crt_bundle): Update esp_crt_bundle certificates  
						
						
						
						
					 
					
						2023-12-19 14:40:56 +08:00 
						 
				 
			
				
					
						
							
							
								Harshit Malpani 
							
						 
					 
					
						
						
							
						
						803ad150cf 
					 
					
						
						
							
							feat(esp_http_client): SHA256 support in digest auth  
						
						... 
						
						
						
						Added support for using SHA256 algorithm while calculating
digest auth in HTTP client connection
Closes https://github.com/espressif/esp-idf/issues/12383  
						
						
					 
					
						2023-12-15 11:32:57 +05:30 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						72e414105d 
					 
					
						
						
							
							Merge branch 'contrib/github_pr_12559' into 'master'  
						
						... 
						
						
						
						fix(spi): correct macro REG_SPI_BASE(i) for all targets (GitHub PR)
Closes IDFGH-11421 and IDFGH-11424
See merge request espressif/esp-idf!27085  
						
						
					 
					
						2023-11-20 15:55:41 +08:00 
						 
				 
			
				
					
						
							
							
								wanlei 
							
						 
					 
					
						
						
							
						
						4dcd6d7913 
					 
					
						
						
							
							fix(spi): correct some signals and dummy bits docs  
						
						
						
						
					 
					
						2023-11-17 02:39:28 +00:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						7bb29086df 
					 
					
						
						
							
							docs: add ECDSA peripheral chapter for H2/P4  
						
						... 
						
						
						
						- Add ECDSA peripheral chapter and instructions to program efuse key block
- Update security guide for ECDSA peripheral mention for device identity
- Link with ESP-TLS guide about using ECDSA peripheral in TLS connection 
						
						
					 
					
						2023-11-15 09:42:26 +05:30 
						 
				 
			
				
					
						
							
							
								Harshit Malpani 
							
						 
					 
					
						
						
							
						
						c67dac7225 
					 
					
						
						
							
							docs: Add documentation for using TLS v1.2 and v1.3 simultaneously  
						
						
						
						
					 
					
						2023-11-10 16:37:39 +08:00 
						 
				 
			
				
					
						
							
							
								wanlei 
							
						 
					 
					
						
						
							
						
						2e115ec98c 
					 
					
						
						
							
							feat(spi_slave_hd): p4 update examples and document  
						
						
						
						
					 
					
						2023-11-07 16:01:44 +08:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						ac97c61d1a 
					 
					
						
						
							
							docs: add section about periodic sync of the certificate bundle  
						
						
						
						
					 
					
						2023-10-29 12:21:22 +05:30 
						 
				 
			
				
					
						
							
							
								Espressif BOT 
							
						 
					 
					
						
						
							
						
						24446bfab1 
					 
					
						
						
							
							change(esp_crt_bundle): Update esp_crt_bundle certificates  
						
						
						
						
					 
					
						2023-10-29 12:21:21 +05:30 
						 
				 
			
				
					
						
							
							
								Cai Xin Ying 
							
						 
					 
					
						
						
							
						
						01209e459c 
					 
					
						
						
							
							docs: update document format issues  
						
						
						
						
					 
					
						2023-10-14 03:55:41 +08:00 
						 
				 
			
				
					
						
							
							
								Ren Pei Ying 
							
						 
					 
					
						
						
							
						
						8dbff6a5fe 
					 
					
						
						
							
							docs: Update translations for ESP-IDF unsynchronized files  
						
						
						
						
					 
					
						2023-10-09 10:25:19 +08:00 
						 
				 
			
				
					
						
							
							
								Harshit Malpani 
							
						 
					 
					
						
						
							
						
						2120d8312f 
					 
					
						
						
							
							docs: Add documentation for using ECDSA peripheral with TLS  
						
						
						
						
					 
					
						2023-09-27 16:27:43 +05:30 
						 
				 
			
				
					
						
							
							
								Ren Pei Ying 
							
						 
					 
					
						
						
							
						
						ad1f2dca29 
					 
					
						
						
							
							Merge branch 'add_CN_trans_for_/protocols/esp_spi_slave_protocol.rst' into 'master'  
						
						... 
						
						
						
						docs: Provide Chinese translation for /protocols/esp_spi_slave_protocol.rst
Closes DOC-6001
See merge request espressif/esp-idf!25374  
						
						
					 
					
						2023-09-19 15:25:16 +08:00 
						 
				 
			
				
					
						
							
							
								renpeiying 
							
						 
					 
					
						
						
							
						
						ab69581318 
					 
					
						
						
							
							docs: Provide Chinese translation for /protocols/esp_spi_slave_protocol.rst  
						
						
						
						
					 
					
						2023-09-18 17:58:48 +08:00 
						 
				 
			
				
					
						
							
							
								caixinying-git 
							
						 
					 
					
						
						
							
						
						b07ada6e94 
					 
					
						
						
							
							docs: update format issues left in EN docs  
						
						
						
						
					 
					
						2023-09-15 10:46:25 +00:00 
						 
				 
			
				
					
						
							
							
								Ren Pei Ying 
							
						 
					 
					
						
						
							
						
						e424fe0c51 
					 
					
						
						
							
							docs: Provide Chinese translation for protocols/esp_crt_bundle.rst and mbedtls.rst  
						
						
						
						
					 
					
						2023-09-13 10:42:32 +08:00 
						 
				 
			
				
					
						
							
							
								Ren Pei Ying 
							
						 
					 
					
						
						
							
						
						b4cc451321 
					 
					
						
						
							
							Merge branch 'docs/add_CN_trans_for_docs_in_protocols' into 'master'  
						
						... 
						
						
						
						docs: Provide CN translation for api-reference/protocols/icmp_echo.rst and...
Closes DOC-5976
See merge request espressif/esp-idf!25323  
						
						
					 
					
						2023-09-05 16:00:26 +08:00 
						 
				 
			
				
					
						
							
							
								Ren Pei Ying 
							
						 
					 
					
						
						
							
						
						c3daa4bf78 
					 
					
						
						
							
							docs: Provide CN translation for api-reference/protocols/icmp_echo.rst and...  
						
						
						
						
					 
					
						2023-09-05 16:00:26 +08:00 
						 
				 
			
				
					
						
							
							
								Ren Pei Ying 
							
						 
					 
					
						
						
							
						
						518a4e1173 
					 
					
						
						
							
							docs: Provide Chinese translation for api-reference/protocols/esp_serial_slave_link.rst  
						
						
						
						
					 
					
						2023-09-04 15:03:28 +08:00 
						 
				 
			
				
					
						
							
							
								renpeiying 
							
						 
					 
					
						
						
							
						
						269435e79d 
					 
					
						
						
							
							docs: Provide Chinese translation for api-reference/protocols/esp_local_ctrl.rst  
						
						
						
						
					 
					
						2023-08-24 10:36:19 +08:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						680a085eeb 
					 
					
						
						
							
							docs(mbedtls): update pointers to upstream api reference and knowledge base  
						
						
						
						
					 
					
						2023-08-11 09:41:21 +05:30 
						 
				 
			
				
					
						
							
							
								caixinying-git 
							
						 
					 
					
						
						
							
						
						946496405a 
					 
					
						
						
							
							docs: update format issues for EN and CN under api-reference/protocols and migration-guides  
						
						
						
						
					 
					
						2023-08-10 14:30:50 +08:00 
						 
				 
			
				
					
						
							
							
								Wan Lei 
							
						 
					 
					
						
						
							
						
						3af7e00b90 
					 
					
						
						
							
							Merge branch 'fix/update_doc_for_spi_slave_hd_protocol' into 'master'  
						
						... 
						
						
						
						fix(all): update documentaion for spi slave hd protocols
See merge request espressif/esp-idf!24630  
						
						
					 
					
						2023-07-07 12:15:56 +08:00 
						 
				 
			
				
					
						
							
							
								wanlei 
							
						 
					 
					
						
						
							
						
						45d4d919f4 
					 
					
						
						
							
							fix(all): update documentaion for spi slave hd protocols  
						
						
						
						
					 
					
						2023-07-06 19:17:38 +08:00 
						 
				 
			
				
					
						
							
							
								caixinying-git 
							
						 
					 
					
						
						
							
						
						386d408868 
					 
					
						
						
							
							docs: Provide CN translation for api-reference/protocols/esp_tls.rst and update both EN and CN texts for api-reference/error-codes.rst  
						
						
						
						
					 
					
						2023-07-06 18:50:44 +08:00 
						 
				 
			
				
					
						
							
							
								mik13ST 
							
						 
					 
					
						
						
							
						
						8133d43552 
					 
					
						
						
							
							docs: Fix ESP TLS instructions to use wolfSSL  
						
						... 
						
						
						
						The original command without `--recursive` did not clone the upstream wolfssl library which is included as a submodule since commit 901dd90f9a 
						
						
					 
					
						2023-06-06 15:40:34 +02:00 
						 
				 
			
				
					
						
							
							
								Shang Zhou 
							
						 
					 
					
						
						
							
						
						a2b3176b58 
					 
					
						
						
							
							docs: update CN translation for mdns.rst  
						
						
						
						
					 
					
						2023-05-08 17:02:32 +08:00 
						 
				 
			
				
					
						
							
							
								Cai Xin Ying 
							
						 
					 
					
						
						
							
						
						c636946310 
					 
					
						
						
							
							docs:Updated CN Translation for api-reference/protocols/modbus.rst and  docs/zh_CN/libraries-and-frameworks/libs-frameworks.rst  
						
						
						
						
					 
					
						2023-05-05 10:54:26 +08:00 
						 
				 
			
				
					
						
							
							
								Cai Xin Ying 
							
						 
					 
					
						
						
							
						
						f2fa91eec8 
					 
					
						
						
							
							Merge branch 'docs/add_Chinese_translation_for_several_short_docs1' into 'master'  
						
						... 
						
						
						
						Docs/add Chinese translation for api-reference/bluetooth/esp_gap_ble.rst, api-reference/protocols/modbus.rst, and libraries-and-frameworks/libs-frameworks.rst from scratch
Closes DOC-5046
See merge request espressif/esp-idf!23322  
						
						
					 
					
						2023-05-04 17:25:42 +08:00 
						 
				 
			
				
					
						
							
							
								Cai Xin Ying 
							
						 
					 
					
						
						
							
						
						9c4dc67870 
					 
					
						
						
							
							Docs/add Chinese translation for api-reference/bluetooth/esp_gap_ble.rst, api-reference/protocols/modbus.rst, and libraries-and-frameworks/libs-frameworks.rst from scratch  
						
						
						
						
					 
					
						2023-05-04 17:25:41 +08:00 
						 
				 
			
				
					
						
							
							
								yuanjianmin 
							
						 
					 
					
						
						
							
						
						e4e2bd24c9 
					 
					
						
						
							
							doc: Add support to set and get ciphersuites list  
						
						
						
						
					 
					
						2023-04-27 19:22:28 +08:00 
						 
				 
			
				
					
						
							
							
								Suren Gabrielyan 
							
						 
					 
					
						
						
							
						
						36a5f898ba 
					 
					
						
						
							
							docs: migrated documentetation from github.io to docs.espressif.com  
						
						
						
						
					 
					
						2023-04-19 12:33:40 +04:00 
						 
				 
			
				
					
						
							
							
								Mo Fei Fei 
							
						 
					 
					
						
						
							
						
						0d2549a4f1 
					 
					
						
						
							
							Docs: update CN translation for esp_http_client.rst, external-ram.rst, bootloader.rst  
						
						
						
						
					 
					
						2023-04-19 10:37:49 +08:00 
						 
				 
			
				
					
						
							
							
								Harshit Malpani 
							
						 
					 
					
						
						
							
						
						2910050060 
					 
					
						
						
							
							docs: Update Protocols & Provisioning sections for H2  
						
						
						
						
					 
					
						2023-03-30 18:00:12 +05:30 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						361f6821a0 
					 
					
						
						
							
							Merge branch 'feature/esp_http_client_esp_events' into 'master'  
						
						... 
						
						
						
						esp_http_client: Add support for esp_events
See merge request espressif/esp-idf!21113  
						
						
					 
					
						2023-03-16 13:25:38 +08:00 
						 
				 
			
				
					
						
							
							
								Harshit Malpani 
							
						 
					 
					
						
						
							
						
						674fd8feb8 
					 
					
						
						
							
							esp_http_client: Add support for esp_events  
						
						
						
						
					 
					
						2023-03-15 11:48:11 +05:30 
						 
				 
			
				
					
						
							
							
								Espressif BOT 
							
						 
					 
					
						
						
							
						
						e174fc967e 
					 
					
						
						
							
							Update common cert authorities csv  
						
						
						
						
					 
					
						2023-03-12 11:00:24 +08:00 
						 
				 
			
				
					
						
							
							
								daiziyan 
							
						 
					 
					
						
						
							
						
						4667f1b3ef 
					 
					
						
						
							
							docs: sync up translation for api-reference  
						
						
						
						
					 
					
						2023-02-02 14:44:13 +08:00 
						 
				 
			
				
					
						
							
							
								Armando 
							
						 
					 
					
						
						
							
						
						e80e1450ac 
					 
					
						
						
							
							sdio: c6 doc update  
						
						
						
						
					 
					
						2023-01-18 02:34:46 +00:00 
						 
				 
			
				
					
						
							
							
								Espressif BOT 
							
						 
					 
					
						
						
							
						
						35cd5ee57b 
					 
					
						
						
							
							Update esp_crt_bundle certificates  
						
						
						
						
					 
					
						2023-01-11 10:00:31 +08:00