mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
fix dead link docs (#4221)
This commit is contained in:
@ -42,7 +42,7 @@ following three things right: 1. Module is provided with enough power,
|
||||
resistors, 3. Module is put into boot loader mode.
|
||||
|
||||
For specific details please refer to section on `Generic ESP8266
|
||||
modules <../boards.md#generic-esp8266-modules>`__. Example modules
|
||||
modules <../boards.rst#generic-esp8266-modules>`__. Example modules
|
||||
without USB to serial converter on board are shown below.
|
||||
|
||||
.. figure:: pictures/a01-example-boards-without-usb.png
|
||||
@ -128,7 +128,7 @@ follows:
|
||||
``ets Jan 8 2013,rst cause:2, boot mode:(1,7)``
|
||||
|
||||
If you see similar message but different values then decode them using
|
||||
`Boot Messages and Modes <../boards.md#boot-messages-and-modes>`__. The
|
||||
`Boot Messages and Modes <../boards.rst#boot-messages-and-modes>`__. The
|
||||
key information is contained in first digit / three right-most bits of
|
||||
the boot mode message as shown below.
|
||||
|
||||
@ -140,9 +140,9 @@ the boot mode message as shown below.
|
||||
For instance message ``boot mode (3,3)`` indicates that pins GPIO2 and
|
||||
GPIO0 are set HIGH and GPIO15 is set LOW. This is configuration for
|
||||
`normal
|
||||
operation <../boards.md#minimal-hardware-setup-for-running-only>`__ of
|
||||
operation <../boards.rst#minimal-hardware-setup-for-running-only>`__ of
|
||||
module (to execute application from flash), not for `boot
|
||||
loading <../boards.md#minimal-hardware-setup-for-bootloading-only>`__
|
||||
loading <../boards.rst#minimal-hardware-setup-for-bootloading-only>`__
|
||||
(flash programming).
|
||||
|
||||
Note: Without having this step right you will not be able to upload
|
||||
@ -391,4 +391,4 @@ Test stand used for checking of ck reset method is shown above.
|
||||
|
||||
No any ESP module has been harmed during preparation of this FAQ item.
|
||||
|
||||
`FAQ list :back: <readme.md>`__
|
||||
`FAQ list :back: <readme.rst>`__
|
||||
|
@ -83,7 +83,7 @@ is wrong, it restarts itself to tell you about it.
|
||||
There are two typical scenarios that trigger ESP restarts:
|
||||
|
||||
- **Exception** - when code is performing `illegal
|
||||
operation <https://github.com/esp8266/Arduino/blob/master/doc/exception_causes.md>`__,
|
||||
operation <https://github.com/esp8266/Arduino/blob/master/doc/exception_causes.rst>`__,
|
||||
like trying to write to non-existent memory location.
|
||||
- **Watchdog** - if code is `locked
|
||||
up <https://en.wikipedia.org/wiki/Watchdog_timer>`__ staying too long
|
||||
@ -104,7 +104,7 @@ Typical restart because of exception looks like follows:
|
||||
Exception cause decoding
|
||||
|
||||
Start with looking up exception code in the `Exception Causes
|
||||
(EXCCAUSE) <https://github.com/esp8266/Arduino/blob/master/doc/exception_causes.md>`__
|
||||
(EXCCAUSE) <https://github.com/esp8266/Arduino/blob/master/doc/exception_causes.rst>`__
|
||||
table to understand what kind of issue it is. If you have no clues what
|
||||
it's about and where it happens, then use `Arduino ESP8266/ESP32
|
||||
Exception Stack Trace
|
||||
@ -361,4 +361,4 @@ Be specific and isolate the issue. Then ask community for support. There
|
||||
are plenty of people that like to work with ESP and willing to help with
|
||||
your problem.
|
||||
|
||||
`FAQ list :back: <readme.md>`__
|
||||
`FAQ list :back: <readme.rst>`__
|
||||
|
@ -16,7 +16,7 @@ Introduction
|
||||
|
||||
You would like to use this Arduino library with ESP8266 and it doesn't
|
||||
perform. It is not listed among `libraries verified to work with
|
||||
ESP8266 <../doc/libraries.md#other-libraries-not-included-with-the-ide>`__.
|
||||
ESP8266 <../libraries.rst#other-libraries-not-included-with-the-ide>`__.
|
||||
You couldn't find any evidence on internet that it is compatible.
|
||||
|
||||
What are the odds to make it working?
|
||||
@ -77,7 +77,7 @@ Exceptions / Watchdog Resets
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
To troubleshoot resets follow FAQ item `My ESP crashes running some
|
||||
code <a02-my-esp-crashes.md>`__.
|
||||
code <a02-my-esp-crashes.rst>`__.
|
||||
|
||||
Functionality Issues
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
@ -109,4 +109,4 @@ the ESP8266 is shrinking. Community of ESP8266 enthusiasts is growing.
|
||||
If you are unable to resolve the issues yourself, there are very good
|
||||
odds that you will be able to find somebody else to help you.
|
||||
|
||||
`FAQ list :back: <readme.md>`__
|
||||
`FAQ list :back: <readme.rst>`__
|
||||
|
@ -54,7 +54,7 @@ follows:
|
||||
Error compiling for board Generic ESP8266 Module.
|
||||
|
||||
Below is an example messages for
|
||||
`WeMos <https://github.com/esp8266/Arduino/blob/master/doc/boards.md#wemos-d1>`__:
|
||||
`WeMos <https://github.com/esp8266/Arduino/blob/master/doc/boards.rst#wemos-d1>`__:
|
||||
|
||||
::
|
||||
|
||||
@ -62,7 +62,7 @@ Below is an example messages for
|
||||
Error compiling for board WeMos D1 R2 & mini.
|
||||
|
||||
... and another one for `Adafruit
|
||||
HUZZAH <https://github.com/esp8266/Arduino/blob/master/doc/boards.md#adafruit-huzzah-esp8266-esp-12>`__:
|
||||
HUZZAH <https://github.com/esp8266/Arduino/blob/master/doc/boards.rst#adafruit-huzzah-esp8266-esp-12>`__:
|
||||
|
||||
::
|
||||
|
||||
|
Reference in New Issue
Block a user