Skip to content

tomrodinger/toolchain_stm32_macos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

  1. Place the toolchain somewhere on your computer(eg:/usr/local/):

    mv ~/Downloads/gcc-arm-none-eabi-10-2020-q4-major /usr/local/

  2. Open the bash_profile on you computer(simply on your terminal enter "open ~/.bash_profile") and copy-paste the following line into your bash_profile file.

    export PATH="$PATH:/usr/local/gcc-arm-none-eabi-10-2020-q4-major/bin/"

About

Toolchain for compiling STM32 code on MacOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published