[SC64][SW] Fix linguist-vendored 2

This commit is contained in:
Mateusz Faderewski 2022-11-10 16:47:42 +01:00
parent b5734982f3
commit a36e013574
10 changed files with 11433 additions and 11433 deletions

2
.gitattributes vendored
View File

@ -1 +1 @@
sw/controller/lib/* linguist-vendored sw/controller/inc/* linguist-vendored

View File

@ -6,7 +6,7 @@ OBJDUMP = $(TOOLCHAIN)objdump
SIZE = $(TOOLCHAIN)size SIZE = $(TOOLCHAIN)size
FLAGS = -mcpu=cortex-m0plus -mthumb -DSTM32G030xx $(USER_FLAGS) -g -ggdb3 FLAGS = -mcpu=cortex-m0plus -mthumb -DSTM32G030xx $(USER_FLAGS) -g -ggdb3
CFLAGS = -Os -Wall -ffunction-sections -fdata-sections -ffreestanding -MMD -MP -I./lib CFLAGS = -Os -Wall -ffunction-sections -fdata-sections -ffreestanding -MMD -MP -I./inc
LDFLAGS = -nostartfiles -Wl,--gc-sections LDFLAGS = -nostartfiles -Wl,--gc-sections
SRC_DIR = src SRC_DIR = src