From 065c251c85993d271d66cdae08e2046779a19cd4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 27 Sep 2017 03:43:02 +0200 Subject: add gdb sim sample for h8s --- target/h8300/kernel/sim-h8s | 2 ++ target/h8300/systems/sim-h8300h | 2 +- target/h8300/systems/sim-h8s | 8 ++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 target/h8300/kernel/sim-h8s create mode 100644 target/h8300/systems/sim-h8s (limited to 'target/h8300') diff --git a/target/h8300/kernel/sim-h8s b/target/h8300/kernel/sim-h8s new file mode 100644 index 000000000..ce4cb5fa7 --- /dev/null +++ b/target/h8300/kernel/sim-h8s @@ -0,0 +1,2 @@ +CONFIG_H8S_SIM=y +CONFIG_H8300_BUILTIN_DTB="h8s_sim" diff --git a/target/h8300/systems/sim-h8300h b/target/h8300/systems/sim-h8300h index bf733f9bd..f38b08480 100644 --- a/target/h8300/systems/sim-h8300h +++ b/target/h8300/systems/sim-h8300h @@ -1,5 +1,5 @@ config ADK_TARGET_SYSTEM_SIM_H8300H - bool "GDB simulator" + bool "GDB simulator (h8300h)" select ADK_TARGET_CPU_H8300H select ADK_TARGET_SIM select ADK_TARGET_PACKAGE_TXZ diff --git a/target/h8300/systems/sim-h8s b/target/h8300/systems/sim-h8s new file mode 100644 index 000000000..af61d0fbf --- /dev/null +++ b/target/h8300/systems/sim-h8s @@ -0,0 +1,8 @@ +config ADK_TARGET_SYSTEM_SIM_H8S + bool "GDB simulator (h8s)" + select ADK_TARGET_CPU_H8S + select ADK_TARGET_SIM + select ADK_TARGET_PACKAGE_TXZ + help + H8/300 GDB simulator. + -- cgit v1.2.3