Stuff that goes along with the new LTDC README file
This commit is contained in:
parent
1ff469af5f
commit
31a0e8ac5e
|
@ -222,6 +222,7 @@
|
|||
| | |- stm32f4discovery/
|
||||
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f4discovery/README.txt"><b><i>README.txt</i></b></a>
|
||||
| | |- stm32f429i-disco/
|
||||
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f429i-disco/ltdc/README.txt"><b><i>ltdc/README.txt</i></b></a>
|
||||
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f429i-disco/README.txt"><b><i>README.txt</i></b></a>
|
||||
| | |- stm32vldiscovery/
|
||||
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32vldiscovery/README.txt"><b><i>README.txt</i></b></a>
|
||||
|
|
|
@ -1176,6 +1176,7 @@ nuttx
|
|||
| |- stm32f4discovery/
|
||||
| | `- README.txt
|
||||
| |- stm32f429i-disco/
|
||||
| | |- ltdc/README.txt
|
||||
| | `- README.txt
|
||||
| |- stm32ldiscovery/
|
||||
| | `- README.txt
|
||||
|
|
|
@ -601,6 +601,11 @@ instead of configure.sh:
|
|||
|
||||
Where <subdir> is one of the following:
|
||||
|
||||
ltdc:
|
||||
----
|
||||
STM32F429I-DISCO LTDC Framebuffer demo example. See
|
||||
configs/stm32f429i-disco/ltdc/README.txt for additional information.
|
||||
|
||||
nsh:
|
||||
---
|
||||
Configures the NuttShell (nsh) located at apps/examples/nsh. The
|
||||
|
|
Loading…
Reference in New Issue