Initial arm->chibios pass - simplify some platform logic (#8450)
This commit is contained in:
parent
7e80686f1e
commit
d96380e654
21 changed files with 15 additions and 29 deletions
|
@ -179,7 +179,7 @@ HEX = $(OBJCOPY) -O $(FORMAT)
|
|||
EEP =
|
||||
BIN = $(OBJCOPY) -O binary
|
||||
|
||||
COMMON_VPATH += $(DRIVER_PATH)/arm
|
||||
COMMON_VPATH += $(DRIVER_PATH)/chibios
|
||||
|
||||
THUMBFLAGS = -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -mthumb -DTHUMB
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue