Update READMEs again; NSH init thread priority should default to some value less then 100
This commit is contained in:
parent
d70bd7cc2e
commit
fe8c622d1d
@ -2011,10 +2011,11 @@ NAND Support
|
|||||||
4. As mentioned above, FAT does work but (1) has some performance issues on
|
4. As mentioned above, FAT does work but (1) has some performance issues on
|
||||||
writes and (2) cannot handle bad blocks.
|
writes and (2) cannot handle bad blocks.
|
||||||
|
|
||||||
5. As of 2015-09-29, this SAMA5D4-EK port appears to be broken. The
|
5. There was a major reorganization of the SAMA5 code after NuttX-7.11 to
|
||||||
SAMA5D3-Xplained port has not been retested but probably shares this
|
add support for the SAMA5D2. Only the SAMA5D4-EK nsh configuration was
|
||||||
fate. This breakage seems to be the consequence of adding SAMA5D2
|
re-verified on 2015-09-29. But as of this writing, none of the SAMA5D3-
|
||||||
support *after* NuttX-7.11. This will need to be fixed.
|
Xplained configurations a been re-verified. Some regression testing is
|
||||||
|
needed.
|
||||||
|
|
||||||
I2C Tool
|
I2C Tool
|
||||||
========
|
========
|
||||||
|
@ -2225,10 +2225,10 @@ NAND Support
|
|||||||
4. As mentioned above, FAT does work but (1) has some performance issues on
|
4. As mentioned above, FAT does work but (1) has some performance issues on
|
||||||
writes and (2) cannot handle bad blocks.
|
writes and (2) cannot handle bad blocks.
|
||||||
|
|
||||||
5. As of 2015-09-29, this SAMA5D4-EK port appears to be broken. The
|
5. There was a major reorganization of the SAMA5 code after NuttX-7.11 to
|
||||||
SAMA5D3-EK port has not been retested but probably shares this
|
add support for the SAMA5D2. Only the SAMA5D4-EK nsh configuration was
|
||||||
fate. This breakage seems to be the consequence of adding SAMA5D2
|
re-verified on 2015-09-29. But as of this writing, none of the SAMA5D3-
|
||||||
support *after* NuttX-7.11. This will need to be fixed.
|
EK configurations a been re-verified. Some regression testing is needed.
|
||||||
|
|
||||||
AT24 Serial EEPROM
|
AT24 Serial EEPROM
|
||||||
==================
|
==================
|
||||||
|
@ -2563,9 +2563,9 @@ NAND Support
|
|||||||
4. As mentioned above, FAT does work but (1) has some performance issues on
|
4. As mentioned above, FAT does work but (1) has some performance issues on
|
||||||
writes and (2) cannot handle bad blocks.
|
writes and (2) cannot handle bad blocks.
|
||||||
|
|
||||||
5. As of 2015-09-29, this SAMA5D4-EK port appears to be broken. This breakage
|
5. There was a major reorganization of the SAMA5 code after NuttX-7.11 to
|
||||||
seems to be the consequence of adding SAMA5D2 support *after* NuttX-7.11.
|
add support for the SAMA5D2. Only the SAMA5D4-EK nsh configuration was
|
||||||
This will need to be fixed.
|
re-verified on 2015-09-29.
|
||||||
|
|
||||||
I2C Tool
|
I2C Tool
|
||||||
========
|
========
|
||||||
|
@ -1384,7 +1384,7 @@ CONFIG_LIB_BOARDCTL=y
|
|||||||
#
|
#
|
||||||
CONFIG_NSH_NETINIT_THREAD=y
|
CONFIG_NSH_NETINIT_THREAD=y
|
||||||
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
|
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
|
||||||
CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
|
CONFIG_NSH_NETINIT_THREAD_PRIORITY=80
|
||||||
|
|
||||||
#
|
#
|
||||||
# IP Address Configuration
|
# IP Address Configuration
|
||||||
|
@ -1469,7 +1469,7 @@ CONFIG_NSH_ARCHINIT=y
|
|||||||
#
|
#
|
||||||
CONFIG_NSH_NETINIT_THREAD=y
|
CONFIG_NSH_NETINIT_THREAD=y
|
||||||
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
|
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
|
||||||
CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
|
CONFIG_NSH_NETINIT_THREAD_PRIORITY=80
|
||||||
|
|
||||||
#
|
#
|
||||||
# IP Address Configuration
|
# IP Address Configuration
|
||||||
|
@ -1298,7 +1298,7 @@ CONFIG_LIB_BOARDCTL=y
|
|||||||
#
|
#
|
||||||
CONFIG_NSH_NETINIT_THREAD=y
|
CONFIG_NSH_NETINIT_THREAD=y
|
||||||
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
|
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
|
||||||
CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
|
CONFIG_NSH_NETINIT_THREAD_PRIORITY=80
|
||||||
CONFIG_NSH_IPADDR=0x0a000002
|
CONFIG_NSH_IPADDR=0x0a000002
|
||||||
CONFIG_NSH_DRIPADDR=0x0a000001
|
CONFIG_NSH_DRIPADDR=0x0a000001
|
||||||
CONFIG_NSH_NETMASK=0xffffff00
|
CONFIG_NSH_NETMASK=0xffffff00
|
||||||
|
@ -1103,7 +1103,7 @@ CONFIG_NSH_CONSOLE=y
|
|||||||
#
|
#
|
||||||
CONFIG_NSH_NETINIT_THREAD=y
|
CONFIG_NSH_NETINIT_THREAD=y
|
||||||
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
|
CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
|
||||||
CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
|
CONFIG_NSH_NETINIT_THREAD_PRIORITY=80
|
||||||
|
|
||||||
#
|
#
|
||||||
# IP Address Configuration
|
# IP Address Configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user