Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 662 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 662 Bytes

Environment

  • install common tools
sudo apt-get install git make cmake libusb-1.0-0-dev putty
  • install linux developer tools
sudo apt-get install gcc build-essential gcc-arm-none-eabi
  • install arm developer tools
sudo apt-get install gcc-arm-none-eabi
  • install stm32 flash tools
git clone https://github.com/stlink-org/stlink
cd stlink
cmake .
make
sudo make install
sudo cp lib/*.so* /lib32
sudo cp lib/*.so* /lib

Download

  • download repository
git clone --recursive https://github.com/marcinbor85/freertos_training.git

Build

  • compile and build
cd freertos_training
make -j