misc: change old wiki links to point to website instead
This commit is contained in:
parent
9a0bbd3b37
commit
f157eefaf0
2
HACKING
2
HACKING
|
@ -1 +1 @@
|
||||||
See https://github.com/blackmagic-debug/blackmagic/wiki/Hacking
|
See https://black-magic.org/hacking/hacking.html
|
||||||
|
|
|
@ -14,11 +14,11 @@ standard USB interface. The user is able to control exactly what happens
|
||||||
using the GNU source level debugging software, GDB.
|
using the GNU source level debugging software, GDB.
|
||||||
Serial Wire Output (SWO) allows the target to write tracing and logging to the host
|
Serial Wire Output (SWO) allows the target to write tracing and logging to the host
|
||||||
without using usb or serial port. Decoding SWO in the probe itself
|
without using usb or serial port. Decoding SWO in the probe itself
|
||||||
makes [SWO viewing as simple as connecting to a serial port](https://github.com/blackmagic-debug/blackmagic/wiki/Serial-Wire-Output).
|
makes [SWO viewing as simple as connecting to a serial port](https://black-magic.org/usage/swo.html).
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
* [Documentation](https://github.com/blackmagic-debug/blackmagic/wiki)
|
* [Official website](https://black-magic.org/index.html)
|
||||||
* [Binary builds](http://builds.blacksphere.co.nz/blackmagic)
|
* [Binary builds](http://builds.blacksphere.co.nz/blackmagic)
|
||||||
|
|
||||||
## Toolchain specific remarks
|
## Toolchain specific remarks
|
||||||
|
|
|
@ -143,7 +143,7 @@ Setting an identifier string is optional. RTT gives the same output at the same
|
||||||
|
|
||||||
## Operating systems
|
## Operating systems
|
||||||
|
|
||||||
[Configuration](https://github.com/blacksphere/blackmagic/wiki/Getting-Started) instructions for windows, linux and macos.
|
[Configuration](https://black-magic.org/getting-started.html) instructions for windows, linux and macos.
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue