summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-31 13:03:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-31 13:03:00 -0600
commit2728352bff35883ba799c56091f130793b75db2d (patch)
treecdb22fb83b3499ab136050dd8e242fc70346fc0a /nuttx/TODO
parente34fce45aef18a5dfadc5c76ee18649abedd6026 (diff)
downloadpx4-nuttx-2728352bff35883ba799c56091f130793b75db2d.tar.gz
px4-nuttx-2728352bff35883ba799c56091f130793b75db2d.tar.bz2
px4-nuttx-2728352bff35883ba799c56091f130793b75db2d.zip
Tiva Ethernet: Integrate use of workqueue so the network processing is not done at the interrupt level
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index ce0d3112d..81a32b3a3 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -900,15 +900,16 @@ o Network (net/, drivers/net)
ARCHITECTURE CONFIG_NET_NOINTS
C5471 NO
STM32 NO
- TIVA NO
+ TIVA/LM3S NO
+ TIVA/TM4C YES <<
eZ80 NO
- LPC17xx YES << Only this one supports CONFIG_NET_NOINTS
+ LPC17xx YES <<
DMxxx NIC NO
PIC32 NO
RGMP NO
SAM3/4 NO
SAMA5D NO
- SIM NO << Doesn't have interrupts anyway
+ SIM N/A << Doesn't support interrupts
The general outline of how this might be done is included in
drivers/net/skeleton.c