aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2011-11-03stm32-h103 examples: Cosmetic and coding style fixes.Uwe Hermann
2011-11-02stm32f1/f2: Update to recent OpenOCD syntax.Uwe Hermann
Newer versions of OpenOCD expect stm32f1x mass_erase 0 or stm32f2x mass_erase 0 instead of stm32x mass_erase 0 So far, there doesn't seem to be an explicit F4 command, so leave that untouched for now.
2011-11-02stm32/f1/lisa-m/usb_hid: Fix compiler warning.Uwe Hermann
BUILD examples/stm32/f1/lisa-m/usb_hid usbhid.c: In function 'main': usbhid.c:316:10: warning: unused variable 'x'
2011-11-02Various cosmetic and whitespace fixes.Uwe Hermann
2011-11-02Rename STM32 discovery folders to be more specificStephen Caudle
2011-11-02Add STM32F4 fancyblink exampleStephen Caudle
2011-11-02Add STM32F4 button exampleStephen Caudle
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-30stm32-h103/usb_dfu: Whitespace/coding-style fixes.Uwe Hermann
2011-10-30Olimex STM32-H103: Make the usb_dfu example work.Uwe Hermann
On this board PC11 must be low to connect the USB. Thanks Gareth McMullin <gareth@blacksphere.co.nz> for pointing this out.
2011-10-29Changed the lisa/m dfu example to use PC2 led for enumeration indication ↵Piotr Esden-Tempski
instead of switching off jtag and using trst led.
2011-10-30lisa-m/usb_hid: Drop unused variable.Uwe Hermann
This avoids a compiler warning.
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 ↵Fergus Noble
summon toolchain out the box.
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 ↵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-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 ↵Piotr Esden-Tempski
led strips, using the LPD6803 controller.