mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
docs(i3c): Add i3c master programming guide
This commit is contained in:
@@ -209,6 +209,10 @@ I2C_DOCS = [
|
||||
'api-reference/peripherals/i2c_slave_v1.rst',
|
||||
]
|
||||
|
||||
I3C_DOCS = [
|
||||
'api-reference/peripherals/i3c_master.rst',
|
||||
]
|
||||
|
||||
SPI_DOCS = [
|
||||
'api-reference/peripherals/spi_master.rst',
|
||||
'api-reference/peripherals/spi_slave.rst',
|
||||
@@ -377,6 +381,7 @@ conditional_include_dict = {
|
||||
'SOC_TOUCH_SENSOR_SUPPORTED': TOUCH_SENSOR_DOCS,
|
||||
'SOC_TWAI_SUPPORTED': TWAI_DOCS,
|
||||
'SOC_I2C_SUPPORTED': I2C_DOCS,
|
||||
'SOC_I3C_MASTER_SUPPORTED': I3C_DOCS,
|
||||
'SOC_GPSPI_SUPPORTED': SPI_DOCS,
|
||||
'SOC_I2S_SUPPORTED': I2S_DOCS,
|
||||
'SOC_LP_I2S_SUPPORTED': LP_I2S_DOCS,
|
||||
|
||||
Reference in New Issue
Block a user