An open API service indexing awesome lists of open source software.

https://github.com/joeferner/stm32-makefile

STM32 Makefile for working with STM32Cube
https://github.com/joeferner/stm32-makefile

Last synced: about 1 year ago
JSON representation

STM32 Makefile for working with STM32Cube

Awesome Lists containing this project

README

          

1. Copy `Makefile` to directory with `.ioc` file
1. Create `project.mk` file in same directory

USER_CFLAGS =
SRCS = src/mysrc.c
SSRCS =

1. Run `make`
1. Run `make help` for help