Compare commits
7 Commits
v6.4.3.202
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b6e8100d9 | ||
|
|
a9b31c3102 | ||
|
|
5c58767c5d | ||
|
|
d24ef8db37 | ||
|
|
44fadf7143 | ||
|
|
a9558def77 | ||
|
|
c09b444792 |
@@ -148,9 +148,9 @@ extern "C" {
|
||||
#define AZURE_RTOS_THREADX
|
||||
#define THREADX_MAJOR_VERSION 6
|
||||
#define THREADX_MINOR_VERSION 4
|
||||
#define THREADX_PATCH_VERSION 3
|
||||
#define THREADX_BUILD_VERSION 202503
|
||||
#define THREADX_HOTFIX_VERSION ''
|
||||
#define THREADX_PATCH_VERSION 5
|
||||
#define THREADX_BUILD_VERSION 202504
|
||||
#define THREADX_HOTFIX_VERSION ' '
|
||||
|
||||
/* Define the following symbol for backward compatibility */
|
||||
#define EL_PRODUCT_THREADX
|
||||
|
||||
@@ -135,9 +135,10 @@ extern "C" {
|
||||
#ifndef TX_BYTE_POOL_MULTIPLE_BLOCK_SEARCH
|
||||
#define TX_BYTE_POOL_MULTIPLE_BLOCK_SEARCH 20
|
||||
#endif
|
||||
#ifndef TX_BTYE_POOL_DELAY_VALUE
|
||||
|
||||
#ifndef TX_BYTE_POOL_DELAY_VALUE
|
||||
#define TX_BYTE_POOL_DELAY_VALUE 3
|
||||
#endif
|
||||
#endif /* TX_BYTE_POOL_DELAY_VALUE */
|
||||
|
||||
|
||||
/* Define basic constants for the ThreadX kernel. */
|
||||
@@ -149,9 +150,9 @@ extern "C" {
|
||||
#define AZURE_RTOS_THREADX
|
||||
#define THREADX_MAJOR_VERSION 6
|
||||
#define THREADX_MINOR_VERSION 4
|
||||
#define THREADX_PATCH_VERSION 3
|
||||
#define THREADX_BUILD_VERSION 202503
|
||||
#define THREADX_HOTFIX_VERSION ''
|
||||
#define THREADX_PATCH_VERSION 5
|
||||
#define THREADX_BUILD_VERSION 202504
|
||||
#define THREADX_HOTFIX_VERSION ' '
|
||||
|
||||
|
||||
/* Define the following symbol for backward compatibility */
|
||||
|
||||
@@ -7751,7 +7751,7 @@ UINT index;
|
||||
if (index >= OSEK_MAX_COUNTERS)
|
||||
{
|
||||
/* No more Counters available - user configuration error. */
|
||||
return ((CounterType) E_OS_SYS_STACK);
|
||||
return ((CounterType) 0u);
|
||||
}
|
||||
|
||||
/* Found one. */
|
||||
|
||||
Reference in New Issue
Block a user