Krzysztof Budzynski 
							
						 
					 
					
						
						
							
						
						d42958439d 
					 
					
						
						
							
							Merge branch 'doc/c3_api_ref_update_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						docs: update api-reference chapters for C3 (v4.3)
See merge request espressif/esp-idf!12583  
						
						
					 
					
						2021-03-11 09:36:44 +00:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						fb82bdb9da 
					 
					
						
						
							
							docs: update api-reference chapters for C3  
						
						... 
						
						
						
						Checked and updated the following chapters:
 * api-reference/network
 * api-reference/protocols
 * api-reference/provisioning
 * api-reference/storage
 * api-reference/peripherals/ds
 * api-reference/peripherals/hmac
 * api-reference/peripherals/secure_element 
						
						
					 
					
						2021-03-02 15:00:56 +08:00 
						 
				 
			
				
					
						
							
							
								Kang Zuoling 
							
						 
					 
					
						
						
							
						
						b639514793 
					 
					
						
						
							
							touch_element: add touch element api-reference doc  
						
						
						
						
					 
					
						2021-03-01 18:02:53 +08:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						da947d736f 
					 
					
						
						
							
							Docs: Add C3 support to build_docs  
						
						
						
						
					 
					
						2020-12-28 12:25:03 +08:00 
						 
				 
			
				
					
						
							
							
								Renz Bagaporo 
							
						 
					 
					
						
						
							
						
						79887fdc6c 
					 
					
						
						
							
							soc: descriptive part occupy whole component  
						
						
						
						
					 
					
						2020-10-28 07:21:29 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						91cf7cc58d 
					 
					
						
						
							
							doc: dedicated gpio api reference  
						
						
						
						
					 
					
						2020-10-20 21:06:10 +08:00 
						 
				 
			
				
					
						
							
							
								Felipe Neves 
							
						 
					 
					
						
						
							
						
						2e826b7a8f 
					 
					
						
						
							
							intr_alloc: split interrupt allocator into common-code and platform-code  
						
						... 
						
						
						
						esp_system: removed repeated interrupt allocator code and moved common code to esp_system
xtens: moved xtensa specific code from freertos to the xtensa component
hal/interrupt_controller: added interrupt controller hal and ll files
docs: update the doxyfile with new location of esp_itr_alloc.h file
xtensa: fixed dangerous relocation problem after moving xtensa interrupt files out of freertos
docs: removed Xtensa reference from intr_allocator api-reference
xtensa: pushed the interrupt function that manages non iram interrupts to the xtensa layer
esp_system/test: fixed platform dependent setting for intr_allocator tests
hal: rename the functions used to manage non iram interrupt mask. 
						
						
					 
					
						2020-09-30 07:44:12 +08:00 
						 
				 
			
				
					
						
							
							
								Andrei Gramakov 
							
						 
					 
					
						
						
							
						
						c863b4c777 
					 
					
						
						
							
							docs: tinyusb documentation  
						
						
						
						
					 
					
						2020-08-27 13:49:33 +02:00 
						 
				 
			
				
					
						
							
							
								Dai Zi Yan 
							
						 
					 
					
						
						
							
						
						7bc6662184 
					 
					
						
						
							
							Add Chinese translation to I2C.rst  
						
						
						
						
					 
					
						2020-08-26 22:08:50 +08:00 
						 
				 
			
				
					
						
							
							
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						f6dd63d03d 
					 
					
						
						
							
							spi_slave_hd: new driver for spi slave in half duplex mode  
						
						
						
						
					 
					
						2020-07-11 00:00:50 +08:00 
						 
				 
			
				
					
						
							
							
								Darian Leung 
							
						 
					 
					
						
						
							
						
						97721d469c 
					 
					
						
						
							
							TWAI: Add ESP32-S2 support  
						
						... 
						
						
						
						This commit adds TWAI driver support for the
ESP32-S2. The following features were added:
- Expanded BRP support
- Expanded CLKOUT Divider Support
- Updated example READMEs 
						
						
					 
					
						2020-06-30 16:56:03 +08:00 
						 
				 
			
				
					
						
							
							
								Jakob Hasse 
							
						 
					 
					
						
						
							
						
						516680a4ff 
					 
					
						
						
							
							Doc: DS documentation for S2  
						
						
						
						
					 
					
						2020-06-04 10:49:22 +08:00 
						 
				 
			
				
					
						
							
							
								Krzysztof Budzynski 
							
						 
					 
					
						
						
							
						
						56635f22b8 
					 
					
						
						
							
							Merge branch 'doc/add_types_api_ref' into 'master'  
						
						... 
						
						
						
						doc: add peripheral_types.h as API reference for peripheral docs
Closes DOC-136 and IDF-1673
See merge request espressif/esp-idf!8528  
						
						
					 
					
						2020-05-25 03:22:22 +08:00 
						 
				 
			
				
					
						
							
							
								Aditya Patwardhan 
							
						 
					 
					
						
						
							
						
						423e600d46 
					 
					
						
						
							
							secure_element: atecc608_ecdsa example  
						
						... 
						
						
						
						* Replaced crypotoauthlib with esp-cryptoauthlib
* Added menuconfig option for esp-tls about using HSM
* Added error codes for HSM in esp-tls,
* Added support to select different type of ATECC608A chips
* Added README, updated docs
* tcp_transport: Added option to enable secure_element for ssl
Closes https://github.com/espressif/esp-idf/issues/4432  
						
						
					 
					
						2020-05-21 13:08:30 +05:30 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						fbb54184ef 
					 
					
						
						
							
							doc: add generation of tags from sdkconfig and x_caps.h headers  
						
						... 
						
						
						
						Also updates the way we handle exclude_patterns to use the new tags
Closes IDF-1484 
						
						
					 
					
						2020-05-13 07:09:01 +00:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						27fa1dc0dd 
					 
					
						
						
							
							doc: add peripheral_types.h as API reference for peripheral docs  
						
						... 
						
						
						
						Closes DOC-136
Closes IDF-1673 
						
						
					 
					
						2020-05-11 11:20:39 +08:00 
						 
				 
			
				
					
						
							
							
								Krzysztof Budzynski 
							
						 
					 
					
						
						
							
						
						c5c026557e 
					 
					
						
						
							
							Merge branch 'doc/hmac_S2' into 'master'  
						
						... 
						
						
						
						Doc: Documentation for HMAC module
See merge request espressif/esp-idf!8383  
						
						
					 
					
						2020-04-27 19:03:01 +08:00 
						 
				 
			
				
					
						
							
							
								Jakob Hasse 
							
						 
					 
					
						
						
							
						
						2da7e65646 
					 
					
						
						
							
							Doc: S2 HMAC documentation  
						
						
						
						
					 
					
						2020-04-27 12:25:46 +08:00 
						 
				 
			
				
					
						
							
							
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						7ec4d64b80 
					 
					
						
						
							
							spi: Update documents about the bus lock and how to use SPI Master on SPI1 bus  
						
						
						
						
					 
					
						2020-04-23 12:27:25 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						99cdddeb63 
					 
					
						
						
							
							docs: Fix broken or incorrect link roles to IDF files & directories  
						
						
						
						
					 
					
						2020-02-18 10:34:11 +11:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						11fac8637a 
					 
					
						
						
							
							docs: Resolve doxygen & Sphinx warnings  
						
						
						
						
					 
					
						2020-02-07 16:37:45 +11:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						268816649c 
					 
					
						
						
							
							Replace all TRM urls will generic template variable and remove duplicate sections  
						
						... 
						
						
						
						All references to TRM had the section duplicated for both targets using .. only:: , replaced these with a generic template url 
						
						
					 
					
						2020-02-07 16:37:45 +11:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						66462ca26f 
					 
					
						
						
							
							docs: Apply the same basic ESP32/ESP32-S2 warning filters to Chinese docs  
						
						
						
						
					 
					
						2020-02-07 16:37:43 +11:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						e6211c7864 
					 
					
						
						
							
							docs: add new top-level docs builder that builds docs for a single chip  
						
						
						
						
					 
					
						2020-02-07 16:37:43 +11:00 
						 
				 
			
				
					
						
							
							
								Wang Ning 
							
						 
					 
					
						
						
							
						
						0093f50214 
					 
					
						
						
							
							Add Chinese translation to LEDC.  
						
						... 
						
						
						
						Need technical and language review. 
						
						
					 
					
						2020-01-16 10:13:40 +08:00 
						 
				 
			
				
					
						
							
							
								Fu Zhi Bo 
							
						 
					 
					
						
						
							
						
						3a468a1ffd 
					 
					
						
						
							
							Refactor the touch sensor driver  
						
						
						
						
					 
					
						2019-11-27 20:08:44 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						adfc06a530 
					 
					
						
						
							
							Merge branch 'master' into feature/esp32s2beta_merge  
						
						
						
						
					 
					
						2019-09-20 10:28:37 +10:00 
						 
				 
			
				
					
						
							
							
								Wang Fang 
							
						 
					 
					
						
						
							
						
						fb0bf099a3 
					 
					
						
						
							
							Add Chinese translation for touch_pad.rst in api-reference:  
						
						... 
						
						
						
						1. Add link to en/api-reference/peripherals/touch_pad.rst
2. Add Chinese translation to zh_CN/api-reference/peripherals/touch_pad.rst 
						
						
					 
					
						2019-09-17 11:22:30 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						438d513a95 
					 
					
						
						
							
							Merge branch 'master' into feature/esp32s2beta_merge  
						
						
						
						
					 
					
						2019-09-16 16:18:48 +10:00 
						 
				 
			
				
					
						
							
							
								Hao Ning 
							
						 
					 
					
						
						
							
						
						eb2ddbfe48 
					 
					
						
						
							
							add chinese translation for timer.rst in api-reference folder  
						
						
						
						
					 
					
						2019-09-04 17:09:13 +08:00 
						 
				 
			
				
					
						
							
							
								fuzhibo 
							
						 
					 
					
						
						
							
						
						572084821b 
					 
					
						
						
							
							add Comment for touchpad  
						
						
						
						
					 
					
						2019-08-07 11:39:17 +08:00 
						 
				 
			
				
					
						
							
							
								Wang Fang 
							
						 
					 
					
						
						
							
						
						2864d6deb3 
					 
					
						
						
							
							Add Chinese translation for index.rst files and esp_wifi.rst file in api-reference following Kirill's English review, including:  
						
						... 
						
						
						
						-network/index.rst
-network/esp_wifi.rst
-peripherals/index.rst
-provisioning/index.rst 
						
						
					 
					
						2019-05-15 21:05:44 +08:00 
						 
				 
			
				
					
						
							
							
								Darian Leung 
							
						 
					 
					
						
						
							
						
						1d2727f4c8 
					 
					
						
						
							
							CAN Driver  
						
						... 
						
						
						
						The following commit contains the first version of the ESP32 CAN Driver.
closes  #544  
						
						
					 
					
						2018-07-04 14:01:57 +08:00 
						 
				 
			
				
					
						
							
							
								michael 
							
						 
					 
					
						
						
							
						
						85b08684e3 
					 
					
						
						
							
							doc(sdio_slave): add descriptions about conflicts on MTDI pin  
						
						
						
						
					 
					
						2018-06-14 12:04:23 +08:00 
						 
				 
			
				
					
						
							
							
								michael 
							
						 
					 
					
						
						
							
						
						1b45e1117b 
					 
					
						
						
							
							doc(sdio_slave): documentation for SDIO slave driver  
						
						
						
						
					 
					
						2018-05-21 23:48:56 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						e148c2a12c 
					 
					
						
						
							
							docs: update SDMMC and SDSPI documentation  
						
						... 
						
						
						
						- Split SDMMC page into pages about SDMMC/SDSPI hosts and a page about
   the protocol layer.
- Use autogenerated API reference instead of manually generated one.
- Add information about SDIO APIs. 
						
						
					 
					
						2018-04-11 11:07:13 +08:00 
						 
				 
			
				
					
						
							
							
								krzychb 
							
						 
					 
					
						
						
							
						
						097adc3a33 
					 
					
						
						
							
							Moved files into separate folders per 'en' and 'zh_CN' language version and linked 'zh_CN' files back to 'en' files if translation is not yet available  
						
						
						
						
					 
					
						2018-03-13 21:57:08 +01:00