almost (for single write < 64 bytes) working PL2303 (both in Linux and game-firmware)

This commit is contained in:
eddyem
2018-11-08 18:47:00 +03:00
parent 13f2c3a588
commit fbe478a862
8 changed files with 732 additions and 60 deletions

View File

@@ -11,7 +11,7 @@ DEFS += -DUSARTNUM=1
#DEFS += -DEBUG
# change this linking script depending on particular MCU model,
# for example, if you have STM32F103VBT6, you should write:
LDSCRIPT = stm32f042k.ld
LDSCRIPT = ld/stm32f042k.ld
INDEPENDENT_HEADERS=
@@ -48,7 +48,7 @@ STARTUP = $(OBJDIR)/startup.o
OBJS += $(STARTUP)
DEPS := $(OBJS:.o=.d)
INC_DIR ?= ../inc
INC_DIR ?= ../../inc
INCLUDE := -I$(INC_DIR)/F0 -I$(INC_DIR)/cm
LIB_DIR := $(INC_DIR)/ld