Bug Fixes
lager debug eraseandlager debug flashnow correctly pass the JLinkScript to J-Link during the connect step. Previously onlygdbserverpassed the script, causing erase/flash to fail on MCUs that require a JLinkScript to load the correct flash algorithm (e.g. DA1469x with external QSPI flash)- For DA1469x targets, erase now uses address-range erase instead of chip erase, and no longer halts after erase when flashing
- Fixed crash when running RTT after flashing
- Improved J-Link process management: stale PID files are now cleaned up, and JLinkGDBServer is stopped before chip erase operations

