Update TODO list
This commit is contained in:
parent
aa1a068999
commit
7d131fe711
2
COPYING
2
COPYING
@ -14,7 +14,7 @@ individual files will vary):
|
||||
|
||||
/*************************************************************************
|
||||
*
|
||||
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2007-2018 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
7
TODO
7
TODO
@ -1,4 +1,4 @@
|
||||
NuttX TODO List (Last updated November 27, 2017)
|
||||
NuttX TODO List (Last updated January 3, 2018)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
This file summarizes known NuttX bugs, limitations, inconsistencies with
|
||||
@ -1766,7 +1766,8 @@ o File system / Generic drivers (fs/, drivers/)
|
||||
|
||||
link, unlink, softlink, readlink - For symbolic links. Only
|
||||
the ROMFS file system currently supports hard and soft links,
|
||||
so this is not too important.
|
||||
so this is not too important. The top-level, psuedo-file
|
||||
system supports soft links.
|
||||
|
||||
File locking
|
||||
|
||||
@ -1779,6 +1780,8 @@ o File system / Generic drivers (fs/, drivers/)
|
||||
True inodes - Standard Unix inodes. Currently only supported
|
||||
by ROMFs.
|
||||
|
||||
File times, for example as set by utimes().
|
||||
|
||||
The primary obstacle to all these is that each would require
|
||||
changes to all existing file systems. That number is pretty
|
||||
large. The number of file system implementations that would
|
||||
|
@ -32,7 +32,7 @@ STATUS
|
||||
SDRAM and for the RAM test utility.
|
||||
2017-12-11: Fixed an error in board LEDs. Added framework for future
|
||||
I2C and SPI flexcomm drivers.
|
||||
2017-12-12: The SDRAM is now functional and passes the commplete RAM
|
||||
2017-12-12: The SDRAM is now functional and passes the complete RAM
|
||||
test. Added configuration options and logic to add none, portions, or
|
||||
all of the external SDRAM to the system heap. Brought in the LPC1788
|
||||
LCD driver. The LPC1788 LCD registers are identical to the LPC54xx
|
||||
|
@ -186,7 +186,7 @@ config JULIAN_TIME
|
||||
|
||||
config START_YEAR
|
||||
int "Start year"
|
||||
default 2017
|
||||
default 2018
|
||||
range 1970 2106
|
||||
---help---
|
||||
NuttX uses an unsigned 32-bit integer for time_t which provides a
|
||||
|
Loading…
Reference in New Issue
Block a user