Skip to content

fahara02/SIMPLY-MAKE-STM32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMPLY-MAKE-STM32

A STM32 template file with CMSIS ,STM32 standard perpheral library and multi subdirectory type structure. MAKE file will automatically find all includes no need to manually add any includes.debug folder will be automatically created and inside all binaries will be generated and upon make clean command will be destroyed.

run with windows wsl after installing GNU arm-none-eabi-gcc on wsl

License

MIT

Prerequisite

  1. CROSS COMPILER "arm-none-eabi-gcc " installation on wsl windows
$ sudo apt-get remove binutils-arm-none-eabi gcc-arm-none-eabi
$ sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
$ sudo apt-get update
$ sudo apt-get install gcc-arm-none-eabi
$ sudo apt-get install gdb-arm-none-eabi

Installation

  1. Clone the template :
git clone https://github.com/fahara02/SIMPLY-MAKE-STM32.git
  1. Go to the template directory:
cd SIMPLY-MAKE-STM32
  1. Open it on visual studio code
code .
  1. run make on wsl terminal
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published