Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
9714e9e4
Commit
9714e9e4
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Minor documentation update
parent
bc4e5190
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Documentation/NuttX.html
+24
-1
24 additions, 1 deletion
Documentation/NuttX.html
Documentation/README.html
+2
-0
2 additions, 0 deletions
Documentation/README.html
README.txt
+2
-0
2 additions, 0 deletions
README.txt
configs/stm32ldiscovery/README.txt
+32
-0
32 additions, 0 deletions
configs/stm32ldiscovery/README.txt
with
60 additions
and
1 deletion
Documentation/NuttX.html
+
24
−
1
View file @
9714e9e4
...
...
@@ -551,6 +551,22 @@
</p>
</td>
</tr>
<tr>
<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>
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Documentation/README.html
+
2
−
0
View file @
9714e9e4
...
...
@@ -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/
...
...
This diff is collapsed.
Click to expand it.
README.txt
+
2
−
0
View file @
9714e9e4
...
...
@@ -1137,6 +1137,8 @@ nuttx
| | `- README.txt
| |- stm32f4discovery/
| | `- README.txt
| |- stm32f1discovery/
| | `- README.txt
| |- sure-pic32mx/
| | `- README.txt
| |- teensy/
...
...
This diff is collapsed.
Click to expand it.
configs/stm32ldiscovery/README.txt
+
32
−
0
View file @
9714e9e4
...
...
@@ -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
==============
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment