From e9db228d9769e80071172a5827e8e6544e3106c8 Mon Sep 17 00:00:00 2001 From: Kai-Bjoern Gemlau Date: Thu, 5 May 2022 14:48:36 +0200 Subject: [PATCH] Re-Added missing config files --- src/APP/Aufgabe1/ps7/core0/cfg/app_cfg.h | 81 ++++++++++++++++++++++++++++++++ src/APP/Aufgabe2/ps7/core0/cfg/app_cfg.h | 1 + src/APP/Aufgabe3/ps7/core0/cfg/app_cfg.h | 1 + src/APP/Aufgabe4/ps7/core0/cfg/app_cfg.h | 1 + src/APP/Aufgabe6/ps7/core0/cfg/app_cfg.h | 1 + src/APP/Aufgabe7/ps7/core0/cfg/app_cfg.h | 1 + 6 files changed, 86 insertions(+) create mode 100644 src/APP/Aufgabe1/ps7/core0/cfg/app_cfg.h create mode 120000 src/APP/Aufgabe2/ps7/core0/cfg/app_cfg.h create mode 120000 src/APP/Aufgabe3/ps7/core0/cfg/app_cfg.h create mode 120000 src/APP/Aufgabe4/ps7/core0/cfg/app_cfg.h create mode 120000 src/APP/Aufgabe6/ps7/core0/cfg/app_cfg.h create mode 120000 src/APP/Aufgabe7/ps7/core0/cfg/app_cfg.h diff --git a/src/APP/Aufgabe1/ps7/core0/cfg/app_cfg.h b/src/APP/Aufgabe1/ps7/core0/cfg/app_cfg.h new file mode 100644 index 0000000..43981cd --- /dev/null +++ b/src/APP/Aufgabe1/ps7/core0/cfg/app_cfg.h @@ -0,0 +1,81 @@ +/* +********************************************************************************************************* +* +* MICRIUM BOARD SUPPORT PACKAGE +* +* (c) Copyright 2014-2015; Micrium, Inc.; Weston, FL +* +* All rights reserved. Protected by international copyright laws. +* +* This BSP is provided in source form to registered licensees ONLY. It is +* illegal to distribute this source code to any third party unless you receive +* written permission by an authorized Micrium representative. Knowledge of +* the source code may NOT be used to develop a similar product. +* +* Please help us continue to provide the Embedded community with the finest +* software available. Your honesty is greatly appreciated. +* +* You can contact us at www.micrium.com. +********************************************************************************************************* +*/ + +/* +********************************************************************************************************* +* +* MICRIUM BOARD SUPPORT PACKAGE +* +* Filename : app_cfg.h +* Version : V1.42 +* Programmer(s) : JBL +********************************************************************************************************* +*/ + +#ifndef UCOS_APP_CFG_PRESENT +#define UCOS_APP_CFG_PRESENT + +#include + +#include + +#define APP_CPU_ENABLED DEF_ENABLED + +#define APP_LIB_ENABLED DEF_ENABLED + +#define APP_COMMON_ENABLED DEF_ENABLED + +#define APP_SHELL_ENABLED DEF_DISABLED + +#define APP_CLK_ENABLED DEF_DISABLED + +#define APP_OSIII_ENABLED DEF_DISABLED + +#define APP_OSII_ENABLED DEF_ENABLED + +#define APP_TCPIP_ENABLED DEF_DISABLED + +#define APP_TCPIP_EXP_ENABLED DEF_DISABLED + +#define APP_DHCPC_ENABLED DEF_DISABLED + +#define APP_DNSC_ENABLED DEF_DISABLED + +#define APP_HTTPC_ENABLED DEF_DISABLED + +#define APP_MQTTC_ENABLED DEF_DISABLED + +#define APP_TELNETS_ENABLED DEF_DISABLED + +#define APP_IPERF_ENABLED DEF_DISABLED + +#define APP_FS_ENABLED DEF_DISABLED + +#define APP_USBD_ENABLED DEF_DISABLED + +#define APP_USBH_ENABLED DEF_DISABLED + +#define APP_OPENAMP_ENABLED DEF_DISABLED + +#define OS_TASK_TMR_PRIO 3 + +#endif /* #ifndef UCOS_APP_CFG_PRESENT */ + diff --git a/src/APP/Aufgabe2/ps7/core0/cfg/app_cfg.h b/src/APP/Aufgabe2/ps7/core0/cfg/app_cfg.h new file mode 120000 index 0000000..4a7012e --- /dev/null +++ b/src/APP/Aufgabe2/ps7/core0/cfg/app_cfg.h @@ -0,0 +1 @@ +../../../../Aufgabe1/ps7/core0/cfg/app_cfg.h \ No newline at end of file diff --git a/src/APP/Aufgabe3/ps7/core0/cfg/app_cfg.h b/src/APP/Aufgabe3/ps7/core0/cfg/app_cfg.h new file mode 120000 index 0000000..4a7012e --- /dev/null +++ b/src/APP/Aufgabe3/ps7/core0/cfg/app_cfg.h @@ -0,0 +1 @@ +../../../../Aufgabe1/ps7/core0/cfg/app_cfg.h \ No newline at end of file diff --git a/src/APP/Aufgabe4/ps7/core0/cfg/app_cfg.h b/src/APP/Aufgabe4/ps7/core0/cfg/app_cfg.h new file mode 120000 index 0000000..4a7012e --- /dev/null +++ b/src/APP/Aufgabe4/ps7/core0/cfg/app_cfg.h @@ -0,0 +1 @@ +../../../../Aufgabe1/ps7/core0/cfg/app_cfg.h \ No newline at end of file diff --git a/src/APP/Aufgabe6/ps7/core0/cfg/app_cfg.h b/src/APP/Aufgabe6/ps7/core0/cfg/app_cfg.h new file mode 120000 index 0000000..4a7012e --- /dev/null +++ b/src/APP/Aufgabe6/ps7/core0/cfg/app_cfg.h @@ -0,0 +1 @@ +../../../../Aufgabe1/ps7/core0/cfg/app_cfg.h \ No newline at end of file diff --git a/src/APP/Aufgabe7/ps7/core0/cfg/app_cfg.h b/src/APP/Aufgabe7/ps7/core0/cfg/app_cfg.h new file mode 120000 index 0000000..4a7012e --- /dev/null +++ b/src/APP/Aufgabe7/ps7/core0/cfg/app_cfg.h @@ -0,0 +1 @@ +../../../../Aufgabe1/ps7/core0/cfg/app_cfg.h \ No newline at end of file