docs(parlio_tx): add programming guide

This commit is contained in:
Chen Jichang
2025-01-10 16:07:52 +08:00
parent 25cd10ce53
commit 487a306cdd
19 changed files with 1009 additions and 73 deletions
+5 -1
View File
@@ -115,7 +115,11 @@ MCPWM_DOCS = ['api-reference/peripherals/mcpwm.rst']
DEDIC_GPIO_DOCS = ['api-reference/peripherals/dedic_gpio.rst']
PARLIO_DOCS = ['api-reference/peripherals/parlio.rst']
PARLIO_DOCS = [
'api-reference/peripherals/parlio/index.rst',
'api-reference/peripherals/parlio/parlio_tx.rst',
'api-reference/peripherals/parlio/parlio_rx.rst',
]
PCNT_DOCS = ['api-reference/peripherals/pcnt.rst']