littlefs/scripts
Christopher Haster f0cc1db793 Tweaked changeprefix.py to not rename dir component in paths
This wasn't implemented correctly anyways, as it would need to recursively
rename directories that may not exist. Things would also get a bit
complicated if only some files in a directory were renamed.

Doable, but not needed for our use case.

For now just ignore any directory components. Though this may be worth
changing if the source directory structure becomes more complicated in
the future (maybe with a -r/--recursive flag?).
2023-04-19 18:33:47 -05:00
..
bench.py Tweaked/fixed a number of small runner things after a bit of use 2022-12-17 12:35:44 -06:00
changeprefix.py Tweaked changeprefix.py to not rename dir component in paths 2023-04-19 18:33:47 -05:00
code.py A couple of script changes after CI integration 2022-12-06 23:09:07 -06:00
cov.py A couple of script changes after CI integration 2022-12-06 23:09:07 -06:00
data.py A couple of script changes after CI integration 2022-12-06 23:09:07 -06:00
perf.py A couple of script changes after CI integration 2022-12-06 23:09:07 -06:00
perfbd.py A couple of script changes after CI integration 2022-12-06 23:09:07 -06:00
plot.py Adopted --subplot* in plot.py 2022-12-16 16:47:42 -06:00
plotmpl.py Adopted --subplot* in plot.py 2022-12-16 16:47:42 -06:00
prettyasserts.py A number of small script fixes/tweaks from usage 2022-11-15 13:42:07 -06:00
readblock.py Added/improved disk-reading debug scripts 2020-01-20 19:27:27 -06:00
readmdir.py Reverted removal of 1-bit counter threaded through tags 2022-12-17 12:42:05 -06:00
readtree.py Fixed typo in scripts/readtree.py 2020-11-22 15:05:22 -06:00
stack.py A couple of script changes after CI integration 2022-12-06 23:09:07 -06:00
structs.py A couple of script changes after CI integration 2022-12-06 23:09:07 -06:00
summary.py A couple of script changes after CI integration 2022-12-06 23:09:07 -06:00
tailpipe.py Added teepipe.py and watch.py 2022-11-15 13:38:13 -06:00
teepipe.py Added teepipe.py and watch.py 2022-11-15 13:38:13 -06:00
test.py Added --gdb-pl to test.py for breaking on specific powerlosses 2022-12-17 12:39:42 -06:00
tracebd.py Added teepipe.py and watch.py 2022-11-15 13:38:13 -06:00
watch.py Added teepipe.py and watch.py 2022-11-15 13:38:13 -06:00