diff --git a/tools/style/style_avr_demos.sh b/tools/style/style_avr_demos.sh new file mode 100644 index 000000000..4eac060ff --- /dev/null +++ b/tools/style/style_avr_demos.sh @@ -0,0 +1,2 @@ +#!/bin/bash +find ../../demos/AVR -name "*.[ch]" -exec perl stylecheck.pl "{}" \; diff --git a/tools/style/style_avr_lld.sh b/tools/style/style_avr_lld.sh new file mode 100644 index 000000000..e5de137cb --- /dev/null +++ b/tools/style/style_avr_lld.sh @@ -0,0 +1,2 @@ +#!/bin/bash +find ../../os/hal/ports/AVR/ -name "*.[ch]" -exec perl stylecheck.pl "{}" \; diff --git a/tools/style/style_avr_testhal.sh b/tools/style/style_avr_testhal.sh new file mode 100644 index 000000000..582473cb7 --- /dev/null +++ b/tools/style/style_avr_testhal.sh @@ -0,0 +1,2 @@ +#!/bin/bash +find ../../testhal/AVR -name "*.[ch]" -exec perl stylecheck.pl "{}" \;