aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2011-11-12obldc examples: Fix comments and coding-style.Uwe Hermann
2011-11-12other/dogm128: Coding-style fixes.Uwe Hermann
2011-11-12other/adc_temperature_sensor: Cosmetics.Uwe Hermann
2011-11-12other/dma2mem: Fix typos and coding-style.Uwe Hermann
2011-11-12mb525: Fix coding-style and comments.Uwe Hermann
2011-11-12lisa-m/usbhid: Use short types such as u8.Uwe Hermann
2011-11-12lisa-m/usbhid: Coding-style fixes.Uwe Hermann
2011-11-12lisa-m/usb_cdcacm: Coding-style/whitespace fixes.Uwe Hermann
2011-11-12lisa-m/fancyblink: Fix copy-pasted code comments.Uwe Hermann
2011-11-12lm3s: Cosmetics.Uwe Hermann
2011-11-11stm32f4-discovery/miniblink: Fix board name typo.Uwe Hermann
2011-11-10Cosmetic fixes in license headers.Uwe Hermann
2011-11-02Add usart example for STM32F4 discovery boardStephen Caudle
2011-11-03stm32-h103 examples: Cosmetic and coding style fixes.Uwe Hermann
2011-11-02stm32f1/f2: Update to recent OpenOCD syntax.Uwe Hermann
2011-11-02stm32/f1/lisa-m/usb_hid: Fix compiler warning.Uwe Hermann
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 t...Piotr Esden-Tempski
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 stresstesting...Piotr Esden-Tempski
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
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