David Lechner
0ca3fe1c31
remove semicolons from python files
...
Random semicolons in Python are distracting when reading the code.
2025-01-22 08:40:56 +01:00
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
755c0732eb
tool/create_packet_log: support ISO packets
2024-08-23 09:31:17 +02:00
Matthias Ringwald
dde2e0f082
tool/create_packet_log: ignore SEGGER RTT console prefix
2023-07-18 16:51:40 +02:00
Matthias Ringwald
e698d63d6c
tool/create_packet_log: try to deal with windows 16-bit unicode by dropping \0 characters
2020-08-26 17:08:12 +02:00
Matthias Ringwald
5c54401929
tool: update python scripts to python3
2020-07-09 16:24:31 +02:00
Matthias Ringwald
9aa76d51a0
tool/create_packet_log: report parsing error and continue
2018-03-14 17:05:10 +01:00
Matthias Ringwald
811ddedbd4
tool: handle SCO packets in create_packet_log.py
2017-10-13 23:13:43 +02:00
Matthias Ringwald
e4aea38e5f
tool: strip newlines from packet log in create_packet_log.py
2017-04-03 19:12:02 +02:00
Matthias Ringwald
ad6274a743
hci_dump: print timestamp for embedded targets, too. Parse timestamps in packet logs
2016-10-03 10:58:38 +02:00
Matthias Ringwald
d398ec02f8
use basename + .pklg as outname for create_packet_log tool
2016-01-06 11:36:16 +01:00
Matthias Ringwald
f55dd2ad86
Merge branch 'master' into ble-api-cleanup
...
Conflicts:
tool/generate.py
2015-12-18 21:47:34 +01:00
Matthias Ringwald
1ca3442b09
use singular for root level folders
2015-11-13 09:36:05 +01:00