6 Commits

Author SHA1 Message Date
David Lechner
73677349c9 tool: consistently use raw strings for regular expressions
Newer versions of Python raise a SyntaxWarning when a regular expression
contains a backslash that is not part of an escape sequence. To prevent
this warning and future exceptions, use raw strings for all regular
expressions. Even strings without escape sequences are converted for
consistency. Some IDEs will apply special syntax highlighting to raw
strings, which can make it easier to decipher regular expressions.
2025-01-22 08:40:56 +01:00
Milanka Ringwald
03b8223bf9 tool: update copyright script 2021-11-01 11:20:13 +01:00
Milanka Ringwald
5b2fa894af tools: prepare script to update Copyright text 2020-11-24 11:18:28 +01:00
Milanka Ringwald
41e404d30d tools: update btstack_root 2020-11-06 14:20:22 +01:00
Matthias Ringwald
5c54401929 tool: update python scripts to python3 2020-07-09 16:24:31 +02:00
Matthias Ringwald
070c8da6de misc: collect misc scripts 2016-04-10 21:53:56 +02:00