Merge branch 'bugfix/docs_small_corrections' into 'master'

Bugfix/docs small corrections

See merge request idf/esp-idf!2025
This commit is contained in:
Ivan Grokhotkov
2018-03-13 17:43:00 +08:00
7 changed files with 27 additions and 23 deletions

View File

@@ -40,7 +40,7 @@ CPU A as well and returns control to the calling code.
Additionally, all API functions are protected with a mutex (s_flash_op_mutex).
In a single core environment (CONFIG_FREERTOS_UNICORE enabled), we simply
In a single core environment (:ref:`CONFIG_FREERTOS_UNICORE` enabled), we simply
disable both caches, no inter-CPU communication takes place.
API Reference - SPI Flash

View File

@@ -3,7 +3,7 @@
See also
--------
- :doc:`FAT Filesystem <../../api-guides/partition-tables>`
- :doc:`FAT Filesystem <./fatfs>`
- :doc:`Partition Table documentation <../../api-guides/partition-tables>`
Application Example