From 3f5510fa3444217a442ac2e63ae50b27c9c26cf3 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Wed, 8 Feb 2023 14:23:00 +0100 Subject: Updating message handler firmware The 'message handler' firmware was based on a custom interface between Linux and the firmware. Because the kernel driver has been converted into a rpmsg driver, the 'message handler' application has been updated into an OpenAMP based firmware. Change-Id: I1339180c4f53cbad42501a2827863b7b49561ff4 --- .../indexed_networks/network_template.hpp | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 applications/message_handler/indexed_networks/network_template.hpp (limited to 'applications/message_handler/indexed_networks/network_template.hpp') diff --git a/applications/message_handler/indexed_networks/network_template.hpp b/applications/message_handler/indexed_networks/network_template.hpp deleted file mode 100644 index a477b84..0000000 --- a/applications/message_handler/indexed_networks/network_template.hpp +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (c) 2022 Arm Limited. - * - * SPDX-License-Identifier: Apache-2.0 - * - * Licensed under the Apache License, Version 2.0 (the License); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an AS IS BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include - -__attribute__((section(".sram.data"), aligned(16))) uint8_t networkModelData[] = { - /* Add network model here */ -}; -- cgit v1.2.1