Skip to content

Commit 5bf7ff5

Browse files
committed
doc: add link http://elm-chan.org/ to linkcheck_ignore
Signed-off-by: Jingru <[email protected]>
1 parent f2b81e8 commit 5bf7ff5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/documents/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@
182182
intersphinx_mapping = {'https://docs.python.org/': None}
183183

184184
linkcheck_ignore = [
185-
'http://www.solomon-systech.com/en/product/display-ic/oled-driver-controller/ssd1306/',
185+
'http://www.solomon-systech.com/en/product/display-ic/oled-driver-controller/ssd1306/',
186+
'http://elm-chan.org/',
186187
]
187188

188189
rst_epilog = u"""

doc/documents/getting_started/peripheral_preparation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ Driver code at ``embarc_osp/device/peripheral/adc/ad7991``.
7777
`ESP01\/ESP01S <https://wiki.ai-thinker.com/esp8266/docs>`_ : Primary IC type is ESP8266, use **UART** interface for data changing and controlling.
7878
Driver code at ``embarc_osp/device/peripheral/wifi/slip_esp``.
7979

80-
The ESP01/ESP01S module is not originally a PMOD module, however it is PMOD compatible, meaning that you can wire it to PMOD interface on board. You need to connect GND(embARC) to GND(ESP) , 3.3V(embARC) to VCC(ESP), RXD(embARC) to TXD(ESP), and TXD(embARC) to RXD(ESP), respectively. Please take reference from datasheet of `ESP01\/ESP01S <http://wiki.ai-thinker.com/esp8266/docs>`_ and UART (type 4A) part of `Digilent Pmod Spec <https://www.digilentinc.com/Pmods/Digilent-Pmod_%20Interface_Specification.pdf>`_ for pin layout.
80+
The ESP01/ESP01S module is not originally a PMOD module, however it is PMOD compatible, meaning that you can wire it to PMOD interface on board. You need to connect GND(embARC) to GND(ESP) , 3.3V(embARC) to VCC(ESP), RXD(embARC) to TXD(ESP), and TXD(embARC) to RXD(ESP), respectively. Please take reference from datasheet of `ESP01\/ESP01S <https://wiki.ai-thinker.com/esp8266/docs>`_ and UART (type 4A) part of `Digilent Pmod Spec <https://www.digilentinc.com/Pmods/Digilent-Pmod_%20Interface_Specification.pdf>`_ for pin layout.

0 commit comments

Comments
 (0)