Auterion / embedded-debug-tools

Tools for debugging and profiling ARM Cortex-M devices as found on the PX4 Autopilot FMU boards
https://auterion.github.io/embedded-debug-tools/
BSD 3-Clause "New" or "Revised" License
51 stars 7 forks source link

px4_reload uses wrong folder structure #7

Open wico-merkel opened 5 months ago

wico-merkel commented 5 months ago

Hello,

I think I found a hard coded folder structure while I was playing around with the emdbg tool. Most likely nothing major to fix, but since I am unfamiliar with the project I report it first.

2024-05-03_12-03

Regards, Kevin

niklaut commented 4 months ago

Ooops, that's also broken for me now, since I moved the project around. This path should probably be determined with __file__ instead.