zephyr/scripts/checkpatch
Gerard Marull-Paretas 0a4b248047 scripts: checkpatch: add Atmel Pwm typedef
Add Atmel Pwm typedef so that when doing `Pwm * const pwm` definition
checkpatch doesn't complain about the position of the '*'. If not added,
we must define `Pwm *const pwm` to make checkpatch happy, but,
clang-format results in `Pwm * const pwm` (correct).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-07-12 17:51:23 +02:00
..
check_known_checkpatch_issues.sh scripts: Allow use of bash outside of /bin 2022-03-08 11:11:10 +01:00
do_checkpatch.sh scripts: move checkpatch scripts to checkpatch/ 2017-09-11 08:53:56 -07:00
maintainer-checkpatch.bash scripts: Allow use of bash outside of /bin 2022-03-08 11:11:10 +01:00
timestamp scripts: Allow use of bash outside of /bin 2022-03-08 11:11:10 +01:00
typedefsfile scripts: checkpatch: add Atmel Pwm typedef 2022-07-12 17:51:23 +02:00