Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 392 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 392 Bytes

STM32F429_Discovery_FreeRTOS_9

Build

  • install ubuntu-16.04.2-desktop-amd64
  • run commands:
# sudo apt-get update
# sudo apt-get upgrade
# sudo apt-get install build-essential git sudo apt-get gcc-arm-none-eabi
# mkdir work
# cd work
# git clone https://github.com/cbhust/STM32F429_Discovery_FreeRTOS_9.git
# cd STM32F429_Discovery_FreeRTOS_9/Projects/Hello_RTOS/
# make