Update TODO list

This commit is contained in:
Gregory Nutt 2018-01-03 08:32:57 -06:00
parent aa1a068999
commit 7d131fe711
4 changed files with 8 additions and 5 deletions

View File

@ -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> * Author: Gregory Nutt <gnutt@nuttx.org>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

7
TODO
View File

@ -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 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 link, unlink, softlink, readlink - For symbolic links. Only
the ROMFS file system currently supports hard and soft links, 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 File locking
@ -1779,6 +1780,8 @@ o File system / Generic drivers (fs/, drivers/)
True inodes - Standard Unix inodes. Currently only supported True inodes - Standard Unix inodes. Currently only supported
by ROMFs. by ROMFs.
File times, for example as set by utimes().
The primary obstacle to all these is that each would require The primary obstacle to all these is that each would require
changes to all existing file systems. That number is pretty changes to all existing file systems. That number is pretty
large. The number of file system implementations that would large. The number of file system implementations that would

View File

@ -32,7 +32,7 @@ STATUS
SDRAM and for the RAM test utility. SDRAM and for the RAM test utility.
2017-12-11: Fixed an error in board LEDs. Added framework for future 2017-12-11: Fixed an error in board LEDs. Added framework for future
I2C and SPI flexcomm drivers. 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 test. Added configuration options and logic to add none, portions, or
all of the external SDRAM to the system heap. Brought in the LPC1788 all of the external SDRAM to the system heap. Brought in the LPC1788
LCD driver. The LPC1788 LCD registers are identical to the LPC54xx LCD driver. The LPC1788 LCD registers are identical to the LPC54xx

View File

@ -186,7 +186,7 @@ config JULIAN_TIME
config START_YEAR config START_YEAR
int "Start year" int "Start year"
default 2017 default 2018
range 1970 2106 range 1970 2106
---help--- ---help---
NuttX uses an unsigned 32-bit integer for time_t which provides a NuttX uses an unsigned 32-bit integer for time_t which provides a