diff --git a/configs/sam3u-ek/README.txt b/configs/sam3u-ek/README.txt index 4bb8caa2e3..5c673f6b10 100644 --- a/configs/sam3u-ek/README.txt +++ b/configs/sam3u-ek/README.txt @@ -583,8 +583,8 @@ Configuration sub-directories CONFIG_ADS7843E_SPIDEV=2 : Use SPI CS 2 for communication CONFIG_ADS7843E_SPIMODE=0 : Use SPI mode 0 CONFIG_ADS7843E_FREQUENCY=1000000 : SPI BAUD 1MHz - CONFIG_ADS7843E_THRESHX=39 : These will probably need to be tuned - CONFIG_ADS7843E_THRESHY=51 + CONFIG_ADS7843E_THRESHX=51 : These will probably need to be tuned + CONFIG_ADS7843E_THRESHY=39 System Type -> Peripherals: CONFIG_SAM34_SPI=y : Enable support for SPI diff --git a/configs/sam4l-xplained/README.txt b/configs/sam4l-xplained/README.txt index bb7ffa71a2..1525a94e04 100644 --- a/configs/sam4l-xplained/README.txt +++ b/configs/sam4l-xplained/README.txt @@ -739,18 +739,17 @@ Configuration sub-directories an 'unsigned long int'. If this error occurs, then you may need to toggle the value of CONFIG_CXX_NEWLONG. - STATUS: As of 2013-6-18, the microSD slot on the I/O1 is marginally - functional but needs more TLC. It seems to behave poorly when - debug output is enabled -- know idea why. And writing to the SD card - does not work. Here is some example of the bad write behavior: + STATUS: As of 2013-6-18, this configuration appears completely + functional. Testing, however, has been very light. Example: NuttShell (NSH) NuttX-6.28 nsh> mount -t vfat /dev/mmcsd0 /mnt/stuff nsh> ls /mnt/stuff /mnt/stuff: - sharmanto.txt - nsh> cat /mnt/stuff/sharmanto.txt - Hi, from Sharmanto nsh> echo "This is a test" >/mnt/stuff/atest.txt nsh> ls /mnt/stuff /mnt/stuff: + atest.txt + nsh> cat /mnt/stuff/atest.txt + This is a test + nsh>