4 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
Matthias Ringwald
a9d074b9db tool/update_btstack_config: support adding more than one define 2022-04-04 12:41:41 +02:00
Milanka Ringwald
41e404d30d tools: update btstack_root 2020-11-06 14:20:22 +01:00
Milanka Ringwald
da3afb49ed config: tool for updating port configurations 2020-11-06 13:42:47 +01:00