Преглед на файлове

Merge branch 'docs/provide_link_to_pcb_layout_for_ethernet_board_v4.3' into 'release/v4.3'

docs: provide the link to pcb layout for ethernet board v1.2 and fix a typo in freetos/task (v4.3)

See merge request espressif/esp-idf!13966
Krzysztof Budzynski преди 4 години
родител
ревизия
5ab8799f09

+ 2 - 2
components/freertos/include/freertos/task.h

@@ -2084,7 +2084,7 @@ BaseType_t xTaskGenericNotifyFromISR( TaskHandle_t xTaskToNotify, uint32_t ulVal
  * the Blocked state for a notification to be received, should a notification
  * not already be pending when xTaskNotifyWait() was called.  The task
  * will not consume any processing time while it is in the Blocked state.  This
- * is specified in kernel ticks, the macro pdMS_TO_TICSK( value_in_ms ) can be
+ * is specified in kernel ticks, the macro pdMS_TO_TICKS( value_in_ms ) can be
  * used to convert a time specified in milliseconds to a time specified in
  * ticks.
  *
@@ -2250,7 +2250,7 @@ void vTaskNotifyGiveFromISR( TaskHandle_t xTaskToNotify, BaseType_t *pxHigherPri
  * should the count not already be greater than zero when
  * ulTaskNotifyTake() was called.  The task will not consume any processing
  * time while it is in the Blocked state.  This is specified in kernel ticks,
- * the macro pdMS_TO_TICSK( value_in_ms ) can be used to convert a time
+ * the macro pdMS_TO_TICKS( value_in_ms ) can be used to convert a time
  * specified in milliseconds to a time specified in ticks.
  *
  * @return The task's notification count before it is either cleared to zero or

+ 4 - 2
docs/en/hw-reference/esp32/get-started-ethernet-kit.rst

@@ -391,8 +391,10 @@ Other Versions of ESP32-Ethernet-Kit
 Related Documents
 -----------------
 
-* `ESP32-Ethernet-Kit V1.2 Ethernet board (A) schematic`_ (PDF)
-* `ESP32-Ethernet-Kit PoE board (B) schematic`_ (PDF)
+* `ESP32-Ethernet-Kit V1.2 Ethernet Board (A) Schematic`_ (PDF)
+* `ESP32-Ethernet-Kit PoE Board (B) Schematic`_ (PDF)
+* `ESP32-Ethernet-Kit V1.2 Ethernet Board (A) PCB Layout <https://dl.espressif.com/dl/schematics/PCB_ESP32-Ethernet-Kit_A_V1_2_20190829.pdf>`_ (PDF)
+* `ESP32-Ethernet-Kit PoE Board (B) PCB Layout <https://dl.espressif.com/dl/schematics/PCB_ESP32-Ethernet-Kit_B_V1_0_20190306.pdf>`_ (PDF)
 * `ESP32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf>`_ (PDF)
 * `ESP32-WROVER-E Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-wrover-e_esp32-wrover-ie_datasheet_en.pdf>`_ (PDF)
 * :doc:`../../api-guides/jtag-debugging/index`

+ 2 - 0
docs/zh_CN/hw-reference/esp32/get-started-ethernet-kit.rst

@@ -400,6 +400,8 @@ ESP32-Ethernet-Kit 的其他版本
 
 * `ESP32-Ethernet-Kit V1.2 以太网母板(A 板)原理图`_ (PDF)
 * `ESP32-Ethernet-Kit PoE 子板(B 板)原理图`_ (PDF)
+* `ESP32-Ethernet-Kit V1.2 以太网母板(A 板)PCB 布局图 <https://dl.espressif.com/dl/schematics/PCB_ESP32-Ethernet-Kit_A_V1_2_20190829.pdf>`_ (PDF)
+* `ESP32-Ethernet-Kit PoE 子板(B 板)PCB 布局图 <https://dl.espressif.com/dl/schematics/PCB_ESP32-Ethernet-Kit_B_V1_0_20190306.pdf>`_ (PDF)
 * `ESP32 技术规格书 <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf>`_ (PDF)
 * `ESP32-WROVER-E 技术规格书 <https://www.espressif.com/sites/default/files/documentation/esp32-wrover-e_esp32-wrover-ie_datasheet_cn.pdf>`_ (PDF)
 * :doc:`../../api-guides/jtag-debugging/index`