| 
							
							
								 Darian Leung | 2f2df82bc5 | twai: Enable ESP32 errata workarounds by default | 2022-02-23 20:22:02 +08:00 |  | 
			
				
					| 
							
							
								 laokaiyao | cf353c505a | i2c: support esp32h2 | 2022-02-23 15:19:37 +08:00 |  | 
			
				
					| 
							
							
								 Marius Vikhammer | 6d50a8dd7a | docs: remove peripherals that are not supported from C2 docs | 2022-02-16 10:22:46 +08:00 |  | 
			
				
					| 
							
							
								 Zenithal | eb4555fcba | docs: tinyusb: fix typo | 2022-02-10 21:55:58 +08:00 |  | 
			
				
					| 
							
							
								 Aditya Patwardhan | bb7be628a0 | Digital Signature (ds):) Update the documentation for esp_ds_sign and esp_ds_start_sign with additional information.
ii) Updated the DS docs for signature calculation.
Closes https://github.com/espressif/esp-idf/issues/8242 | 2022-02-07 12:44:06 +08:00 |  | 
			
				
					| 
							
							
								 morris | 9f893130ad | Merge branch 'feature/lcd_i2c_oled_example' into 'master' lcd: add i2c oled example
See merge request espressif/esp-idf!16506 | 2022-01-28 04:07:34 +00:00 |  | 
			
				
					| 
							
							
								 songruojing | 31f9a69454 | ledc: Update LEDC programming guide Add source clock in timer config
Add fade end callback and ledc_fade_stop usage
Explain ledc_fade_mode_t difference and limitation | 2022-01-27 19:13:53 +08:00 |  | 
			
				
					| 
							
							
								 Omar Chebib | 08b1d7544b | Merge branch 'breaking/remove_custom_uart_isr' into 'master' UART & I2C: remove custom ISR registration function
See merge request espressif/esp-idf!16798 | 2022-01-26 03:54:14 +00:00 |  | 
			
				
					| 
							
							
								 Zim Kalinowski | 67f51a4ce5 | Merge branch 'bugfix/riscv_i2c_description' into 'master' i2c: fix the controller count in the header description
Closes IDFGH-6476
See merge request espressif/esp-idf!16718 | 2022-01-26 03:13:07 +00:00 |  | 
			
				
					| 
							
							
								 Omar Chebib | 473974c8f6 | UART & I2C: remove custom ISR registration function Breaking change for v5.0: custom UART ISR and I2C ISR cannot be installed anymore. | 2022-01-25 14:46:43 +08:00 |  | 
			
				
					| 
							
							
								 morris | 24e6fdf3c6 | lcd: add i2c oled example with lvgl port | 2022-01-21 11:21:38 +08:00 |  | 
			
				
					| 
							
							
								 morris | 821634b24e | lcd: add rgb panel example | 2022-01-20 22:09:23 +08:00 |  | 
			
				
					| 
							
							
								 laokaiyao | cf049e15ed | esp8684: rename target to esp32c2 | 2022-01-19 11:08:57 +08:00 |  | 
			
				
					| 
							
							
								 Ivan Grokhotkov | 39f2b8a28b | Merge branch 'doc/esp32s3_sdmmc' into 'master' docs: peripherals: update SD related docs for ESP32-S3
Closes IDF-3297
See merge request espressif/esp-idf!16702 | 2022-01-18 09:30:14 +00:00 |  | 
			
				
					| 
							
							
								 morris | a298e44b33 | gptimer: added a section to describe the thread safety | 2022-01-18 10:06:26 +08:00 |  | 
			
				
					| 
							
							
								 morris | a611b39254 | lcd: update i80 lcd example to work with PSRAM | 2022-01-14 11:35:34 +08:00 |  | 
			
				
					| 
							
							
								 Omar Chebib | bb730292d4 | i2c: fix the controller count in the header description Closes https://github.com/espressif/esp-idf/issues/8133 | 2022-01-13 18:25:41 +08:00 |  | 
			
				
					| 
							
							
								 Armando | 6a74cb695d | spi: support spi on 8684 | 2022-01-12 11:30:29 +08:00 |  | 
			
				
					| 
							
							
								 Ivan Grokhotkov | ee1b48163f | docs: peripherals: update SD related docs for ESP32-S3 | 2022-01-11 18:36:51 +01:00 |  | 
			
				
					| 
							
							
								 morris | e36f47a153 | doc: API reference for GPTimer | 2022-01-07 14:59:09 +08:00 |  | 
			
				
					| 
							
							
								 Darian | d95b15c557 | Merge branch 'feature/usb_host_cleanup' into 'master' USB: Host stack cleanup and QOL update
Closes IDFGH-6120, IDF-2747, IDFGH-4592, and IDFGH-6402
See merge request espressif/esp-idf!16349 | 2022-01-06 12:18:47 +00:00 |  | 
			
				
					| 
							
							
								 Darian Leung | ada1c9c5b8 | usb: Add USB Host Library documentation This commit adds the USB Host Library documentation and fixes some nitpicks
in the Host Stack types.
Closes https://github.com/espressif/esp-idf/issues/6408 | 2022-01-06 15:15:32 +08:00 |  | 
			
				
					| 
							
							
								 Darian Leung | b3e889de1c | docs: Update TWAI docs for ESP32-S3 | 2022-01-06 10:04:29 +08:00 |  | 
			
				
					| 
							
							
								 Marius Vikhammer | 3e756e809e | docs: update docs with S3 specific information. | 2022-01-06 10:04:25 +08:00 |  | 
			
				
					| 
							
							
								 Tomas Rezucha | 6330d5d312 | usb: Extend CDC device with second CDC channel Closes https://github.com/espressif/esp-idf/issues/7020
Closes https://github.com/espressif/esp-idf/pull/8011 | 2022-01-05 08:18:03 +01:00 |  | 
			
				
					| 
							
							
								 Wang Fang | 56e2efcb3f | doc: update usb pins and provide a note in api-reference/uart | 2021-12-28 18:33:18 +08:00 |  | 
			
				
					| 
							
							
								 Michael (XIAO Xufeng) | 54dcd4d4d6 | docs/sdspi: add documentation about sharing SPI bus among SD card and other devices | 2021-12-27 04:39:32 +00:00 |  | 
			
				
					| 
							
							
								 laokaiyao | 45ea21e8a0 | doc: add application notes for i2s | 2021-12-23 18:59:56 +08:00 |  | 
			
				
					| 
							
							
								 morris | 8f2199cd88 | timer: unit test and doc update for esp8684 | 2021-12-23 11:54:41 +08:00 |  | 
			
				
					| 
							
							
								 Marius Vikhammer | 82325f6037 | docs: update docs to be able to build with esp8684 | 2021-12-20 10:32:49 +08:00 |  | 
			
				
					| 
							
							
								 Armando | 4dc0d6b2fe | adc: support adc dma driver on all chips | 2021-12-16 00:19:15 +00:00 |  | 
			
				
					| 
							
							
								 morris | d87b6ec7e2 | Merge branch 'feature/gc9a01_driver_pr' into 'master' lcd: added gc9a01 driver (PR + Example)
Closes IDFGH-6232
See merge request espressif/esp-idf!15985 | 2021-12-14 05:26:05 +00:00 |  | 
			
				
					| 
							
							
								 Kevin (Lao Kaiyao) | 9bc274b47b | Merge branch 'refactor/i2s_deprecate_confusing_names' into 'master' i2s: deprecate confusing names
Closes IDF-4368
See merge request espressif/esp-idf!16088 | 2021-12-07 11:52:44 +00:00 |  | 
			
				
					| 
							
							
								 morris | c043c43247 | lcd: gc9a01 meter example We take the GC9A01 as an example to illustrate how to implement user's
own panel driver in their project folder, without making the esp-idf
dirty. | 2021-12-01 22:22:19 +08:00 |  | 
			
				
					| 
							
							
								 Laukik Hase | 1df7f340be | docs: Fix spell and grammatical errors - PCNT
- ESP-TLS
- ESP WebSocket Client | 2021-11-26 10:48:56 +05:30 |  | 
			
				
					| 
							
							
								 radim.karnis | 5d55d34481 | docs: Update references to esptool docs | 2021-11-24 10:28:39 +01:00 |  | 
			
				
					| 
							
							
								 laokaiyao | fa4e77eb44 | i2s: deprecate confusing names | 2021-11-24 13:21:13 +08:00 |  | 
			
				
					| 
							
							
								 Dai Zi Yan | 1ca83a5bc9 | Update CN trans for timers.rst and ota.rst | 2021-11-23 07:16:11 +00:00 |  | 
			
				
					| 
							
							
								 Armando | 10f611fc42 | docs: add adc calibration docs on c3 and s3 | 2021-11-09 16:14:16 +08:00 |  | 
			
				
					| 
							
							
								 Kevin (Lao Kaiyao) | a9faafee3c | Merge branch 'feature/touch_sensor_driver_support_for_esp32s3' into 'master' driver(touch): support touch sensor for esp32s3 platform
Closes IDF-1784 and IDF-3302
See merge request espressif/esp-idf!14102 | 2021-10-12 05:50:58 +00:00 |  | 
			
				
					| 
							
							
								 laokaiyao | a1cadba191 | touch_sensor: apply general check | 2021-10-08 11:32:12 +08:00 |  | 
			
				
					| 
							
							
								 laokaiyao | fc73e2b7bd | doc/touch: update touch sensor doc for S3 | 2021-10-08 10:39:46 +08:00 |  | 
			
				
					| 
							
							
								 suda-morris | aa73e423d4 | lcd: initial build of API docs | 2021-10-02 14:23:31 +08:00 |  | 
			
				
					| 
							
							
								 morris | 03bf1b8ce9 | Merge branch 'feature/rmt_new_example_step_motor' into 'master' feature/rmt: new example step motor & support loop auto-stop on s3
Closes IDF-3587
See merge request espressif/esp-idf!14587 | 2021-09-27 03:47:24 +00:00 |  | 
			
				
					| 
							
							
								 SalimTerryLi | bd89dcc683 | RMT: add loop_autostop driver support for esp32s3 | 2021-09-24 15:24:45 +08:00 |  | 
			
				
					| 
							
							
								 daiziyan | aca4a18c50 | docs:update CN translation for bootloader, partition-tables, i2c, and ledc | 2021-09-18 19:25:38 +08:00 |  | 
			
				
					| 
							
							
								 morris | 502e132e5d | Merge branch 'feature/fast_gpio_c3' into 'master' fast gpio support on esp32-c3
Closes IDF-3783
See merge request espressif/esp-idf!14986 | 2021-09-14 06:09:34 +00:00 |  | 
			
				
					| 
							
							
								 morris | 25f723765e | Merge branch 'feature/lcd_driver_follow_up' into 'master' lcd: add PM lock
Closes IDF-3631, IDF-3704, and IDF-3317
See merge request espressif/esp-idf!14880 | 2021-09-10 03:14:50 +00:00 |  | 
			
				
					| 
							
							
								 SalimTerryLi | 932d4d13f0 | MCPWM/sync: expose API for configuring timer sync removed example: mcpwm_basic_config
Closes https://github.com/espressif/esp-idf/issues/5429
Co-authored-by: wubowen <wubowen@espressif.com> | 2021-09-09 17:33:37 +08:00 |  | 
			
				
					| 
							
							
								 morris | a6661bdf90 | lcd: spi-lcd send command and parameter with big-endian | 2021-09-08 11:30:30 +08:00 |  |