Skip to content

Commit

Permalink
Update instructions for install gdb on macOS, address issue # 540
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajadsul committed Aug 25, 2023
1 parent 4072979 commit b53d524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions f3discovery/src/03-setup/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ All the tools can be installed using [Homebrew]:
[Homebrew]: http://brew.sh/

``` console
$ # ARM GCC toolchain
$ brew install --cask gcc-arm-embedded
$ # ARM GCC debugger
$ brew install arm-none-eabi-gdb

$ # Minicom and OpenOCD
$ brew install minicom openocd
Expand Down
4 changes: 2 additions & 2 deletions microbit/src/03-setup/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ All the tools can be installed using [Homebrew]:
[Homebrew]: http://brew.sh/

``` console
$ # ARM GCC toolchain
$ brew install --cask gcc-arm-embedded
$ # ARM GCC debugger
$ brew install arm-none-eabi-gdb

$ # Minicom
$ brew install minicom
Expand Down

0 comments on commit b53d524

Please sign in to comment.