Skip to content

Commit 08e6f41

Browse files
committed
[BEETLE] Add platform to uvisor importer
This patch adds Beetle platform to uvisor importer. Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
1 parent 788ebf7 commit 08e6f41

File tree

1 file changed

+1
-1
lines changed
  • features/FEATURE_UVISOR/importer

1 file changed

+1
-1
lines changed

features/FEATURE_UVISOR/importer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GDB:=$(PREFIX)gdb
2323
OBJDUMP:=$(PREFIX)objdump
2424

2525
# Translate between uVisor namespace and mbed namespace
26-
TARGET_TRANSLATION:=MCU_K64F.kinetis EFM32.efm32 STM32F4.stm32
26+
TARGET_TRANSLATION:=MCU_K64F.kinetis EFM32.efm32 STM32F4.stm32 ARM_BEETLE_SOC.beetle
2727
TARGET_PREFIX:=../
2828
TARGET_SUPPORTED:=$(TARGET_PREFIX)targets/TARGET_UVISOR_SUPPORTED
2929
TARGET_UNSUPPORTED:=$(TARGET_PREFIX)targets/TARGET_UVISOR_UNSUPPORTED

0 commit comments

Comments
 (0)