summaryrefslogtreecommitdiff
path: root/target/arm/systems/kinetis-k70
diff options
context:
space:
mode:
Diffstat (limited to 'target/arm/systems/kinetis-k70')
-rw-r--r--target/arm/systems/kinetis-k7014
1 files changed, 14 insertions, 0 deletions
diff --git a/target/arm/systems/kinetis-k70 b/target/arm/systems/kinetis-k70
new file mode 100644
index 000000000..ff35694f4
--- /dev/null
+++ b/target/arm/systems/kinetis-k70
@@ -0,0 +1,14 @@
+config ADK_TARGET_SYSTEM_KINETIS_K70
+ bool "Kinetis K70"
+ depends on ADK_EXPERIMENTAL
+ select ADK_CPU_CORTEX_M3
+ select ADK_TARGET_LITTLE_ENDIAN
+ select ADK_TARGET_WITH_SERIAL
+ select ADK_TARGET_WITH_USB
+ select ADK_TARGET_UCLINUX
+ select ADK_TARGET_KERNEL_UIMAGE
+ select ADK_KERNEL_REPO "https://github.com/EmcraftSystems/linux-emcraft.git"
+ select ADK_KERNEL_HASH "a5125a7f66b441008f505e4ce5d45ebb24ea28a7"
+ help
+ Kinetis K70
+