mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-08-13 19:49:24 +03:00
add CORDIC
This commit is contained in:
13
G4:G431/CORDIC/Makefile
Normal file
13
G4:G431/CORDIC/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
BINARY := cordic
|
||||
PREFIX := /usr/bin/arm-none-eabi
|
||||
CFLAGS = -std=c23
|
||||
CPPFLAGS = -std=c++11
|
||||
# MCU code
|
||||
MCU := G431xx
|
||||
# change this linking script depending on particular MCU model,
|
||||
LDSCRIPT := stm32g431xb.ld
|
||||
LDLIBS += -lm
|
||||
|
||||
include ../makefile.g4
|
||||
include ../../makefile.stm32
|
||||
|
||||
Reference in New Issue
Block a user