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
- Host: GitHub
- URL: https://github.com/joeferner/stm32-makefile
- Owner: joeferner
- Created: 2015-12-15T14:17:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T11:25:01.000Z (over 8 years ago)
- Last Synced: 2025-02-13T12:31:37.985Z (over 1 year ago)
- Language: Makefile
- Size: 426 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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