Skip to content

Commit

Permalink
Merge pull request #5579 from jepler/fix-optimization-same54
Browse files Browse the repository at this point in the history
same54: Use the same optimization as other sam d5x/e5x
  • Loading branch information
dhalbert committed Nov 16, 2021
2 parents bd22667 + 73430af commit 582a923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/atmel-samd/Makefile
Expand Up @@ -108,7 +108,7 @@ endif

ifeq ($(CHIP_FAMILY), same54)
PERIPHERALS_CHIP_FAMILY=sam_d5x_e5x
OPTIMIZATION_FLAGS ?= -O2 -fno-inline-functions
OPTIMIZATION_FLAGS ?= -O2
# TinyUSB defines
CFLAGS += -DCFG_TUSB_MCU=OPT_MCU_SAME5X -DCFG_TUD_MIDI_RX_BUFSIZE=128 -DCFG_TUD_CDC_RX_BUFSIZE=256 -DCFG_TUD_MIDI_TX_BUFSIZE=128 -DCFG_TUD_CDC_TX_BUFSIZE=256 -DCFG_TUD_MSC_BUFSIZE=1024
endif
Expand Down

0 comments on commit 582a923

Please sign in to comment.