Uwe Hermann
cf7d4df189
Make OpenOCD location easily configurable by using a variable.
2009-07-18 01:31:08 +02:00
Uwe Hermann
e04cec3b5d
Add 'make flash' target using recent OpenOCD versions.
2009-07-17 23:03:42 +02:00
Uwe Hermann
9385e69344
Fix incorrect location of the board files of recent OpenOCD versions.
2009-07-17 19:19:08 +02:00
Uwe Hermann
e79dc2d65e
Add README for the example project.
2009-07-17 13:55:25 +02:00
Uwe Hermann
bdba3af3a6
Create bin, hex, srec, and list files for the example project.
2009-07-16 15:49:28 +02:00
Uwe Hermann
3a2c63129e
Use a Linux kernel style build output printing.
...
Example:
$ make install
BUILD lib
CC gpio.o
AR libopenstm32.a
BUILD example
CC blink.o
LD blink
INSTALL headers
INSTALL lib
$ make clean
CLEAN blink.o
CLEAN blink
CLEAN gpio.o
CLEAN libopenstm32.a
2009-07-16 15:15:26 +02:00
Uwe Hermann
1c459b8c48
Add 'make V=1' support for the example blink code.
2009-07-16 14:59:06 +02:00
Uwe Hermann
0efee48451
Add first example project (framework) using libopenstm32.
...
This is intended as a small blink example for the Olimex STM32-H103 board.
It doesn't do anything useful (yet), but it builds fine.
There's a sample Makefile and a preliminary ld script (which probably
needs some more work).
2009-07-16 14:29:00 +02:00