From 95ee8a4ef941476bb381be3497743a0a10c7d9a6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 7 Apr 2015 12:16:15 -0600 Subject: [PATCH] Modbus: Misc cleanup --- configs/cloudctrl/nsh/defconfig | 2 +- configs/samv71-xult/README.txt | 13 ++++++++----- configs/samv71-xult/src/atmxt-xpro.h | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/configs/cloudctrl/nsh/defconfig b/configs/cloudctrl/nsh/defconfig index 090e62b47f5..f6247a3c800 100644 --- a/configs/cloudctrl/nsh/defconfig +++ b/configs/cloudctrl/nsh/defconfig @@ -593,7 +593,7 @@ CONFIG_PTHREAD_STACK_DEFAULT=2048 # # Device Drivers # -CONFIG_DISABLE_POLL=y +# CONFIG_DISABLE_POLL is not set CONFIG_DEV_NULL=y # CONFIG_DEV_ZERO is not set # CONFIG_LOOP is not set diff --git a/configs/samv71-xult/README.txt b/configs/samv71-xult/README.txt index a9209f1b142..778efad644c 100644 --- a/configs/samv71-xult/README.txt +++ b/configs/samv71-xult/README.txt @@ -118,11 +118,14 @@ The BASIC nsh configuration is fully function (as desribed below under However, the maXTouch touchscreen driver is not working. I tried re- using the maXTouch driver that was used with the SAMA5D4-EK TM7000 - LCD, but the maXTouch Xplained Pro has a different maXTouch part. - The driver claims that all operations are success, but there are no - interrupts signalling touch event. I assume that the different - maXTouch part is not being configured correctly but there is no - avaiable technical documentation or sample code to debug with. + LCD, but the maXTouch Xplained Pro has a different maXTouch part + (ATMXT112S). No data sheet is available for this part. + + The existing maXTouch driver claims that all operations on the ATMXT112S + are success, but there are no interrupts signalling touch event. I + assume that the different maXTouch part is not being configured + correctly but there is no available technical documentation or sample + code to debug with. Serial Console ============== diff --git a/configs/samv71-xult/src/atmxt-xpro.h b/configs/samv71-xult/src/atmxt-xpro.h index aa9cc92720d..50143a94f2d 100644 --- a/configs/samv71-xult/src/atmxt-xpro.h +++ b/configs/samv71-xult/src/atmxt-xpro.h @@ -49,7 +49,7 @@ #define HAVE_MAXTOUCH 1 #define HAVE_ILI9488_SMC 1 -#undef HAVE_ILI9488_SPI /* Not yet suppported */ +#undef HAVE_ILI9488_SPI /* Not yet suppported */ /* maXTouch and LCD only available if the maXTouch Xplained Pro is connected */