diff --git a/configs/sama5d3-xplained/README.txt b/configs/sama5d3-xplained/README.txt index ab4f75c36e3..e5c2b8760f4 100644 --- a/configs/sama5d3-xplained/README.txt +++ b/configs/sama5d3-xplained/README.txt @@ -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 ======== diff --git a/configs/sama5d3x-ek/README.txt b/configs/sama5d3x-ek/README.txt index 8c05669f584..29c450450a8 100644 --- a/configs/sama5d3x-ek/README.txt +++ b/configs/sama5d3x-ek/README.txt @@ -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 ================== diff --git a/configs/sama5d4-ek/README.txt b/configs/sama5d4-ek/README.txt index 35ded322a88..d294608830a 100644 --- a/configs/sama5d4-ek/README.txt +++ b/configs/sama5d4-ek/README.txt @@ -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 ======== diff --git a/configs/sama5d4-ek/ipv6/defconfig b/configs/sama5d4-ek/ipv6/defconfig index 25f5e5acd01..427fcde5b94 100644 --- a/configs/sama5d4-ek/ipv6/defconfig +++ b/configs/sama5d4-ek/ipv6/defconfig @@ -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 diff --git a/configs/sama5d4-ek/nsh/defconfig b/configs/sama5d4-ek/nsh/defconfig index da506d978d1..63513b3904a 100644 --- a/configs/sama5d4-ek/nsh/defconfig +++ b/configs/sama5d4-ek/nsh/defconfig @@ -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 diff --git a/configs/sama5d4-ek/nxwm/defconfig b/configs/sama5d4-ek/nxwm/defconfig index 7aa254fe623..9027524aa77 100644 --- a/configs/sama5d4-ek/nxwm/defconfig +++ b/configs/sama5d4-ek/nxwm/defconfig @@ -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 diff --git a/configs/viewtool-stm32f107/netnsh/defconfig b/configs/viewtool-stm32f107/netnsh/defconfig index 1a3f0abcca7..341292c86e5 100644 --- a/configs/viewtool-stm32f107/netnsh/defconfig +++ b/configs/viewtool-stm32f107/netnsh/defconfig @@ -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