[stm32f429i-discovery] Moved Chucks example to usart_console

Chucks example is more elaborate than the simple ported example so we
keep both.
This commit is contained in:
Piotr Esden-Tempski
2015-01-22 16:05:48 -08:00
parent ed4bec540c
commit fbcb1ca66e
5 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
Simple USART Example
--------------------
This example sets up a USART port and provides a few simple
character handling functions to that a short interactive program
can be demonstrated. It re-uses the clock setup from systick_blink
and that means you could do times delays but that aspect isn't used.
After this example we do character handling with interrupts.