diff options
| author | MasterPhi <[email protected]> | 2021-06-12 12:28:28 +0200 |
|---|---|---|
| committer | MasterPhi <[email protected]> | 2021-06-12 12:36:59 +0200 |
| commit | 85fc42356977cac4d893c33eff80937e6ff9b45a (patch) | |
| tree | 02e4d141c91f08e0869b6bb4e904cabee93b39a0 /hw | |
| parent | f039607afcf7473ea3869f2e2e7cd763d13f8de0 (diff) | |
Rename SAM7X to SAMX7X
Signed-off-by: MasterPhi <[email protected]>
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/same70_xplained/board.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/same70_xplained/board.mk b/hw/bsp/same70_xplained/board.mk index 031b536b2..94b0bed98 100644 --- a/hw/bsp/same70_xplained/board.mk +++ b/hw/bsp/same70_xplained/board.mk @@ -8,7 +8,7 @@ CFLAGS += \ -mfpu=fpv4-sp-d16 \ -nostdlib -nostartfiles \ -D__SAME70Q21B__ \ - -DCFG_TUSB_MCU=OPT_MCU_SAM7X + -DCFG_TUSB_MCU=OPT_MCU_SAMX7X # suppress following warnings from mcu driver CFLAGS += -Wno-error=unused-parameter -Wno-error=cast-align @@ -19,7 +19,7 @@ ASF_DIR = hw/mcu/microchip/same70 LD_FILE = $(ASF_DIR)/same70b/gcc/gcc/same70q21b_flash.ld SRC_C += \ - src/portable/microchip/sam7x/dcd_sam7x.c \ + src/portable/microchip/samx7x/dcd_samx7x.c \ $(ASF_DIR)/same70b/gcc/gcc/startup_same70q21b.c \ $(ASF_DIR)/same70b/gcc/system_same70q21b.c \ $(ASF_DIR)/hpl/core/hpl_init.c \ |
