vf6xx: add UART example

The UART's baud rate is calculated using the current clock
configuration from the clock module. This example makes use
of the standard C library and writes the characters to the
UART in blocking mode.
This commit is contained in:
Stefan Agner
2014-07-09 23:57:02 +02:00
committed by Karl Palsson
parent 849bdc8001
commit 0b9e7d0d5d
5 changed files with 170 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ TARGETS := stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/l0 stm32/l1
TARGETS += lpc/lpc13xx lpc/lpc17xx #lpc/lpc43xx
TARGETS += tiva/lm3s tiva/lm4f
TARGETS += efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg
TARGETS += vf6xx
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)