aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2010-01-25Moved vector_table to the library.Piotr Esden-Tempski
2010-01-25Fixed ROM start address in linker scripts.Piotr Esden-Tempski
2010-01-25Added fancyblink example for the MB525 eval board.Piotr Esden-Tempski
2010-01-22Moved all examples to a board specific folder.Piotr Esden-Tempski
2010-01-15Added USART_ prefix to bit definitions.Piotr Esden-Tempski
2009-12-31Modularize OpenOCD paths in the example Makefiles.Uwe Hermann
2009-08-31Add rcc_peripheral_{reset,clear_reset} functions.Uwe Hermann
2009-07-25Add default alternate function GPIO pin definitions.Uwe Hermann
2009-07-25Add a simple USART example project which sends some bytes.Uwe Hermann
2009-07-25Fix docs: OpenOCD 'resume' command doesn't work properly, use 'reset'.Uwe Hermann
2009-07-25Factor out some code into gpio_setup().Uwe Hermann
2009-07-25Add mini ld scripts in the example which include the global one.Uwe Hermann
2009-07-25The -L linker option should come before any ldscript file.Uwe Hermann
2009-07-24Factor out ld scripts into one common script in the lib.Uwe Hermann
2009-07-24Simplify example Makefiles by using only one TOOLCHAIN_DIR variable.Uwe Hermann
2009-07-22Examples now use the toolchain installed libopenstm32 in default setting. (Un...Piotr Esden-Tempski
2009-07-22Implement clock_setup() in fancyblink, STM32 should now run at 72 MHz.Uwe Hermann
2009-07-22Add a 'fancyblink' example, currently mostly a copy of miniblink.Uwe Hermann
2009-07-22Show example of rcc_enable_peripheral_clock() in miniblink.c.Uwe Hermann
2009-07-20Turn miniblink in the smallest-possible example using the library.Uwe Hermann
2009-07-20Finish rename to 'miniblink'.Uwe Hermann
2009-07-20Move the 'blink' example into a 'miniblink' subdirectory.Uwe Hermann
2009-07-20Rename example subdir to examples, we'll have more than one.Uwe Hermann