diff --git a/configs/viewtool-stm32f107/README.txt b/configs/viewtool-stm32f107/README.txt index 64bd21697d4..d44cbecd90a 100644 --- a/configs/viewtool-stm32f107/README.txt +++ b/configs/viewtool-stm32f107/README.txt @@ -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: diff --git a/configs/viewtool-stm32f107/ft80x/defconfig b/configs/viewtool-stm32f107/ft80x/defconfig index 36c14a5f143..1e38801f02c 100644 --- a/configs/viewtool-stm32f107/ft80x/defconfig +++ b/configs/viewtool-stm32f107/ft80x/defconfig @@ -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 diff --git a/drivers/lcd/Kconfig b/drivers/lcd/Kconfig index 08f99f6c541..9f139c31f26 100644 --- a/drivers/lcd/Kconfig +++ b/drivers/lcd/Kconfig @@ -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.