Build: Add support for building eRPC on Musca-B1
Add the necessary configuration file to build eRPC binaries for Musca-B1.
Signed-off-by: Matthew Dalzell <matthew.dalzell@arm.com>
Change-Id: I85de5029c0c471639d1c0dc1851055824cdbf078
diff --git a/erpc/platform/arm/musca_b1/config_erpc_target.h b/erpc/platform/arm/musca_b1/config_erpc_target.h
new file mode 100644
index 0000000..89a2c5c
--- /dev/null
+++ b/erpc/platform/arm/musca_b1/config_erpc_target.h
@@ -0,0 +1,14 @@
+/*
+ * SPDX-License-Identifier: BSD-3-Clause
+ * SPDX-FileCopyrightText: Copyright The TrustedFirmware-M Contributors
+ *
+ */
+
+/* Target side config file for running the eRPC test framework */
+
+#ifndef __CONFIG_ERPC_TARGET_H__
+#define __CONFIG_ERPC_TARGET_H__
+
+#define ERPC_UART Driver_USART1
+
+#endif /* __CONFIG_ERPC_TARGET_H__ */