Added suggestion for macOsS to install arm-none-eabi-gcc

Tobin Smit
2023-09-09 16:41:44 +10:00
parent b6b1a2a36a
commit 4c2d4b4fe1

@@ -66,6 +66,10 @@ openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c flash "write_image
```
brew install stlink
```
You may also need to install `arm-none-eabi-gcc`:
```
brew install armmbed/formulae/arm-none-eabi-gcc
```
- open a terminal in the repo check-out folder and if you have definded the variant in [config.h](/Inc/config.h) type:
```
make