We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73c6dd6 + 9c96087 commit 7625b1cCopy full SHA for 7625b1c
1 file changed
mdbook/src/03-setup/macos.md
@@ -5,8 +5,8 @@ All the tools can be installed using [Homebrew]:
5
[Homebrew]: http://brew.sh/
6
7
``` console
8
-$ # Arm GCC debugger
9
-$ brew install arm-none-eabi-gdb
+$ # GDB debugger - The version in brew is built for all architectures including all of the ARM embedded cores
+$ brew install gdb
10
11
$ # Minicom
12
$ brew install minicom
0 commit comments