summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32mx7mmb
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-19 08:12:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-19 08:12:22 -0600
commit9207f26b3102a003e8d345512d3be7deadeffb10 (patch)
treed3c8d0cb4e179c9383417aefddff2a3e4ab163b0 /nuttx/configs/pic32mx7mmb
parent844f2d2ecf23a7c26b482d3bf5e3c90d272b50ff (diff)
downloadpx4-nuttx-9207f26b3102a003e8d345512d3be7deadeffb10.tar.gz
px4-nuttx-9207f26b3102a003e8d345512d3be7deadeffb10.tar.bz2
px4-nuttx-9207f26b3102a003e8d345512d3be7deadeffb10.zip
Remove other traces of network interrupt prioritization
Diffstat (limited to 'nuttx/configs/pic32mx7mmb')
-rw-r--r--nuttx/configs/pic32mx7mmb/README.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/configs/pic32mx7mmb/README.txt b/nuttx/configs/pic32mx7mmb/README.txt
index 005292226..c9024461f 100644
--- a/nuttx/configs/pic32mx7mmb/README.txt
+++ b/nuttx/configs/pic32mx7mmb/README.txt
@@ -569,8 +569,6 @@ PIC32MX specific PHY/Ethernet device driver settings
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 2
CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 4
- CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
- the higest priority.
CONFIG_NET_WOL - Enable Wake-up on Lan (not fully implemented).
CONFIG_NET_DUMPPACKET - Dump all received and transmitted packets.
Also needs CONFIG_DEBUG.