libopencm3/examples/stm32/stm32-h103
Piotr Esden-Tempski 4095c167d3 Small cleanup and added random blinking option. 2011-03-14 11:09:18 -07:00
..
button Changed button and exti tests to use floating input as pullup is not needed. 2011-01-13 15:12:07 -08:00
exti_both Fixed a small typo in exti test. 2011-03-11 19:41:39 -08:00
exti_rising_falling Changed button and exti tests to use floating input as pullup is not needed. 2011-01-13 15:12:07 -08:00
fancyblink Use __asm__("nop") in the loop-based delays. 2011-01-03 01:12:07 +01:00
led_stripe Small cleanup and added random blinking option. 2011-03-14 11:09:18 -07:00
miniblink Use __asm__("nop") in the loop-based delays. 2011-01-03 01:12:07 +01:00
pwm_6step Added set prescaler and set repetition counter functions to timer. 2011-01-31 22:08:37 -08:00
spi Some more file/path restructuring. 2010-12-31 18:18:39 +01:00
timer 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
traceswo Added example using ITM and TPIU for TRACESWO output. 2011-02-17 21:50:00 +13:00
usart Usart baud rate setting function now uses the new apb1 and apb2 frequency variables. And calculates the full BRR value. 2011-03-11 19:51:48 -08:00
usart_irq Added usart_irq test for stm32-h103 board. 2011-02-17 18:35:51 -08:00
usart_irq_printf 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
usart_printf Added an example using newlib printf for writing to UART1. 2011-02-17 20:12:44 -08:00
usb_cdcacm Minor cosmetics, whitespace. 2011-02-09 01:06:43 +01:00
usb_dfu Minor cosmetics, whitespace. 2011-02-09 01:06:43 +01:00
usb_hid Minor cosmetics, whitespace. 2011-02-09 01:06:43 +01:00
usb_iap Minor cosmetics, whitespace. 2011-02-09 01:06:43 +01:00
Makefile Added an example for STM32-H103 eval board to drive the ZJ168 addressable led strips, using the LPD6803 controller. 2011-03-13 20:41:28 -07:00