File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ to `~/.bashrc`:
82
82
export PATH="/opt/doxypress:$PATH"
83
83
84
84
!!! warning "OpenOCD for recent targets"
85
- The latest OpenOCD release v0.10.0 (as of May 2020 ) is too old for some targets
85
+ The latest OpenOCD release v0.10.0 (as of Jan 2021 ) is too old for some targets
86
86
(STM32G0, STM32G4, STM32F7). To program these targets you need to compile the
87
87
[ HEAD version of OpenOCD from source] [ openocd-source ] , install it and add it to
88
88
the beginning of your ` $PATH ` .
@@ -104,13 +104,15 @@ to `~/.bashrc`:
104
104
105
105
We will use [ Homebrew] ( http://brew.sh/ ) to install the minimal build system:
106
106
107
+ brew update
107
108
brew install python3 scons git doxygen
108
109
pip3 install modm
109
110
110
111
Install the [ AVR toolchain from source] ( https://github.com/osx-cross/homebrew-avr ) :
111
112
112
113
brew tap osx-cross/avr
113
- brew install avr-gcc
114
+ brew install avr-gcc@10
115
+ brew link --force avr-gcc@10
114
116
115
117
And the [ pre-built ARM toolchain] ( https://github.com/osx-cross/homebrew-arm ) as
116
118
well:
You can’t perform that action at this time.
0 commit comments