add pre-pre...-pre alpha of NitrogenFlooding

This commit is contained in:
Edward Emelianov
2023-03-20 23:45:51 +03:00
parent b18dee64e8
commit 2dae136516
34 changed files with 15639 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
BINARY := nitrogen
# MCU code
MCU := F302xc
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f302xB.ld
DEFINES := -DUSB1_16
include ../makefile.f3
include ../../makefile.stm32