diff options
Diffstat (limited to 'target/h8300/systems')
-rw-r--r-- | target/h8300/systems/sim-h8300h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/h8300/systems/sim-h8300h b/target/h8300/systems/sim-h8300h new file mode 100644 index 000000000..2ff18a514 --- /dev/null +++ b/target/h8300/systems/sim-h8300h @@ -0,0 +1,8 @@ +config ADK_TARGET_SYSTEM_SIM_H8300H + bool "Simulator" + select ADK_CPU_H8300 + select ADK_TARGET_TOOLCHAIN + select ADK_TARGET_PACKAGE_TXZ + help + H8/300 simulator. + |