summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-05 08:50:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-05 08:50:01 -0600
commit0aa9b220495236e5ce855a2fd7565e3ccd94114a (patch)
tree53a6899895545101d71b84d18adef5c9ae19f0c1 /nuttx/TODO
parentb49b2136f16a49b753e7824cb68f2294599179ac (diff)
downloadpx4-nuttx-0aa9b220495236e5ce855a2fd7565e3ccd94114a.tar.gz
px4-nuttx-0aa9b220495236e5ce855a2fd7565e3ccd94114a.tar.bz2
px4-nuttx-0aa9b220495236e5ce855a2fd7565e3ccd94114a.zip
Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. The idea is that this will produce better joining between lines
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO32
1 files changed, 18 insertions, 14 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index d0d4027f3..373a586f7 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -880,20 +880,24 @@ o Network (net/, drivers/net)
should be eliminated). This applies to almost all Ethernet
drivers:
- ARCHITECTURE CONFIG_NET_NOINTS
- C5471 NO
- STM32 YES <<
- TIVA/LM3S NO
- TIVA/TM4C YES <<
- eZ80 NO
- LPC17xx YES <<
- DMxxx NIC NO
- PIC32 NO
- RGMP NO
- SAM3/4 YES <<
- SAMA5D3 NO
- SAMA5D4 YES <<
- SIM N/A << Doesn't support interrupts
+ ARCHITECTURE CONFIG_NET_NOINTS? ADDRESS FILTER SUPPORT?
+ C5471 NO NO
+ STM32 YES YES
+ TIVA ----------------------- ------
+ LM3S NO NO
+ TM4C YES YES
+ eZ80 NO NO
+ LPC17xx YES (could be issues) YES (not tested)
+ DMxxx NIC NO NO
+ PIC32 NO NO
+ RGMP ??? ???
+ SAM3/4 YES YES
+ SAMA5D ----------------------- ------
+ EMACA NO YES (not tested)
+ EMACB YES YES
+ GMAC NO YES (not tested)
+ SAMV7 YES YES
+ SIM N/A (No interrupts) NO
The general outline of how this might be done is included in
drivers/net/skeleton.c