Email address change in apps/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5143 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
b19a1869ec
commit
95b8d17849
|
@ -778,3 +778,9 @@ Where <subdir> is one of the following:
|
||||||
> make menuconfig
|
> make menuconfig
|
||||||
|
|
||||||
Then de-select "Networking Support" -> "Networking Support"
|
Then de-select "Networking Support" -> "Networking Support"
|
||||||
|
|
||||||
|
UPDATE: The primary problem with the ENC29J60 is a v2 board issue: The
|
||||||
|
SPI FLASH and the ENC28J60 shared the same SPI chip select signal (PA4-SPI1-NSS).
|
||||||
|
In order to finish the debug of the ENC28J60, it may be necessary to lift
|
||||||
|
the SPI FLASH chip select pin from the board.
|
||||||
|
|
||||||
|
|
|
@ -268,7 +268,7 @@ static uint16_t send_interrupt(struct uip_driver_s *dev, void *pvconn,
|
||||||
* then the send won't actually make it out... it will be replaced with
|
* then the send won't actually make it out... it will be replaced with
|
||||||
* an ARP request.
|
* an ARP request.
|
||||||
*
|
*
|
||||||
* NOTE 1: This could an expensive check if there are a lot of entries
|
* NOTE 1: This could be an expensive check if there are a lot of entries
|
||||||
* in the ARP table. Hence, we only check on the first packet -- when
|
* in the ARP table. Hence, we only check on the first packet -- when
|
||||||
* snd_sent is zero.
|
* snd_sent is zero.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue