microbit-foundation / DAPLink

This DAPLink fork is only for development - everything is submitted upstream - please file issues on https://github.com/ARMmbed/DAPLink
Apache License 2.0
9 stars 2 forks source link

Add target URL to details.txt file #5

Closed microbit-carlos closed 6 years ago

microbit-carlos commented 6 years ago

Depends on

Nothing

Description

It is useful for editors to be able to grab the URL and direct users there in some situations. Grabbing the URL from the HTML file would require funny and brittle implementations (possibly with regexes), this should be easily available in the details.txt file, where it belongs together with other useful board information.

Todo

Completion Criteria

Conclusion

Implemented by Mbed team. Released in DAPLink v0247: https://github.com/ARMmbed/DAPLink/releases/tag/v0247

microbit-carlos commented 6 years ago

https://github.com/microbit-foundation/DAPLink/tree/details_url

microbit-carlos commented 6 years ago

Implemented by the Mbed team and in master already.