[README] Coarse sweep to use markup in READMEs.
This should improve online readability of the readme files.
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This is small LED blinking example program using libopencm3.
|
||||
|
||||
It's intended for the ST STM32-based Olimex STM32-H107 eval board (see
|
||||
http://olimex.com/dev/stm32-h107.html for details). It should blink
|
||||
the LED on the board.
|
||||
It's intended for the ST STM32-based
|
||||
[Olimex STM32-H107 eval board](http://olimex.com/dev/stm32-h107.html).
|
||||
It should blink the LED on the board.
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This small example program operates on internal FLASH memory by using libopencm3.
|
||||
This small example program operates on internal FLASH memory by using
|
||||
libopencm3.
|
||||
|
||||
It's intended for all devboards with STM32f107 microcontrollers. To use this example it is essential to use USART1 port.
|
||||
It writes text string entered via serial port terminal (ex. teraterm) into internal FLASH memory and then it reads it.
|
||||
It's intended for all devboards with STM32f107 microcontrollers. To use this
|
||||
example it is essential to use USART1 port. It writes text string entered via
|
||||
serial port terminal (ex. teraterm) into internal FLASH memory and then it
|
||||
reads it.
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This is small USB controlled LED blinking example program using libopencm3.
|
||||
|
||||
It's intended for the ST STM32-based Olimex STM32-H107 eval board (see
|
||||
http://olimex.com/dev/stm32-h107.html for details). The usbtest.py
|
||||
script in this directory maybe used to control the LED.
|
||||
It's intended for the ST STM32-based
|
||||
[Olimex STM32-H107 eval board](http://olimex.com/dev/stm32-h107.html).
|
||||
The usbtest.py script in this directory maybe used to control the LED.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user