summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-12-14 11:30:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-12-15 07:04:38 +0100
commita86e22ca6d69f118d07aaf73f627fb325c6479e5 (patch)
treee4fbcc0d98f776980bc9e805cf18fce87a01403c /target
parent9bed1619d49b1d87a74cad6b11cc590c330bca47 (diff)
Kinetis K70 is Cortex-M4
Diffstat (limited to 'target')
-rw-r--r--target/arm/systems/kinetis-k702
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/systems/kinetis-k70 b/target/arm/systems/kinetis-k70
index 624c8874e..a6767cfb4 100644
--- a/target/arm/systems/kinetis-k70
+++ b/target/arm/systems/kinetis-k70
@@ -2,7 +2,7 @@ config ADK_TARGET_SYSTEM_KINETIS_K70
bool "Kinetis K70"
depends on ADK_TARGET_OS_LINUX
select ADK_TARGET_LITTLE_ENDIAN
- select ADK_TARGET_CPU_ARM_CORTEX_M3
+ select ADK_TARGET_CPU_ARM_CORTEX_M4
select ADK_TARGET_ARCH_ARM_WITH_THUMB
select ADK_TARGET_WITH_SERIAL
select ADK_TARGET_WITH_USB