/stm32-makefile

STM32 Makefile for working with STM32Cube

Primary LanguageMakefile

  1. Copy Makefile to directory with .ioc file

  2. Create project.mk file in same directory

     USER_CFLAGS = 
     SRCS = src/mysrc.c
     SSRCS = 
    
  3. Run make

  4. Run make help for help