summaryrefslogtreecommitdiff
path: root/utility/rtos_compatibility_layers/OSEK/osek_user.h
blob: 45f4d7b6f7cdf1e21cc74ecfac36f188690bb3ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/***************************************************************************
 * Copyright (c) 2024 Microsoft Corporation
 * Copyright (c) 2026-present Eclipse ThreadX contributors
 *
 * This program and the accompanying materials are made available under the
 * terms of the MIT License which is available at
 * https://opensource.org/licenses/MIT.
 *
 * SPDX-License-Identifier: MIT
 **************************************************************************/


/**************************************************************************/
/**************************************************************************/
/**                                                                       */
/**   ThreadX Component                                                   */
/**                                                                       */
/**   OSEK User Specific                                                  */
/**                                                                       */
/**************************************************************************/
/**************************************************************************/

/**************************************************************************/
/*                                                                        */
/*  EKV DEFINITIONS                                        RELEASE        */
/*                                                                        */
/*    osek_user.h                                         PORTABLE C      */
/*                                                           6.1.7        */
/*  AUTHOR                                                                */
/*                                                                        */
/*    William E. Lamie, Microsoft Corporation                             */
/*                                                                        */
/*  DESCRIPTION                                                           */
/*                                                                        */
/*    This files contains user configurable compile time paramteres for   */
/*    the OSEK implementation.                                            */
/*                                                                        */
/**************************************************************************/

#ifndef OSEK_USER_H
#define OSEK_USER_H

/* Set the size of the OSEK memory available for creating OSEK objects and tasks.  */
#define OSEK_MEMORY_SIZE (64U*1024U)

#endif

/******************************* End of file ************************/