Skip to content

Commit d5c0248

Browse files
authored
Merge pull request #541 from neerajadsul/master
Update instructions for install gdb on macOS, address issue # 540
2 parents 4072979 + b53d524 commit d5c0248

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

f3discovery/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 toolchain
9-
$ brew install --cask gcc-arm-embedded
8+
$ # ARM GCC debugger
9+
$ brew install arm-none-eabi-gdb
1010

1111
$ # Minicom and OpenOCD
1212
$ brew install minicom openocd

microbit/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 toolchain
9-
$ brew install --cask gcc-arm-embedded
8+
$ # ARM GCC debugger
9+
$ brew install arm-none-eabi-gdb
1010

1111
$ # Minicom
1212
$ brew install minicom

0 commit comments

Comments
 (0)