aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1
AgeCommit message (Collapse)Author
2011-11-10Cosmetic fixes in license headers.Uwe Hermann
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-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-31Move STM32 example projects in family specific foldersStephen Caudle