riscv-openocd/tools/scripts
Antonio Borneo 9f25e470f9 checkpatch: enable CAMELCASE test
OpenOCD has to deal with CamelCase API, mainly from inttypes.h,
jimtcl, libusb and Windows.

Modify checkpatch script to load from a file the list of allowed
CamelCase symbols.
Populate the file 'camelcase.txt' with the symbols that OpenOCD
has to get from external library, plus some of the symbols that
should be fixed later.
Enable CAMELCASE test in configuration script.
Add generated files to .gitignore.
Remove the check for 'known' CamelCase symbols from include folder
as this will not work on OpenOCD Jenkins, as it run checkpatch on
already patched code.

Change-Id: I0415af673ed9f985394405ff8f1eeec81135410a
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6170
Tested-by: jenkins
2022-09-18 08:20:56 +00:00
..
camelcase.txt checkpatch: enable CAMELCASE test 2022-09-18 08:20:56 +00:00
checkpatch.pl checkpatch: enable CAMELCASE test 2022-09-18 08:20:56 +00:00
const_structs.checkpatch checkpatch: import new script version from kernel v6.0-rc3 2022-09-18 08:16:40 +00:00
spdxcheck.py checkpatch: check for SPDX tags of licenses in use 2022-09-18 08:19:47 +00:00
spdxexclude checkpatch: import new script version from kernel v6.0-rc3 2022-09-18 08:16:40 +00:00
spelling.txt checkpatch: import new script version from kernel v6.0-rc3 2022-09-18 08:16:40 +00:00
typedefs.txt checkpatch: add list of typedef used in OpenOCD 2022-09-18 08:19:28 +00:00