simplest servo

This commit is contained in:
Edward Emelianov
2026-07-28 23:17:03 +03:00
parent f6178a8b84
commit 2b4a9cbd84
23 changed files with 1566 additions and 0 deletions

12
G4:G431/Servo/Makefile Normal file
View File

@@ -0,0 +1,12 @@
BINARY := servo
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
include ../makefile.g4
include ../../makefile.stm32