Squashed commit of the following:
drviers/lcd/ft80x: No longer depends on CONFIG_EXPERIMENTAL Update README.txt
This commit is contained in:
parent
399b9860af
commit
73c107e1fb
@ -767,8 +767,19 @@ Configurations
|
||||
f80x:
|
||||
|
||||
This configuration was added in order to verify the FTDI/Bridgetick
|
||||
Ft80x driver. At this point, I have no hardware in that. So this
|
||||
configuration is totally unverified.
|
||||
Ft80x driver using apps/examples/ft80x with apps/graphics/ft80x. It
|
||||
is very similar to the NSH configuration with support for the FTDI
|
||||
FT80x LCD enabled on SPI1.
|
||||
|
||||
STATUS:
|
||||
2018-03-09: The ConnectEVE display is basically working. There are
|
||||
some specific issues with some of the demos in apps/examples/ft80x
|
||||
that still need to be addressed. I have the Riverdi display FT801
|
||||
display in hand as well, but have not tested with the display yet.
|
||||
|
||||
I have seen issues also where the board does not recover after a
|
||||
reset. It required a full power cycle to get functionality back.
|
||||
It might be necessary to reset the FT80x during initialization.
|
||||
|
||||
netnsh:
|
||||
|
||||
|
@ -10,7 +10,6 @@ CONFIG_BOARD_LOOPSPERMSEC=5483
|
||||
CONFIG_BUILTIN=y
|
||||
CONFIG_EXAMPLES_FT80X=y
|
||||
CONFIG_EXAMPLES_NSH=y
|
||||
CONFIG_EXPERIMENTAL=y
|
||||
CONFIG_FS_PROCFS=y
|
||||
CONFIG_HOST_WINDOWS=y
|
||||
CONFIG_INTELHEX_BINARY=y
|
||||
|
@ -1178,7 +1178,6 @@ config LCD_FT80X
|
||||
bool "FTDI FT80x GUI Controller"
|
||||
default n
|
||||
select SCHED_HPWORK
|
||||
depends on EXPERIMENTAL
|
||||
---help---
|
||||
Integrated LCD, Audio, Touchscreen controller driver for the FTDI
|
||||
FT80x "EVE" series.
|
||||
|
Loading…
Reference in New Issue
Block a user