test USART with ringbuffer - OK; TODO: rewrite all proto for usage USB & USART

This commit is contained in:
Edward Emelianov
2025-09-28 23:15:23 +03:00
parent 96d0b3987a
commit b082f4ea46
36 changed files with 4362 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
BINARY := allsky
# MCU code
MCU := F303xb
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xB.ld
DEFINES := -DUSB1_16
LDLIBS := -lm
include ../makefile.f3
include ../../makefile.stm32