From 776684fa845e53376517d0e62440ccb6408d2604 Mon Sep 17 00:00:00 2001 From: Wang Fang Date: Fri, 26 Feb 2021 10:35:21 +0800 Subject: [PATCH] docs: provide the link to pcb layout for ethernet board v1.2 and fix a typo in freetos/task --- components/freertos/include/freertos/task.h | 4 ++-- docs/en/hw-reference/esp32/get-started-ethernet-kit.rst | 6 ++++-- docs/zh_CN/hw-reference/esp32/get-started-ethernet-kit.rst | 2 ++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/components/freertos/include/freertos/task.h b/components/freertos/include/freertos/task.h index 78cdc8ff69..44d8055afb 100644 --- a/components/freertos/include/freertos/task.h +++ b/components/freertos/include/freertos/task.h @@ -2080,7 +2080,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. * @@ -2246,7 +2246,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 diff --git a/docs/en/hw-reference/esp32/get-started-ethernet-kit.rst b/docs/en/hw-reference/esp32/get-started-ethernet-kit.rst index b58dd1def1..6c52fe010e 100644 --- a/docs/en/hw-reference/esp32/get-started-ethernet-kit.rst +++ b/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 `_ (PDF) +* `ESP32-Ethernet-Kit PoE Board (B) PCB Layout `_ (PDF) * `ESP32 Datasheet `_ (PDF) * `ESP32-WROVER-E Datasheet `_ (PDF) * :doc:`../../api-guides/jtag-debugging/index` diff --git a/docs/zh_CN/hw-reference/esp32/get-started-ethernet-kit.rst b/docs/zh_CN/hw-reference/esp32/get-started-ethernet-kit.rst index 9b4744db95..bc152f6f9e 100644 --- a/docs/zh_CN/hw-reference/esp32/get-started-ethernet-kit.rst +++ b/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 布局图 `_ (PDF) +* `ESP32-Ethernet-Kit PoE 子板(B 板)PCB 布局图 `_ (PDF) * `ESP32 技术规格书 `_ (PDF) * `ESP32-WROVER-E 技术规格书 `_ (PDF) * :doc:`../../api-guides/jtag-debugging/index`