Update READMEs again; NSH init thread priority should default to some value less then 100

This commit is contained in:
Gregory Nutt 2015-09-29 16:09:22 -06:00
parent d70bd7cc2e
commit fe8c622d1d
7 changed files with 16 additions and 15 deletions

View file

@ -2011,10 +2011,11 @@ NAND Support
4. As mentioned above, FAT does work but (1) has some performance issues on
writes and (2) cannot handle bad blocks.
5. As of 2015-09-29, this SAMA5D4-EK port appears to be broken. The
SAMA5D3-Xplained port has not been retested but probably shares this
fate. This breakage seems to be the consequence of adding SAMA5D2
support *after* NuttX-7.11. This will need to be fixed.
5. There was a major reorganization of the SAMA5 code after NuttX-7.11 to
add support for the SAMA5D2. Only the SAMA5D4-EK nsh configuration was
re-verified on 2015-09-29. But as of this writing, none of the SAMA5D3-
Xplained configurations a been re-verified. Some regression testing is
needed.
I2C Tool
========

View file

@ -2225,10 +2225,10 @@ NAND Support
4. As mentioned above, FAT does work but (1) has some performance issues on
writes and (2) cannot handle bad blocks.
5. As of 2015-09-29, this SAMA5D4-EK port appears to be broken. The
SAMA5D3-EK port has not been retested but probably shares this
fate. This breakage seems to be the consequence of adding SAMA5D2
support *after* NuttX-7.11. This will need to be fixed.
5. There was a major reorganization of the SAMA5 code after NuttX-7.11 to
add support for the SAMA5D2. Only the SAMA5D4-EK nsh configuration was
re-verified on 2015-09-29. But as of this writing, none of the SAMA5D3-
EK configurations a been re-verified. Some regression testing is needed.
AT24 Serial EEPROM
==================

View file

@ -2563,9 +2563,9 @@ NAND Support
4. As mentioned above, FAT does work but (1) has some performance issues on
writes and (2) cannot handle bad blocks.
5. As of 2015-09-29, this SAMA5D4-EK port appears to be broken. This breakage
seems to be the consequence of adding SAMA5D2 support *after* NuttX-7.11.
This will need to be fixed.
5. There was a major reorganization of the SAMA5 code after NuttX-7.11 to
add support for the SAMA5D2. Only the SAMA5D4-EK nsh configuration was
re-verified on 2015-09-29.
I2C Tool
========

View file

@ -1384,7 +1384,7 @@ CONFIG_LIB_BOARDCTL=y
#
CONFIG_NSH_NETINIT_THREAD=y
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
CONFIG_NSH_NETINIT_THREAD_PRIORITY=80
#
# IP Address Configuration

View file

@ -1469,7 +1469,7 @@ CONFIG_NSH_ARCHINIT=y
#
CONFIG_NSH_NETINIT_THREAD=y
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
CONFIG_NSH_NETINIT_THREAD_PRIORITY=80
#
# IP Address Configuration

View file

@ -1298,7 +1298,7 @@ CONFIG_LIB_BOARDCTL=y
#
CONFIG_NSH_NETINIT_THREAD=y
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
CONFIG_NSH_NETINIT_THREAD_PRIORITY=80
CONFIG_NSH_IPADDR=0x0a000002
CONFIG_NSH_DRIPADDR=0x0a000001
CONFIG_NSH_NETMASK=0xffffff00

View file

@ -1103,7 +1103,7 @@ CONFIG_NSH_CONSOLE=y
#
CONFIG_NSH_NETINIT_THREAD=y
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
CONFIG_NSH_NETINIT_THREAD_PRIORITY=80
#
# IP Address Configuration