summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/Documentation/NuttX.html25
-rw-r--r--nuttx/Documentation/README.html2
-rw-r--r--nuttx/README.txt2
-rw-r--r--nuttx/configs/stm32ldiscovery/README.txt32
4 files changed, 60 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 523d5b6da..0a79e91db 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -555,6 +555,22 @@
<td><br></td>
<td>
<p>
+ <li>Graphics: frambuffer drivers, graphic- and segment-LCD drivers.</li>
+ </p>
+ </td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
+ <li>Audio subsystem: CODECs, audio input and output drivers.</li>
+ </p>
+ </td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
<li><a href="NuttxPortingGuide.html#pwrmgmt">Power management</a> sub-system.</li>
</p>
</td>
@@ -810,7 +826,14 @@
<td><br></td>
<td>
<p>
- <li>LCD drivers for both parallel and SPI LCDs and OLEDs.</li>
+ <li>Graphic LCD drivers for both parallel and SPI LCDs and OLEDs.</li>
+ </p>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
+ <li>Segment LCD drivers.</li>
</p>
</tr>
<tr>
diff --git a/nuttx/Documentation/README.html b/nuttx/Documentation/README.html
index 7ce7ad8d4..1b2e27b81 100644
--- a/nuttx/Documentation/README.html
+++ b/nuttx/Documentation/README.html
@@ -209,6 +209,8 @@
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f3discovery/README.txt"><b><i>README.txt</i></b></a>
| | |- stm32f4discovery/
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f4discovery/README.txt"><b><i>README.txt</i></b></a>
+ | | |- stm32fldiscovery/
+ | | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32fldiscovery/README.txt"><b><i>README.txt</i></b></a>
| | |- sure-pic32mx/
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/sure-pic32mx/README.txt"><b><i>README.txt</i></b></a>
| | |- teensy/
diff --git a/nuttx/README.txt b/nuttx/README.txt
index 9a8e4f0dc..6c2ac8490 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -1137,6 +1137,8 @@ nuttx
| | `- README.txt
| |- stm32f4discovery/
| | `- README.txt
+ | |- stm32f1discovery/
+ | | `- README.txt
| |- sure-pic32mx/
| | `- README.txt
| |- teensy/
diff --git a/nuttx/configs/stm32ldiscovery/README.txt b/nuttx/configs/stm32ldiscovery/README.txt
index 02298c433..a25a87ca2 100644
--- a/nuttx/configs/stm32ldiscovery/README.txt
+++ b/nuttx/configs/stm32ldiscovery/README.txt
@@ -21,6 +21,7 @@ README
Contents
========
+ - Status
- GPIO Pin Usage
- Development Environment
- GNU Toolchain Options
@@ -34,6 +35,37 @@ Contents
- STM32L-Discovery-specific Configuration Options
- Configurations
+Status
+======
+
+ The basic port is complete. A NuttShell (NSH) configuration exists for the
+ STM32L-Discovery board. A driver has been developed for the segment LCD on
+ board the STM32L-Discovery. In the NSH configuration discription below,
+ there is information about how the basic NSH extension can be extended to
+ use apps/examples/slcd to exercise the segment LCD.
+
+ * The following subsystem have header files, drivers and have been
+ exercised: PWR, RCC, GPIO, SYSCFG, LCD, USART.
+
+ * The following subsystenms have header files and ported drivers, but are
+ untested: DMA
+
+ * The following subystems have counterparts with other STM32 parts, but
+ have not been ported or verified: ADC, DAC, TIM2-15, TIM9-11, RTC,
+ IWDG, WWDG, I2C, SPI, DBG. These may be close to functional depending
+ upon how close the IP is on the STM32L15X.
+
+ This might include also USB, FSMC, and SDIO.
+
+ * The following subsystems are unique to the STM32L and have not been
+ developed: COMP, TSIO, RI, OPAMP
+
+ * The STM32L15X does support USB, however, USB is not available on the
+ STM32L-Discovery board.
+
+ * These subystems are available on other STM32L15x/16x parts, but not on
+ the part used in the STM32L-Discovery board: CRC, AES, FSMC, SDIO
+
GPIO Pin Usage
==============