1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/mspdebug
Marian Buschsieweke aafc099a1c
dist/tools/mspdebug: build from source
This adds mspdebug as package, similar to EDBG, so that the
programmer/debugger is build from source.

This has the advantage that we can indeed provide patches of our own.
The first patch fixes a bug with the CPU detection of `mspdebug` in
combination with the Olimex MSP430-JTAG-TINY-V2. The second adds the
`--expect-id <CPU_NAME>` argument.

The RIOT integration is updated to directly make use of the
`--expect-id` parameter. No more spending time debugging why firmware
the firmware for the `olimex-msp430-h2618` doesn't run when flashed on
the `olimex-msp430h1611` hardware :D
2024-02-06 15:23:02 +01:00
..
patches dist/tools/mspdebug: build from source 2024-02-06 15:23:02 +01:00
.gitignore dist/tools/mspdebug: build from source 2024-02-06 15:23:02 +01:00
debug_srv.sh dist/tools/mspdebug: build from source 2024-02-06 15:23:02 +01:00
debug.sh dist/tools/mspdebug: build from source 2024-02-06 15:23:02 +01:00
Makefile dist/tools/mspdebug: build from source 2024-02-06 15:23:02 +01:00