diff --git a/configs/samd21-xplained/README.txt b/configs/samd21-xplained/README.txt index a1ca346199..707e8aa506 100644 --- a/configs/samd21-xplained/README.txt +++ b/configs/samd21-xplained/README.txt @@ -23,16 +23,26 @@ Contents - Atmel Studio 6.1 - SAMD21 Xplained Pro-specific Configuration Options - Configurations -cd p + STATUS/ISSUES ============= 1. See configs/samd20-xplained/README.txt. This port derives from the SAMD20 Xplained board board and all issues there should apply. - 2. 2015-06-28: As of this writing, no testing has been performed. The - board is on order and testing will begin when I have the board in hand. - 3. 2015-07-03: Board received. Does not work on initial tests. There - is, apparently, some problem in the clocking setup. + + 2. 2015-07-06: The basic NSH configuration is working properly, but + not at 115200 baud which is the default BAUD selection in the + configurations. It is necessary to drop the BAUD in the + configuration. + + I suspect that this is an issue on my board and due to running the + system on uncalibrated OSC8M. My bet is that the issue would not + exist on many boards or if OSC8M were calibrated or if a more precise + clock source were used (like XOSC32K). + + ... After more experimentation, I am not sure this conclusion is + correct or not. Perhaps the board just comes up with a bad clocking + configuration at times???? Modules ======= diff --git a/configs/samd21-xplained/nsh/defconfig b/configs/samd21-xplained/nsh/defconfig index 371b53ee02..4c042ac27b 100644 --- a/configs/samd21-xplained/nsh/defconfig +++ b/configs/samd21-xplained/nsh/defconfig @@ -229,6 +229,7 @@ CONFIG_ARCH_HAVE_VFORK=y # CONFIG_ARCH_NAND_HWECC is not set # CONFIG_ARCH_HAVE_EXTCLK is not set # CONFIG_ARCH_HAVE_POWEROFF is not set +CONFIG_ARCH_HAVE_RESET=y # CONFIG_ARCH_IRQPRIO is not set CONFIG_ARCH_STACKDUMP=y # CONFIG_ENDIAN_BIG is not set @@ -789,6 +790,7 @@ CONFIG_NSH_DISABLE_DF=y # CONFIG_NSH_DISABLE_SLEEP is not set # CONFIG_NSH_DISABLE_TEST is not set # CONFIG_NSH_DISABLE_UMOUNT is not set +CONFIG_NSH_DISABLE_UNAME=y # CONFIG_NSH_DISABLE_UNSET is not set # CONFIG_NSH_DISABLE_USLEEP is not set # CONFIG_NSH_DISABLE_WGET is not set