summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-19 12:12:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-19 12:12:52 -0600
commita185afa742a6a149e8659661767bc7e301f8b8ba (patch)
tree4f4cfcb86e0cd54893eb45c4c557f875ab33a304 /nuttx/TODO
parentd5d334083d2b0c74ffdd8cfcb119f78428181c6e (diff)
downloadpx4-nuttx-a185afa742a6a149e8659661767bc7e301f8b8ba.tar.gz
px4-nuttx-a185afa742a6a149e8659661767bc7e301f8b8ba.tar.bz2
px4-nuttx-a185afa742a6a149e8659661767bc7e301f8b8ba.zip
TM4C129X: Add custom system control header file (incomplete)
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO16
1 files changed, 15 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index ccf664ef5..3e414ad8e 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -895,7 +895,21 @@ o Network (net/, drivers/net)
CONFIG_NET_NOINTS). This is really a very bad use of CPU
resources; All of the network stack processing should be more
to a work queue (and, all use of CONFIG_NET_NOINTS=n should
- be eliminated).
+ be eliminated). This applies to almost all Ethernet drivers:
+
+ ARCHITECTURE CONFIG_NET_NOINTS
+ C5471 NO
+ STM32 NO
+ TIVA NO
+ eZ80 NO
+ LPC17xx YES << Only this one supports CONFIG_NET_NOINTS
+ DMxxx NIC NO
+ PIC32 NO
+ RGMP NO
+ SAM3/4 NO
+ SAMA5D NO
+ SIM NO << Doesn't have interrupts anyway
+
Status: Open
Priority: Pretty high if you want a well behaved system.