diff --git a/configs/cloudctrl/nsh/defconfig b/configs/cloudctrl/nsh/defconfig index 090e62b47f..f6247a3c80 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 a9209f1b14..778efad644 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 aa9cc92720..50143a94f2 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 */