You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/01/10 10:03:40 UTC

[incubator-nuttx] 06/21: add bringup

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch pr68
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 06ccfd8c1f9c4d2cfd6e209da67c8e71595b6c41
Author: Adam Feuer <ad...@starcat.io>
AuthorDate: Wed Jan 8 17:41:48 2020 -0800

    add bringup
---
 boards/arm/sama5/sama5d3-xplained/src/sama5d3-xplained.h | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/boards/arm/sama5/sama5d3-xplained/src/sama5d3-xplained.h b/boards/arm/sama5/sama5d3-xplained/src/sama5d3-xplained.h
index cf9cb49..749be3d 100644
--- a/boards/arm/sama5/sama5d3-xplained/src/sama5d3-xplained.h
+++ b/boards/arm/sama5/sama5d3-xplained/src/sama5d3-xplained.h
@@ -480,7 +480,7 @@
    * KSZ9021/31) operating at 10/100/1000 Mbps.
    * The board supports RGMII interface mode.
    * The Ethernet interface consists of 4 pairs of low voltage differential
-   * pair signals designated from GRX� and GTx� plus control signals for link
+   * pair signals designated from GRX� and GTx� plus control signals for link
    * activity indicators. These signals can be used to connect to a
    * 10/100/1000 BaseT RJ45 connector integrated on the main board.
    *
@@ -803,5 +803,16 @@ int sam_can_setup(void);
 void weak_function sam_netinitialize(void);
 #endif
 
+/****************************************************************************
+ * Name: sam_bringup
+ *
+ * Description:
+ *   Bring up board features
+ *
+ ****************************************************************************/
+
+int sam_bringup(void);
+
+
 #endif /* __ASSEMBLY__ */
 #endif /* __BOARDS_ARM_SAMA5_SAMA5D3_XPLAINED_SRC_SAMA5D3_XPLAINED_H */