mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
docs: provide the link to pcb layout for ethernet board v1.2 and fix a typo in freetos/task
This commit is contained in:
@@ -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
|
* the Blocked state for a notification to be received, should a notification
|
||||||
* not already be pending when xTaskNotifyWait() was called. The task
|
* not already be pending when xTaskNotifyWait() was called. The task
|
||||||
* will not consume any processing time while it is in the Blocked state. This
|
* 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
|
* used to convert a time specified in milliseconds to a time specified in
|
||||||
* ticks.
|
* ticks.
|
||||||
*
|
*
|
||||||
@@ -2250,7 +2250,7 @@ void vTaskNotifyGiveFromISR( TaskHandle_t xTaskToNotify, BaseType_t *pxHigherPri
|
|||||||
* should the count not already be greater than zero when
|
* should the count not already be greater than zero when
|
||||||
* ulTaskNotifyTake() was called. The task will not consume any processing
|
* ulTaskNotifyTake() was called. The task will not consume any processing
|
||||||
* time while it is in the Blocked state. This is specified in kernel ticks,
|
* 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.
|
* specified in milliseconds to a time specified in ticks.
|
||||||
*
|
*
|
||||||
* @return The task's notification count before it is either cleared to zero or
|
* @return The task's notification count before it is either cleared to zero or
|
||||||
|
@@ -391,8 +391,10 @@ Other Versions of ESP32-Ethernet-Kit
|
|||||||
Related Documents
|
Related Documents
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
* `ESP32-Ethernet-Kit V1.2 Ethernet board (A) schematic`_ (PDF)
|
* `ESP32-Ethernet-Kit V1.2 Ethernet Board (A) Schematic`_ (PDF)
|
||||||
* `ESP32-Ethernet-Kit PoE board (B) 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 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)
|
* `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`
|
* :doc:`../../api-guides/jtag-debugging/index`
|
||||||
|
@@ -400,6 +400,8 @@ ESP32-Ethernet-Kit 的其他版本
|
|||||||
|
|
||||||
* `ESP32-Ethernet-Kit V1.2 以太网母板(A 板)原理图`_ (PDF)
|
* `ESP32-Ethernet-Kit V1.2 以太网母板(A 板)原理图`_ (PDF)
|
||||||
* `ESP32-Ethernet-Kit PoE 子板(B 板)原理图`_ (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 技术规格书 <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)
|
* `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`
|
* :doc:`../../api-guides/jtag-debugging/index`
|
||||||
|
Reference in New Issue
Block a user