Skip to content

marcinbor85/freertos_training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

FreeRTOS training materials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages