aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2009-07-18Switch the license to GPL, version 3 or later.Uwe Hermann
2009-07-18Add examples for LED blinking code, both, manually and using the API.Uwe Hermann
2009-07-18Update example application README wrt flashing instructions.Uwe Hermann
2009-07-18Implement the simplest possible (working) blinking LED example application.Uwe Hermann
2009-07-18Silence OpenOCD per default, use V=1 for more verbose output.Uwe Hermann
2009-07-18Have *.o files depend on Makefile, in case we change gcc -O values there.Uwe Hermann
2009-07-18Don't use OpenOCD's "resume" command, only "reset" will work correctly.Uwe Hermann
2009-07-18Make 'flash' target a bit more generic and drop absolute paths.Uwe Hermann
2009-07-18Make OpenOCD location easily configurable by using a variable.Uwe Hermann
2009-07-17Add 'make flash' target using recent OpenOCD versions.Uwe Hermann
2009-07-17Fix incorrect location of the board files of recent OpenOCD versions.Uwe Hermann
2009-07-17Add README for the example project.Uwe Hermann
2009-07-16Create bin, hex, srec, and list files for the example project.Uwe Hermann
2009-07-16Use a Linux kernel style build output printing.Uwe Hermann
2009-07-16Add 'make V=1' support for the example blink code.Uwe Hermann
2009-07-16Add first example project (framework) using libopenstm32.Uwe Hermann