Add doxyfile
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
This commit is contained in:
parent
4f3a3905c9
commit
90d7268876
4 changed files with 2413 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
|||
*.cproject
|
||||
*.project
|
||||
*.a
|
||||
doc
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue