From 7d131fe7116061fed20465b1fb457a1d84eb2d54 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 3 Jan 2018 08:32:57 -0600 Subject: [PATCH] Update TODO list --- COPYING | 2 +- TODO | 7 +++++-- configs/lpcxpresso-lpc54628/README.txt | 2 +- sched/Kconfig | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/COPYING b/COPYING index ae47afc7ca..62662be709 100644 --- a/COPYING +++ b/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 * * Redistribution and use in source and binary forms, with or without diff --git a/TODO b/TODO index 94d7ed9a56..b880f2f23d 100644 --- a/TODO +++ b/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 diff --git a/configs/lpcxpresso-lpc54628/README.txt b/configs/lpcxpresso-lpc54628/README.txt index 17117374cc..31a65ff18e 100644 --- a/configs/lpcxpresso-lpc54628/README.txt +++ b/configs/lpcxpresso-lpc54628/README.txt @@ -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 diff --git a/sched/Kconfig b/sched/Kconfig index b5a46fe374..6a50b93fe8 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -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