summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/configs/ez80f910200kitg/ostest/defconfig6
-rw-r--r--nuttx/configs/ez80f910200zco/nettest/defconfig5
-rw-r--r--nuttx/configs/ez80f910200zco/nsh/defconfig6
-rw-r--r--nuttx/configs/ez80f910200zco/ostest/defconfig6
4 files changed, 19 insertions, 4 deletions
diff --git a/nuttx/configs/ez80f910200kitg/ostest/defconfig b/nuttx/configs/ez80f910200kitg/ostest/defconfig
index 68b31cf1f..67959f5bd 100644
--- a/nuttx/configs/ez80f910200kitg/ostest/defconfig
+++ b/nuttx/configs/ez80f910200kitg/ostest/defconfig
@@ -116,6 +116,8 @@ CONFIG_UART1_2STOP=0
#
# CONFIG_EZ80_EMAC - Enables support for ez80 EMAC driver.
# CONFIG_EZ80_FIAD - Provides the MII address of the PHY device
+# CONFIG_EZ80_PHYAM79C874 - Define for Am79c874 PHY
+# CONFIG_EZ80_RAMADDR - Address of internal SRAM (default is 0xffc000)
# CONFIG_EZ80_PKTBUFSIZE, CONFIG_EZ80_NTXPKTBUFS, and CONFIG_EZ80_NRXPKTBUFS -
# The size of one packet buffer and the number of Rx and Tx packet
# buffers. This must add up to exactly 8192 bytes.
@@ -128,6 +130,8 @@ CONFIG_UART1_2STOP=0
# fully implemented
CONFIG_EZ80_EMAC=n
CONFIG_EZ80_FIAD=0x1f
+CONFIG_EZ80_PHYAM79C874=y
+CONFIG_EZ80_RAMADDR=0xf7c000
CONFIG_EZ80_PKTBUFSIZE=64
CONFIG_EZ80_NTXPKTBUFS=64
CONFIG_EZ80_NRXPKTBUFS=64
@@ -243,7 +247,7 @@ CONFIG_DISABLE_POLL=y
# CONFIG_NOPRINTF_FIELDWIDTH - sprintf-related logic is a
# little smaller if we do not support fieldwidthes
#
-CONFIG_NOPRINTF_FIELDWIDTH=y
+CONFIG_NOPRINTF_FIELDWIDTH=n
#
# Allow for architecture optimized implementations
diff --git a/nuttx/configs/ez80f910200zco/nettest/defconfig b/nuttx/configs/ez80f910200zco/nettest/defconfig
index 9d3753bd6..65254a192 100644
--- a/nuttx/configs/ez80f910200zco/nettest/defconfig
+++ b/nuttx/configs/ez80f910200zco/nettest/defconfig
@@ -119,6 +119,7 @@ CONFIG_UART1_2STOP=0
#
# CONFIG_EZ80_EMAC - Enables support for ez80 EMAC driver.
# CONFIG_EZ80_FIAD - Provides the MII address of the PHY device
+# CONFIG_EZ80_PHYAM79C874 - Define for Am79c874 PHY
# CONFIG_EZ80_PKTBUFSIZE, CONFIG_EZ80_NTXPKTBUFS, and CONFIG_EZ80_NRXPKTBUFS -
# The size of one packet buffer and the number of Rx and Tx packet
# buffers. This must add up to exactly 8192 bytes.
@@ -131,6 +132,8 @@ CONFIG_UART1_2STOP=0
# fully implemented
CONFIG_EZ80_EMAC=y
CONFIG_EZ80_FIAD=0x1f
+CONFIG_EZ80_PHYAM79C874=y
+CONFIG_EZ80_RAMADDR=0xf7c000
CONFIG_EZ80_PKTBUFSIZE=64
CONFIG_EZ80_NTXPKTBUFS=64
CONFIG_EZ80_NRXPKTBUFS=64
@@ -248,7 +251,7 @@ CONFIG_DISABLE_POLL=y
# CONFIG_NOPRINTF_FIELDWIDTH - sprintf-related logic is a
# little smaller if we do not support fieldwidthes
#
-CONFIG_NOPRINTF_FIELDWIDTH=y
+CONFIG_NOPRINTF_FIELDWIDTH=n
#
# Allow for architecture optimized implementations
diff --git a/nuttx/configs/ez80f910200zco/nsh/defconfig b/nuttx/configs/ez80f910200zco/nsh/defconfig
index b111ef779..3a667a1c8 100644
--- a/nuttx/configs/ez80f910200zco/nsh/defconfig
+++ b/nuttx/configs/ez80f910200zco/nsh/defconfig
@@ -120,6 +120,8 @@ CONFIG_UART1_2STOP=0
#
# CONFIG_EZ80_EMAC - Enables support for ez80 EMAC driver.
# CONFIG_EZ80_FIAD - Provides the MII address of the PHY device
+# CONFIG_EZ80_PHYAM79C874 - Define for Am79c874 PHY
+# CONFIG_EZ80_RAMADDR - Address of internal SRAM (default is 0xffc000)
# CONFIG_EZ80_PKTBUFSIZE, CONFIG_EZ80_NTXPKTBUFS, and CONFIG_EZ80_NRXPKTBUFS -
# The size of one packet buffer and the number of Rx and Tx packet
# buffers. This must add up to exactly 8192 bytes.
@@ -132,6 +134,8 @@ CONFIG_UART1_2STOP=0
# fully implemented
CONFIG_EZ80_EMAC=y
CONFIG_EZ80_FIAD=0x1f
+CONFIG_EZ80_PHYAM79C874=y
+CONFIG_EZ80_RAMADDR=0xf7c000
CONFIG_EZ80_PKTBUFSIZE=64
CONFIG_EZ80_NTXPKTBUFS=64
CONFIG_EZ80_NRXPKTBUFS=64
@@ -247,7 +251,7 @@ CONFIG_DISABLE_POLL=y
# CONFIG_NOPRINTF_FIELDWIDTH - sprintf-related logic is a
# little smaller if we do not support fieldwidthes
#
-CONFIG_NOPRINTF_FIELDWIDTH=y
+CONFIG_NOPRINTF_FIELDWIDTH=n
#
# Allow for architecture optimized implementations
diff --git a/nuttx/configs/ez80f910200zco/ostest/defconfig b/nuttx/configs/ez80f910200zco/ostest/defconfig
index 18945d130..e5038ab39 100644
--- a/nuttx/configs/ez80f910200zco/ostest/defconfig
+++ b/nuttx/configs/ez80f910200zco/ostest/defconfig
@@ -119,6 +119,8 @@ CONFIG_UART1_2STOP=0
#
# CONFIG_EZ80_EMAC - Enables support for ez80 EMAC driver.
# CONFIG_EZ80_FIAD - Provides the MII address of the PHY device
+# CONFIG_EZ80_PHYAM79C874 - Define for Am79c874 PHY
+# CONFIG_EZ80_RAMADDR - Address of internal SRAM (default is 0xffc000)
# CONFIG_EZ80_PKTBUFSIZE, CONFIG_EZ80_NTXPKTBUFS, and CONFIG_EZ80_NRXPKTBUFS -
# The size of one packet buffer and the number of Rx and Tx packet
# buffers. This must add up to exactly 8192 bytes.
@@ -131,6 +133,8 @@ CONFIG_UART1_2STOP=0
# fully implemented
CONFIG_EZ80_EMAC=n
CONFIG_EZ80_FIAD=0x1f
+CONFIG_EZ80_PHYAM79C874=y
+CONFIG_EZ80_RAMADDR=0xf7c000
CONFIG_EZ80_PKTBUFSIZE=64
CONFIG_EZ80_NTXPKTBUFS=64
CONFIG_EZ80_NRXPKTBUFS=64
@@ -246,7 +250,7 @@ CONFIG_DISABLE_POLL=y
# CONFIG_NOPRINTF_FIELDWIDTH - sprintf-related logic is a
# little smaller if we do not support fieldwidthes
#
-CONFIG_NOPRINTF_FIELDWIDTH=y
+CONFIG_NOPRINTF_FIELDWIDTH=n
#
# Allow for architecture optimized implementations