aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32
AgeCommit message (Expand)Author
2011-10-02Added black magic probe flashing support to the example code makefile.Piotr Esden-Tempski
2011-10-02Switched the makefile default from arm-elf to arm-none-eabi.Piotr Esden-Tempski
2011-07-13Move enabling the USB Clock into stm32f10x_usbd_initUwe Bonnes
2011-04-28Merge remote-tracking branch 'gsmcmullin/master'.Uwe Hermann
2011-04-24Delete example dependencies on 'make clean'Gareth McMullin
2011-03-15Added simple USB example for STM32F107.Gareth McMullin
2011-03-14Small cleanup and added random blinking option.Piotr Esden-Tempski
2011-03-13Cleaned up warning in led_stripe example.Piotr Esden-Tempski
2011-03-14Added dependency generation. Abort loops on error.Gareth McMullin
2011-03-13Added an example for STM32-H103 eval board to drive the ZJ168 addressable led...Piotr Esden-Tempski
2011-03-13More build improvements and fixed broken examples.Gareth McMullin
2011-03-13Simplified build system for adding new examples.Gareth McMullin
2011-03-11Usart baud rate setting function now uses the new apb1 and apb2 frequency var...Piotr Esden-Tempski
2011-03-11Fixed a small typo in exti test.Piotr Esden-Tempski
2011-03-09Added 12MHz external clock rcc setup routine.Piotr Esden-Tempski
2011-03-07Merge remote-tracking branch 'gsmcmullin/master'Uwe Hermann
2011-02-20Added timer example that generates a variable frequency signal. In that parti...Piotr Esden-Tempski
2011-02-18Added a printf example that is using irq and a ring buffer to write to USART1...Piotr Esden-Tempski
2011-02-17Added usart_printf example into the buildsystem.Piotr Esden-Tempski
2011-02-17Added an example using newlib printf for writing to UART1.Piotr Esden-Tempski
2011-02-17Added usart_irq to the build system.Piotr Esden-Tempski
2011-02-17Added usart_irq test for stm32-h103 board.Piotr Esden-Tempski
2011-02-17Made usart_irq example more robust. It should not duplicate bytes anymore.Piotr Esden-Tempski
2011-02-17Added example using ITM and TPIU for TRACESWO output.Gareth McMullin
2011-02-14Added fanciblink for Lisa/M.Piotr Esden-Tempski
2011-02-09STM32VLDISCOVERY: Fix ld file comments (STM32F100RB).Uwe Hermann
2011-02-09STM32VLDISCOVERY: Fix some incorrect GPIO comments.Uwe Hermann
2011-02-09Use ST STM32VLDISCOVERY board name consistently.Uwe Hermann
2011-02-09Add some examples for the STM32-Discovery board.Uwe Hermann
2011-02-09Minor cosmetics, whitespace.Uwe Hermann
2011-01-31Added set prescaler and set repetition counter functions to timer.Piotr Esden-Tempski
2011-01-31Added timer reset function.Piotr Esden-Tempski
2011-01-31Added timer flag reset function.Piotr Esden-Tempski
2011-01-31Added interrupt and event generation handling functions to timer. Updated pw...Piotr Esden-Tempski
2011-01-30Cosmetics, consistency fixes, fix compiler warnings.Uwe Hermann
2011-01-30Fancyblink example for Olimex STM32-H107 board.Damjan Marion
2011-01-30Abstracted USB driver interface to to allow driver selection.Gareth McMullin
2011-01-28Added break and dead time convenience functions. Adapted 6step example to ref...Piotr Esden-Tempski
2011-01-28Replaced OC mode selection with an enum, makes it simpler to use.Piotr Esden-Tempski
2011-01-27Added output compare channel convenience functions and adapted the pwm_6step ...Piotr Esden-Tempski
2011-01-27Started a pwm 6step output example. Enabled timer convenience functions and s...Piotr Esden-Tempski
2011-01-13Changed button and exti tests to use floating input as pullup is not needed.Piotr Esden-Tempski
2011-01-13Added a simple exti test using rising and falling trigger instead of sampling...Piotr Esden-Tempski
2011-01-13Renamed exti test to exti_both as it uses TRIGGER_BOTH mode and sampling the ...Piotr Esden-Tempski
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
2011-01-03Use __asm__("nop") in the loop-based delays.Uwe Hermann
2011-01-02Ported pwmleds (pwm timer output test) to obldc.Piotr Esden-Tempski
2010-12-31Some more file/path restructuring.Uwe Hermann
2010-12-30Cosmetics: Fix build output paths.Uwe Hermann