Add doxyfile

Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
This commit is contained in:
Amir Hammad 2016-07-09 00:19:22 +02:00
parent 4f3a3905c9
commit 90d7268876
4 changed files with 2413 additions and 1 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@
*.cproject
*.project
*.a
doc

2406
Doxyfile Normal file

File diff suppressed because it is too large Load diff

View file

@ -160,6 +160,8 @@ LDLIBS += -Wl,--start-group -lc -lgcc -lnosys -Wl,--end-group
all: elf bin lib
doc:
doxygen
elf: $(BINARY).elf
bin: $(BINARY).bin
@ -257,7 +259,7 @@ else
$(*).elf
endif
.PHONY: images clean stylecheck styleclean elf bin hex srec list testing
.PHONY: images clean stylecheck styleclean elf bin hex srec list testing doc
-include $(OBJS:.o=.d)
build/lib$(LIBUSBHOSTNAME).a: $(OBJS)

View file

@ -42,6 +42,9 @@ Native device drivers (mostly for demonstration purposes):
fetch libopencm3 submodule and compile needed libraries
**How to generate documentation**
> make doc
**How to compile demo**