aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2011-10-31Add miniblink example for STM32F4 discovery boardStephen Caudle
2011-10-31Move STM32 example projects in family specific foldersStephen Caudle
2011-10-30stm32-h103/usb_dfu: Whitespace/coding-style fixes.Uwe Hermann
2011-10-30Olimex STM32-H103: Make the usb_dfu example work.Uwe Hermann
2011-10-29Changed the lisa/m dfu example to use PC2 led for enumeration indication inst...Piotr Esden-Tempski
2011-10-30lisa-m/usb_hid: Drop unused variable.Uwe Hermann
2011-10-29Switched the lisa/m usb_dfu to use stm32f107 init code.Piotr Esden-Tempski
2011-10-29Readded black magic probe support to example makefiles.Piotr Esden-Tempski
2011-10-29Merge remote-tracking branch 'fnoble/stm32f2'Uwe Hermann
2011-10-29Changed the lisa/m dfu example to run on stm32f105.Piotr Esden-Tempski
2011-10-26Removing silly dummy target.Fergus Noble
2011-10-12Fix stm32f1 filenames and pathStephen Caudle
2011-10-12SPI test now working on F2!Fergus Noble
2011-10-12SPI test (untested)Henry Hallam
2011-10-12Updating the usart example in jobygps to use fixed gpio code.Fergus Noble
2011-10-12OpenOCD config file for JobyGPS.Fergus Noble
2011-10-12Adding jobygps usart example.Fergus Noble
2011-10-12Change default prefix in Makefiles to arm-none-eabi for compatability with su...Fergus Noble
2011-10-12First F2 example working!Fergus Noble
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 backtick...Fergus Noble
2011-10-05Changed clock on lisa-m hid example to 72MHz and removed disconnect pin contr...Piotr Esden-Tempski
2011-10-04Corrected led io for lisa/m v1.1 cleaned up some whitespace. Trying to get it...Piotr Esden-Tempski
2011-10-04Switched all makefiles to arm-none-eabi default.Piotr Esden-Tempski
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