Add Doxygen configuration file and makefile target

It can be used to generate sometimes useful call-graphs.
This commit is contained in:
Juan Antonio
2023-12-22 21:14:41 +01:00
committed by egzumer
parent 6f1cabc807
commit a715389a8b
3 changed files with 23 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ else # unix
RM = rm -f
FixPath = $1
WHERE = which
NULL_OUTPUT = /dev/null
NULL_OUTPUT = /dev/null
endif
AS = arm-none-eabi-gcc
@@ -441,3 +441,6 @@ bsp/dp32g030/%.h: hardware/dp32g030/%.def
clean:
$(RM) $(call FixPath, $(TARGET).bin $(TARGET).packed.bin $(TARGET) $(OBJS) $(DEPS))
doxygen:
doxygen