aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/stm32-h103/Makefile
AgeCommit message (Collapse)Author
2011-03-13More build improvements and fixed broken examples.Gareth McMullin
2011-03-07Merge remote-tracking branch 'gsmcmullin/master'Uwe Hermann
2011-02-20Added timer example that generates a variable frequency signal. In that ↵Piotr Esden-Tempski
particular case it is generating the SOS morse code on the eval board led.
2011-02-18Added a printf example that is using irq and a ring buffer to write to ↵Piotr Esden-Tempski
USART1 port. It is also reflecting the text you write to the device.
2011-02-17Added usart_printf example into the buildsystem.Piotr Esden-Tempski
2011-02-17Added usart_irq to the build system.Piotr Esden-Tempski
2011-02-17Added example using ITM and TPIU for TRACESWO output.Gareth McMullin
2011-01-13Renamed exti test to exti_both as it uses TRIGGER_BOTH mode and sampling the ↵Piotr Esden-Tempski
gpio pin to determine the state of the pin.
2011-01-13Added basic exti interrupt test.Piotr Esden-Tempski
2011-01-13Added a simple input test using the button on STM32-H103 eval board.Piotr Esden-Tempski
2010-12-30Cosmetics: Fix build output paths.Uwe Hermann
2010-12-30s/libopenstm32/libopencm3/ is some Makefiles.Uwe Hermann
2010-12-30Move STM32 examples to examples/stm32 subdir.Uwe Hermann