Add missing U2S board definition, update build tests and documentation.
This commit is contained in:
parent
4a4b9d3051
commit
ed922ff422
5 changed files with 7 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ all:
|
|||
|
||||
# Print a list of all filenames and line numbers that exceed an allowed threshold
|
||||
line-lengths:
|
||||
awk '{ if (length > 150) { print FILENAME, ":", FNR, "[", length, "]" } }' `find $(LUFA_ROOT) -name *.[ch]`
|
||||
awk '{ if (length > 120) { print FILENAME, ":", FNR, "[", length, "]" } }' `find $(LUFA_ROOT) -name *.[ch]`
|
||||
|
||||
# Generate a header containing all library functions
|
||||
function-list:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue