From 7e449b710e00d3375541bd8aa1893a4b9c5b61e3 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 28 Jun 2021 14:06:13 +0700 Subject: [PATCH] rename bsp saml22 to saml2x --- hw/bsp/{saml22 => saml2x}/boards/saml22_feather/board.h | 0 hw/bsp/{saml22 => saml2x}/boards/saml22_feather/board.mk | 0 .../{saml22 => saml2x}/boards/saml22_feather/saml22_feather.ld | 0 hw/bsp/{saml22 => saml2x}/boards/sensorwatch_m0/board.h | 0 hw/bsp/{saml22 => saml2x}/boards/sensorwatch_m0/board.mk | 0 .../{saml22 => saml2x}/boards/sensorwatch_m0/sensorwatch_m0.ld | 0 hw/bsp/{saml22 => saml2x}/family.c | 2 +- hw/bsp/{saml22 => saml2x}/family.mk | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename hw/bsp/{saml22 => saml2x}/boards/saml22_feather/board.h (100%) rename hw/bsp/{saml22 => saml2x}/boards/saml22_feather/board.mk (100%) rename hw/bsp/{saml22 => saml2x}/boards/saml22_feather/saml22_feather.ld (100%) rename hw/bsp/{saml22 => saml2x}/boards/sensorwatch_m0/board.h (100%) rename hw/bsp/{saml22 => saml2x}/boards/sensorwatch_m0/board.mk (100%) rename hw/bsp/{saml22 => saml2x}/boards/sensorwatch_m0/sensorwatch_m0.ld (100%) rename hw/bsp/{saml22 => saml2x}/family.c (99%) rename hw/bsp/{saml22 => saml2x}/family.mk (100%) diff --git a/hw/bsp/saml22/boards/saml22_feather/board.h b/hw/bsp/saml2x/boards/saml22_feather/board.h similarity index 100% rename from hw/bsp/saml22/boards/saml22_feather/board.h rename to hw/bsp/saml2x/boards/saml22_feather/board.h diff --git a/hw/bsp/saml22/boards/saml22_feather/board.mk b/hw/bsp/saml2x/boards/saml22_feather/board.mk similarity index 100% rename from hw/bsp/saml22/boards/saml22_feather/board.mk rename to hw/bsp/saml2x/boards/saml22_feather/board.mk diff --git a/hw/bsp/saml22/boards/saml22_feather/saml22_feather.ld b/hw/bsp/saml2x/boards/saml22_feather/saml22_feather.ld similarity index 100% rename from hw/bsp/saml22/boards/saml22_feather/saml22_feather.ld rename to hw/bsp/saml2x/boards/saml22_feather/saml22_feather.ld diff --git a/hw/bsp/saml22/boards/sensorwatch_m0/board.h b/hw/bsp/saml2x/boards/sensorwatch_m0/board.h similarity index 100% rename from hw/bsp/saml22/boards/sensorwatch_m0/board.h rename to hw/bsp/saml2x/boards/sensorwatch_m0/board.h diff --git a/hw/bsp/saml22/boards/sensorwatch_m0/board.mk b/hw/bsp/saml2x/boards/sensorwatch_m0/board.mk similarity index 100% rename from hw/bsp/saml22/boards/sensorwatch_m0/board.mk rename to hw/bsp/saml2x/boards/sensorwatch_m0/board.mk diff --git a/hw/bsp/saml22/boards/sensorwatch_m0/sensorwatch_m0.ld b/hw/bsp/saml2x/boards/sensorwatch_m0/sensorwatch_m0.ld similarity index 100% rename from hw/bsp/saml22/boards/sensorwatch_m0/sensorwatch_m0.ld rename to hw/bsp/saml2x/boards/sensorwatch_m0/sensorwatch_m0.ld diff --git a/hw/bsp/saml22/family.c b/hw/bsp/saml2x/family.c similarity index 99% rename from hw/bsp/saml22/family.c rename to hw/bsp/saml2x/family.c index fff11cbe5..1a185a59c 100644 --- a/hw/bsp/saml22/family.c +++ b/hw/bsp/saml2x/family.c @@ -160,4 +160,4 @@ uint32_t board_millis(void) void _init(void) { -} \ No newline at end of file +} diff --git a/hw/bsp/saml22/family.mk b/hw/bsp/saml2x/family.mk similarity index 100% rename from hw/bsp/saml22/family.mk rename to hw/bsp/saml2x/family.mk