summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 58470f313..05c51e25b 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -680,6 +680,17 @@ examples/lcdrw
NuttX is built as a protected, supervisor kernel (CONFIG_BUILD_PROTECTED
or CONFIG_BUILD_KERNEL).
+examples/ltdc
+^^^^^^^^^^^^^
+
+ STM32 LTDC framebuffer example. Depends on:
+
+ * CONFIG_STM32_LTDC
+
+ Enabled with:
+
+ * CONFIG_EXAMPLES_LTDC
+
examples/mm
^^^^^^^^^^^