1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 21:52:44 +01:00
RIOT/dist/tools/openocd
Marian Buschsieweke 47ec58dc9b
dist/tools/openocd: fix parsing of flash bank base
Since 80fc9fabc66a0bc767467fa14c703e5a9f340cd3 the format of the
`flash list` command changed to a more human readable multi-line
variant. Technically, the change is white-space only. Still, the
current approach of parsing them with awk, sed and cut doesn't like
the new multi-line format. The parsing is now delegated into a
python script that is compatible across OpenOCD versions.
2023-05-19 13:12:12 +02:00
..
adapters tools/openocd: add stlink-dap adapter 2020-11-13 10:43:08 +01:00
openocd_flashinfo.py dist/tools/openocd: fix parsing of flash bank base 2023-05-19 13:12:12 +02:00
openocd.sh dist/tools/openocd: fix parsing of flash bank base 2023-05-19 13:12:12 +02:00