Add eZ80F91 EMAC driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1450 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
1f472d9415
commit
5379bcc1f1
@ -74,7 +74,7 @@ CONFIG_ARCH_CHIP_EZ80F92=n
|
||||
CONFIG_ARCH_CHIP_EZ80F93=n
|
||||
CONFIG_ARCH_BOARD=ez80f910200zco
|
||||
CONFIG_ARCH_BOARD_EZ80F910200ZCO=y
|
||||
CONFIG_ARCH_NOINTC=y
|
||||
CONFIG_ARCH_NOINTC=n
|
||||
CONFIG_ARCH_IRQPRIO=n
|
||||
CONFIG_BOARD_LOOPSPERMSEC=1250
|
||||
CONFIG_ENDIAN_BIG=y
|
||||
@ -109,6 +109,31 @@ CONFIG_UART1_PARITY=0
|
||||
CONFIG_UART0_2STOP=0
|
||||
CONFIG_UART1_2STOP=0
|
||||
|
||||
#
|
||||
# ez80 EMAC
|
||||
#
|
||||
# CONFIG_EZ80_EMAC - Enables support for ez80 EMAC driver.
|
||||
# CONFIG_EZ80_FIAD - Provides the MII address of the PHY device
|
||||
# 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.
|
||||
# CONFIG_EZ80_MDCDIV=1 - The value to use for the divider to derive
|
||||
# the MII MDC clock from SLCK. Options are 1->4; 2->6; 3->8; 4->10;
|
||||
# 5->14; 6->20; and 7->28
|
||||
# CONFIG_EZ80_TXPOLLTIMERMS - Specifies how often the EMAC controller
|
||||
# should poll for a Tx packet (milliseconds)
|
||||
# CONFIG_ARCH_MCFILTER - Enalbes multicast MAC address filtering (not
|
||||
# fully implemented
|
||||
CONFIG_EZ80_EMAC=n
|
||||
CONFIG_EZ80_FIAD=0x1f
|
||||
CONFIG_EZ80_PKTBUFSIZE=64
|
||||
CONFIG_EZ80_NTXPKTBUFS=64
|
||||
CONFIG_EZ80_NRXPKTBUFS=64
|
||||
CONFIG_EZ80_PKTBUFSIZE=64
|
||||
CONFIG_EZ80_MDCDIV=0
|
||||
CONFIG_EZ80_TXPOLLTIMERMS=10
|
||||
CONFIG_ARCH_MCFILTER=n
|
||||
|
||||
#
|
||||
# General build options
|
||||
#
|
||||
|
@ -42,7 +42,7 @@
|
||||
</tool>
|
||||
<tool name="Debugger">
|
||||
<options>
|
||||
<option name="target" type="string" change-action="rebuild">eZ80DevPlatform_F91_Flash</option>
|
||||
<option name="target" type="string" change-action="rebuild">eZ80F91ModDevKit_Flash</option>
|
||||
<option name="debugtool" type="string" change-action="none">Simulator</option>
|
||||
<option name="usepageerase" type="boolean" change-action="none">true</option>
|
||||
</options>
|
||||
@ -244,4 +244,4 @@
|
||||
<breakpoints>
|
||||
</breakpoints>
|
||||
|
||||
</project>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user