Skip to content

Commit 7625b1c

Browse files
authored
Merge pull request #67 from gvnn3/gvnn3-patch-1
Update macos.md to indicate that Brew gdb is fine as-is now
2 parents 73c6dd6 + 9c96087 commit 7625b1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mdbook/src/03-setup/macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ All the tools can be installed using [Homebrew]:
55
[Homebrew]: http://brew.sh/
66

77
``` console
8-
$ # Arm GCC debugger
9-
$ brew install arm-none-eabi-gdb
8+
$ # GDB debugger - The version in brew is built for all architectures including all of the ARM embedded cores
9+
$ brew install gdb
1010

1111
$ # Minicom
1212
$ brew install minicom

0 commit comments

Comments
 (0)