add eeprom flash emulation for G0

This commit is contained in:
Edward Emelianov
2023-02-18 20:02:11 +03:00
parent 2cc06884b4
commit 87d9bc17c7
18 changed files with 1155 additions and 0 deletions

9
G0:G070/flash/Makefile Normal file
View File

@@ -0,0 +1,9 @@
BINARY := flash
# MCU code
MCU := G070xx
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32g070xb.ld
include ../makefile.g0
include ../../makefile.stm32