12 Commits

Author SHA1 Message Date
Uwe Hermann
ef766da468 Merge remote-tracking branch 'gsmcmullin/master' 2011-03-07 13:37:30 +01:00
Piotr Esden-Tempski
6694f3dc0c Added timer example that generates a variable frequency signal. In that particular case it is generating the SOS morse code on the eval board led. 2011-02-20 18:02:19 -08:00
Piotr Esden-Tempski
662e77b4ee Added a printf example that is using irq and a ring buffer to write to USART1 port. It is also reflecting the text you write to the device. 2011-02-18 12:18:57 -08:00
Piotr Esden-Tempski
a71c4c128a Added usart_printf example into the buildsystem. 2011-02-17 20:35:30 -08:00
Piotr Esden-Tempski
4667760392 Added usart_irq to the build system. 2011-02-17 18:37:51 -08:00
Gareth McMullin
4ed536c988 Added example using ITM and TPIU for TRACESWO output. 2011-02-17 21:50:00 +13:00
Piotr Esden-Tempski
9cea5525f6 Renamed exti test to exti_both as it uses TRIGGER_BOTH mode and sampling the gpio pin to determine the state of the pin. 2011-01-13 15:10:14 -08:00
Piotr Esden-Tempski
8530f36df1 Added basic exti interrupt test. 2011-01-13 14:50:13 -08:00
Piotr Esden-Tempski
c208e0b3c5 Added a simple input test using the button on STM32-H103 eval board. 2011-01-13 12:54:22 -08:00
Uwe Hermann
bc9d45556a Cosmetics: Fix build output paths. 2010-12-30 14:18:04 +01:00
Uwe Hermann
48b514d3ef s/libopenstm32/libopencm3/ is some Makefiles. 2010-12-30 03:45:00 +01:00
Uwe Hermann
bcce98da54 Move STM32 examples to examples/stm32 subdir. 2010-12-30 01:52:44 +01:00