summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-08-21 12:33:06 +0700
committerGitHub <[email protected]>2020-08-21 12:33:06 +0700
commitfe21c60507b80d5a732a94c27db75ddb1cede91f (patch)
tree4c0f951ab09b996b1551999aed24b47a57e3b60e
parente5d622b749593d5bab893a8d6a826b1d384677ac (diff)
parent76fe8ac61222856efd791fe5d20e89b3ffced71b (diff)
Merge pull request #491 from hathach/fix-samg55-build
fix samg55 ci build
-rw-r--r--hw/bsp/samg55xplained/board.mk4
m---------hw/mcu/microchip0
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/samg55xplained/board.mk b/hw/bsp/samg55xplained/board.mk
index e0c24ed9c..b53757dff 100644
--- a/hw/bsp/samg55xplained/board.mk
+++ b/hw/bsp/samg55xplained/board.mk
@@ -18,8 +18,8 @@ ASF_DIR = hw/mcu/microchip/samg55
LD_FILE = hw/bsp/$(BOARD)/samg55j19_flash.ld
SRC_C += \
- $(ASF_DIR)/samg55/gcc/gcc/startup_samg55j19.c \
- $(ASF_DIR)/samg55/gcc/system_samg55j19.c \
+ $(ASF_DIR)/samg55/gcc/gcc/startup_samg55.c \
+ $(ASF_DIR)/samg55/gcc/system_samg55.c \
$(ASF_DIR)/hpl/core/hpl_init.c \
$(ASF_DIR)/hpl/usart/hpl_usart.c \
$(ASF_DIR)/hpl/pmc/hpl_pmc.c \
diff --git a/hw/mcu/microchip b/hw/mcu/microchip
-Subproject 66b5a11995025426224e0ba6f377322e6e8893b
+Subproject 168322aa7100f60d6837505f5705fd61454dac2