Skip to content

rgwan/stm32-gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kicer's STM32 Project


Usage

Use $ make PROJECT=<app> to make <app> project. All project directory locate in /workspace/src/<app>/. There is some macros can pass to make:

  • DEVICE: device type

  • OSC: osc value

  • CFLAGS: CC flags

  • LDFLAGS: ld flags

  • CROSS: cross-toolchain prefix

$ make PROJECT=<app> clean to clean project object files.

$ make distclean to clean stm32 library object files.

About

Just a stm32-gcc tree, for usb porting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published