Uwe Hermann
|
8e5acecc6e
|
More path and name changes.
|
14 years ago |
Uwe Hermann
|
8e084b1517
|
Move STM32-specific source to lib/stm32 subdir.
|
14 years ago |
Uwe Hermann
|
bcce98da54
|
Move STM32 examples to examples/stm32 subdir.
|
14 years ago |
Uwe Hermann
|
6a16711bee
|
Install USB headers upon 'make install'.
|
14 years ago |
Uwe Hermann
|
87df73edf2
|
Print "Entering directory" only upon "make V=1".
|
15 years ago |
Uwe Hermann
|
428e328b7e
|
Install the ld script upon 'make install'.
|
16 years ago |
Uwe Hermann
|
920ea7dbdb
|
Fix typo, s/example/examples/ after an earlier rename.
|
16 years ago |
Uwe Hermann
|
db0e59da96
|
Rename example subdir to examples, we'll have more than one.
|
16 years ago |
Uwe Hermann
|
83f5c58eb9
|
Switch the license to GPL, version 3 or later.
|
16 years ago |
Uwe Hermann
|
caeba0c631
|
Rename INCLUDEDIR to INCDIR for brevity.
|
16 years ago |
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
|
16 years ago |
Uwe Hermann
|
f0661cb343
|
Make default build silent, use 'make V=1' for verbose build.
|
16 years ago |
Uwe Hermann
|
74620a94d0
|
Add initial top-level Makefile.
|
16 years ago |