aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f1/stm32-discovery/usart/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f1/stm32-discovery/usart/README')
-rw-r--r--examples/stm32f1/stm32-discovery/usart/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/stm32f1/stm32-discovery/usart/README b/examples/stm32f1/stm32-discovery/usart/README
deleted file mode 100644
index 6d09139..0000000
--- a/examples/stm32f1/stm32-discovery/usart/README
+++ /dev/null
@@ -1,12 +0,0 @@
-------------------------------------------------------------------------------
-README
-------------------------------------------------------------------------------
-
-This example program sends some characters on USART1 on the
-ST STM32VLDISCOVERY eval board.
-
-The terminal settings for the receiving device/PC are 38400 8n1.
-
-The sending is done in a blocking way in the code, see the usart_irq example
-for a more elaborate USART example.
-