[README] Coarse sweep to use markup in READMEs.

This should improve online readability of the readme files.
This commit is contained in:
Piotr Esden-Tempski
2015-01-19 19:20:12 -08:00
parent ab7efee88e
commit 1c4ae95729
121 changed files with 411 additions and 609 deletions

View File

@@ -1,12 +1,11 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
# README
It's intended for the ST STM32F0DISCOVERY eval board. Measures voltage on the
ADC_IN1 input, and prints it to the serial port.
ADC\_IN1 input, and prints it to the serial port.
Board connections:
------------------
## Board connections
PA1 (ADC_IN1) Analog input
PA9 (USART1) TTL serial output (38400,8,N,1)
| Port | Function | Description |
| ----- | ----------- | --------------------------------- |
| `PA1` | `(ADC_IN1)` | Analog input |
| `PA9` | `(USART1)` | TTL serial output `(38400,8,N,1)` |

View File

@@ -1,12 +1,9 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
# README
This example blinks the green LED on the ST STM32F0DISCOVERY eval board.
When you press the 'USER' button, the blinking is slower.
Board connections:
------------------
## Board connections:
<none required>
*none required*

View File

@@ -1,13 +1,10 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
# README
This is the smallest-possible example program using libopencm3 and ST
STM32F0DISCOVERY eval board.
It should blink the blue LED on the board.
Board connections:
------------------
## Board connections
<none required>
*none required*

View File

@@ -1,14 +1,13 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
# README
This example is the same as fancy_blink except that it uses the systick timer
This example is the same as fancy\_blink except that it uses the systick timer
to generate time accurate delays. The blue LED flashes four times per second.
There is internal reference clock available on MCO output pin. This can be used
to debug the PLL clock setup by scope.
Board connections:
------------------
## Board connections
PA9 (MCO) Internal reference clock
| Port | Function | Description |
| ----- | -------- | ------------------------ |
| `PA9` | `(MCO)` | Internal reference clock |

View File

@@ -1,13 +1,12 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
# README
This example program sends repeating sequence of characters "0123456789" on
USART1 serial line of ST STM32F0DISCOVERY eval board.
The sending is done in a blocking way.
Board connections:
------------------
## Board connections
PA9 (USART1_TX) TTL serial output (38400,8,N,1)
| Port | Function | Description |
| ----- | ------------- | --------------------------------- |
| `PA9` | `(USART1_TX)` | TTL serial output `(38400,8,N,1)` |

View File

@@ -1,13 +1,12 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
# README
This example program sends a message "Pass: n" with increasing number n
from 0 to 200 on USART1 serial line of ST STM32F0DISCOVERY eval board.
The sending is done using newlib library in a blocking way.
Board connections:
------------------
## Board connections
PA9 (USART1_TX) TTL serial output (38400,8,N,1)
| Port | Function | Description |
| ----- | ------------- | --------------------------------- |
| `PA9` | `(USART1_TX)` | TTL serial output `(38400,8,N,1)` |