Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
c892f99a
Commit
c892f99a
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update TODO list
parent
73afa662
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TODO
+4
-15
4 additions, 15 deletions
TODO
with
4 additions
and
15 deletions
TODO
+
4
−
15
View file @
c892f99a
...
...
@@ -32,8 +32,8 @@ nuttx/
(7) ARM/LPC214x (arch/arm/src/lpc214x/)
(2) ARM/LPC313x (arch/arm/src/lpc313x/)
(0) ARM/LPC43x (arch/arm/src/lpc43xx/)
(
3
) ARM/STR71x (arch/arm/src/str71x/)
(
3
) ARM/LM3S6918 (arch/arm/src/
lm
/)
(
2
) ARM/STR71x (arch/arm/src/str71x/)
(
2
) ARM/LM3S6918 (arch/arm/src/
tiva
/)
(x) ARM/SAMA5D3 ((arch/arm/src/sama5/)
(5) ARM/STM32 (arch/arm/src/stm32/)
(3) AVR (arch/avr)
...
...
@@ -1615,25 +1615,14 @@ o ARM/STR71x (arch/arm/src/str71x/)
Status: Open
Priority: Medium
Title: NO USB DRIVER
Description: Develop a USB driver and integrate with existing USB serial and storage
class drivers.
Status: Open
Priority: Medium
Title: SPI METHODS ARE NOT THREAD SAFE
Description: SPI methods are not thread safe. Needs a semaphore to protect from re-entrancy.
Status: Open
Priority: Medium -- Will be very high if you do SPI access from multiple threads.
o ARM/LM3S6918 (arch/arm/src/
lm
/)
o ARM/LM3S6918 (arch/arm/src/
tiva
/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Title: I2C DRIVER
Description: Still need to implement I2C
Status: Open
Priority: Low
Title: SSI OVERRUNS
Description: Should terminate SSI/SPI transfer if an Rx FIFO overrun occurs.
Right now, if an Rx FIFO overrun occurs, the SSI driver hangs.
...
...
@@ -1648,7 +1637,7 @@ o ARM/LM3S6918 (arch/arm/src/lm/)
Status: Open.
UPDATE: I have found that increasing the size of the CGI program stack
from 1024 to 2048 (on the LM3S) eliminates the problem. So the most
likely cause is probably a stack overflow, not a hard sofware bug.
likely cause is probably a stack overflow, not a hard sof
t
ware bug.
Priority: Probably Low
o ARM/SAMA5D3 ((arch/arm/src/sama5/)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment