You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arm-software/embedded/docs/migrating.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ particularly C and C++ standards compliance, during build time.
20
20
Arm Toolchain for Embedded provides support for multiple sanitizers
21
21
and memory safety features to also catch typical issues at runtime during testing,
22
22
see the [Clang documentation](https://clang.llvm.org/docs/index.html)
23
-
and [samples](https://gitlab.arm.com/toolchains/arm-toolchain/-/blob/arm-software/embedded/samples/src).
23
+
and [samples](https://github.com/arm/arm-toolchain/-/blob/arm-software/embedded/samples/src).
24
24
25
25
Arm Toolchain for Embedded provides superior performance when targeting the
26
26
Armv8-M or later architecture, including the
@@ -83,7 +83,7 @@ For example, GNU and LLVM compilers differ in:
83
83
## Multilib support
84
84
85
85
LLVM toolchain for Arm provides multilib support similar to the GNU toolchain,
86
-
see _Using the toolchain_ section in the [README](https://gitlab.arm.com/toolchains/arm-toolchain/-/blob/arm-software/embedded/README.md#using-the-toolchain),
86
+
see _Using the toolchain_ section in the [README](https://github.com/arm/arm-toolchain/-/blob/arm-software/embedded/README.md#using-the-toolchain),
87
87
however uses different command line options to control selection of semihosting.
88
88
89
89
|Use case|GNU options|LLVM options|
@@ -121,5 +121,5 @@ section and referenced by the `__interrupt_vector` symbol.
121
121
See [Picolibc and Operating Systems](https://github.com/picolibc/picolibc/blob/main/doc/os.md)
122
122
for the details on redirecting `stdin`, `stdout` and `stderr`.
123
123
124
-
The `baremetal-uart`[sample](https://gitlab.arm.com/toolchains/arm-toolchain/-/blob/arm-software/embedded/samples/src/baremetal-uart)
124
+
The `baremetal-uart`[sample](https://github.com/arm/arm-toolchain/-/blob/arm-software/embedded/samples/src/baremetal-uart)
125
125
provides a basic code example for redirecting `stdout`.
0 commit comments