mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-04 04:25:41 +08:00
Merge branch 'docs/add_new_docs_to_script_v3.1' into 'release/v3.1'
Add new docs to script (backport v3.1) See merge request sdk/ESP8266_RTOS_SDK!749
This commit is contained in:
@ -52,7 +52,10 @@ INPUT = \
|
|||||||
../../components/esp8266/include/driver/gpio.h \
|
../../components/esp8266/include/driver/gpio.h \
|
||||||
../../components/esp8266/include/driver/i2c.h \
|
../../components/esp8266/include/driver/i2c.h \
|
||||||
../../components/esp8266/include/driver/pwm.h \
|
../../components/esp8266/include/driver/pwm.h \
|
||||||
../../components/esp8266/include/driver/uart.h
|
../../components/esp8266/include/driver/uart.h \
|
||||||
|
../../components/esp8266/include/driver/adc.h \
|
||||||
|
../../components/esp8266/include/driver/spi.h \
|
||||||
|
../../components/esp8266/include/driver/hw_timer.h
|
||||||
##
|
##
|
||||||
|
|
||||||
## Get warnings for functions that have no documentation for their parameters or return value
|
## Get warnings for functions that have no documentation for their parameters or return value
|
||||||
|
@ -6,3 +6,6 @@ API Guides
|
|||||||
|
|
||||||
Build System <build-system>
|
Build System <build-system>
|
||||||
Partition Tables <partition-tables>
|
Partition Tables <partition-tables>
|
||||||
|
System Task <system-tasks>
|
||||||
|
PWM and Sniffer Coexists <pwm-and-sniffer-coexists>
|
||||||
|
FOTA from an Old SDK to the New ESP8266 RTOS SDK (IDF Style) <fota-from-old-new>
|
||||||
|
7
docs/en/api-reference/peripherals/adc.rst
Normal file
7
docs/en/api-reference/peripherals/adc.rst
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
ADC
|
||||||
|
===
|
||||||
|
|
||||||
|
API Reference
|
||||||
|
-------------
|
||||||
|
|
||||||
|
.. include:: /_build/inc/adc.inc
|
7
docs/en/api-reference/peripherals/hw_timer.rst
Normal file
7
docs/en/api-reference/peripherals/hw_timer.rst
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Hardware Timer
|
||||||
|
==============
|
||||||
|
|
||||||
|
API Reference
|
||||||
|
-------------
|
||||||
|
|
||||||
|
.. include:: /_build/inc/hw_timer.inc
|
@ -6,8 +6,11 @@ Peripherals API
|
|||||||
|
|
||||||
GPIO <gpio>
|
GPIO <gpio>
|
||||||
I2C <i2c>
|
I2C <i2c>
|
||||||
|
SPI <spi>
|
||||||
PWM <pwm>
|
PWM <pwm>
|
||||||
UART <uart>
|
UART <uart>
|
||||||
|
ADC <adc>
|
||||||
|
Hardware Timer <hw_timer>
|
||||||
|
|
||||||
Example code for this API section is provided in :example:`peripherals` directory of ESP-IDF examples.
|
Example code for this API section is provided in :example:`peripherals` directory of ESP-IDF examples.
|
||||||
|
|
||||||
|
7
docs/en/api-reference/peripherals/spi.rst
Normal file
7
docs/en/api-reference/peripherals/spi.rst
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
SPI
|
||||||
|
===
|
||||||
|
|
||||||
|
API Reference
|
||||||
|
-------------
|
||||||
|
|
||||||
|
.. include:: /_build/inc/spi.inc
|
Reference in New Issue
Block a user