aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32
AgeCommit message (Collapse)Author
2011-10-31Added license header to cdcacm test python script.Piotr Esden-Tempski
2011-10-31Lisa-M HID example uses accelerometer to move mouse.Gareth McMullin
2011-10-31Fixed an application side buffer issue where resending the data failed. Now ↵Piotr Esden-Tempski
the example will retry to send the mirror data untill it succeeds. Also decreased the buffer back to 64 as it needs to be changed in more then one place.
2011-10-31Improved the script to give a better error count reporting.Piotr Esden-Tempski
2011-10-31Decreased serial read timeout on the test script to increase throughput.Piotr Esden-Tempski
2011-10-31Increased cdcacm serial buffer to 128.Piotr Esden-Tempski
2011-10-31Added cdcacm (usb serial) example for lisa-m with a small basic ↵Piotr Esden-Tempski
stresstesting python script.
2011-10-31usb_f107: Fixed lost 4 bytes on control OUT transaction.Gareth McMullin
2011-10-31Add miniblink example for STM32F4 discovery boardStephen Caudle
2011-10-31Move STM32 example projects in family specific foldersStephen Caudle
2011-10-12Remove orphaned file in git.Fergus Noble
2011-10-12Rename F1 examples folder.Fergus Noble
2011-10-12Update examples Makefiles to use the make shell function rather than ↵Fergus Noble
backticks for shell command expansion. Backticks are unreliable and don't work on all platforms.
2011-10-05Changed clock on lisa-m hid example to 72MHz and removed disconnect pin ↵Piotr Esden-Tempski
control as the stm32f105 has built in pullups.
2011-10-04Corrected led io for lisa/m v1.1 cleaned up some whitespace. Trying to get ↵Piotr Esden-Tempski
it to work...
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 ↵Piotr Esden-Tempski
led strips, using the LPD6803 controller.
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 ↵Piotr Esden-Tempski
variables. And calculates the full BRR value.
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 ↵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 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
This adds a directory of examples, tested on the STM32-Discovery, just modifications of: button, miniblink, fancyblink, usart, and rtc. Thanks Marko Kraljevic <krasnaya.zvezda@gmail.com> for the patch!
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 ↵Piotr Esden-Tempski
pwm 6step example to use those and commutate on button press using PWM ON scheme.
2011-01-30Cosmetics, consistency fixes, fix compiler warnings.Uwe Hermann