Add script for AVR style check.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15911 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
e31b74e1da
commit
58c4759d01
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
find ../../demos/AVR -name "*.[ch]" -exec perl stylecheck.pl "{}" \;
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
find ../../os/hal/ports/AVR/ -name "*.[ch]" -exec perl stylecheck.pl "{}" \;
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
find ../../testhal/AVR -name "*.[ch]" -exec perl stylecheck.pl "{}" \;
|
Loading…
Reference in New Issue