diff options
| author | Yuxin Zhou <[email protected]> | 2021-07-28 07:24:02 +0000 |
|---|---|---|
| committer | Yuxin Zhou <[email protected]> | 2021-07-28 07:24:02 +0000 |
| commit | d0dab582506f132690b35b36ffea129ad51110b0 (patch) | |
| tree | 13add80dd314dc38efc1830f3d1f36b5a2596e98 /common_modules/inc/txm_module_user_sample.h | |
| parent | 244365fc6a937c754cfc6bb8e6895dc6f37bac0e (diff) | |
Release 6.1.8v6.1.8_rel
Diffstat (limited to 'common_modules/inc/txm_module_user_sample.h')
| -rw-r--r-- | common_modules/inc/txm_module_user_sample.h | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/common_modules/inc/txm_module_user_sample.h b/common_modules/inc/txm_module_user_sample.h new file mode 100644 index 00000000..3587eea3 --- /dev/null +++ b/common_modules/inc/txm_module_user_sample.h @@ -0,0 +1,60 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** ThreadX Component */ +/** */ +/** User Specific */ +/** */ +/**************************************************************************/ +/**************************************************************************/ + + +/**************************************************************************/ +/* */ +/* APPLICATION INTERFACE DEFINITION RELEASE */ +/* */ +/* txm_module_user.h PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Scott Larson, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This file contains user defines for configuring the Module Manager */ +/* in specific ways. This file will have an effect only if the Module */ +/* Manager library is built with TXM_MODULE_INCLUDE_USER_DEFINE_FILE */ +/* defined. Note that all the defines in this file may also be made on */ +/* the command line when building Modules library and application */ +/* objects. */ +/* */ +/* RELEASE HISTORY */ +/* */ +/* DATE NAME DESCRIPTION */ +/* */ +/* 09-30-2020 Scott Larson Initial Version 6.1 */ +/* */ +/**************************************************************************/ + +#ifndef TXM_MODULE_USER_H +#define TXM_MODULE_USER_H + +/* Defines the kernel stack size for a module thread. The default is 512, which is + sufficient for applications only using ThreadX, however, if other libraries are + used i.e. FileX, NetX, etc., then this value will most likely need to be increased. */ + +/* #define TXM_MODULE_KERNEL_STACK_SIZE 2048 */ + +#endif |
