7 Commits

Author SHA1 Message Date
Maxim Prokhorov
fd7b36bebb test(scripts): typing 2025-06-08 22:07:56 +03:00
Maxim Prokhorov
fe421ff41d test(build): prettify memanalyser script 2025-06-08 22:07:56 +03:00
Maxim Prokhorov
74ce4d974d pio: update formatting 2022-08-30 03:18:11 +03:00
Maxim Prokhorov
57f04023d4 pio: major version option renames 2022-05-05 20:02:35 +03:00
Maxim Prokhorov
5ccc70e42e pio: trying to work out 6.0.0 changes 2022-05-05 17:50:21 +03:00
Max Prokhorov
5ac420dfcd Scripts: memanalyzer can use size instead of objdump (#2021)
* utils: use size instead of objdump, include .text1 in .text calculation

* cleanup class attrs, import
2019-11-28 19:48:53 +03:00
Max Prokhorov
0b5d200de1 Scripts: memanalyser fixes (#2014)
* scripts: memanalyzer fixes

- cleanup duplication
- cleanup external dependencies
- properly use subprocess when calling pio, add debug mode
- cleanup argparse usage, use store_true actions instead of counters
- use python3 syntax and python3 shebang by default
- fix some issues with module dependencies

* move to scripts

* use simple return

* quick fix for rfm

* codacy unused import

* formatting

* show defaults

* while at it, rewrite to make pylint happy

* fix unused

* add windows support + note
2019-11-27 01:07:50 +03:00