Modbus: Misc cleanup
This commit is contained in:
parent
6848714dc8
commit
95ee8a4ef9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
==============
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue