Added documentation, removed library from Makefile
Making the mqtt as a .a library is a project for a later date. The recipe was broken and so was removed to avoid confusion. Added the Mozilla License header to the new files. Also a few small corrections and additions to the Doxygen documentation. Signed-off-by: A.M. Rowsell <amrowsell@frozenelectronics.ca>
This commit is contained in:
parent
d339bd525f
commit
049573ad4b
4 changed files with 25 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -23,7 +23,3 @@ flash: $(P)-0x00000.bin
|
|||
|
||||
clean:
|
||||
rm -f $(P) $(OBJ) $(P)-0x00000.bin $(P)-0x10000.bin *~
|
||||
|
||||
library:
|
||||
$(CC) -c -fPIC $(CFLAGS) $(P).c -o $(P).o
|
||||
$(AR) rcs lib$(P).a $(P).o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue