Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload: Change GDB load command to flash post-build processed image
With this adjustment, GDB load command changes to "load <app>.hex" from just "load": 1. "Load" will load <app>.elf and is inappropriate for targets like bootloader or TF-M enabled which need to post-build process images. 2. "load <app>.bin" is not considered because GDB load command doesn't support binary format.
- Loading branch information