aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2010-03-05Consistently use the hex file for flashing.Uwe Hermann
2010-03-05Makefile output cosmetic improvements.Uwe Hermann
2010-03-05Drop unused comments.Uwe Hermann
2010-03-05Print "Entering directory" only upon "make V=1".Uwe Hermann
2010-03-05Use standardized reg32 variable name.Uwe Hermann
2010-03-05Add i2c_stts75_sensor example.Uwe Hermann
2010-03-04Add missing spi.h #include.Uwe Hermann
2010-03-04Added standard clock setup routines.Piotr Esden-Tempski
2010-03-04Cleaned up header inclusion.Piotr Esden-Tempski
2010-03-02Add SPI example framework (unfinished).Uwe Hermann
2010-02-27Added gamma 2.2 and set as default gamma for fade mode.Piotr Esden-Tempski
2010-02-24Add missing Makefile snippets for pwmleds.Uwe Hermann
2010-02-23Revert unintended change.Uwe Hermann
2010-02-23Cosmetics, whitespace, coding style.Uwe Hermann
2010-02-22Added KITT mode.Piotr Esden-Tempski
2010-02-22Added gamma 2.5 corrected 3.0 table added fade mode.Piotr Esden-Tempski
2010-02-22Scaled gamma 1.3 table to cover whole power range.Piotr Esden-Tempski
2010-02-22Added proper gamma correction tables.Piotr Esden-Tempski
2010-02-22Added pwmleds example for mb252 board.Piotr Esden-Tempski
2010-01-26Use --no-print-directory option of 'make'.Uwe Hermann
2010-01-26Cosmetics in build output.Uwe Hermann
2010-01-26Fix Makefile to use new directory names.Uwe Hermann
2010-01-26Rename example directory names to all-lowercase.Uwe Hermann
2010-01-25Updated example README files.Piotr Esden-Tempski
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