Update on 31 Mar 2023. Expand to see details.

af5702cbf Include tx_user.h only when TX_INCLUDE_USER_DEFINE_FILE is defined for assembly files
This commit is contained in:
Tiejun Zhou
2023-03-31 07:34:47 +00:00
parent dac41f6015
commit ac3b6b326c
210 changed files with 420 additions and 0 deletions

View File

@@ -20,7 +20,9 @@
@/**************************************************************************/
@/**************************************************************************/
@
#ifdef TX_INCLUDE_USER_DEFINE_FILE
#include "tx_user.h"
#endif
@
.global _tx_thread_system_state
.global _tx_thread_current_ptr

View File

@@ -20,7 +20,9 @@
@/**************************************************************************/
@/**************************************************************************/
@
#ifdef TX_INCLUDE_USER_DEFINE_FILE
#include "tx_user.h"
#endif
@
.global _tx_thread_system_state
.global _tx_thread_current_ptr

View File

@@ -20,7 +20,9 @@
@/**************************************************************************/
@/**************************************************************************/
#ifdef TX_INCLUDE_USER_DEFINE_FILE
#include "tx_user.h"
#endif
.text 32
.align 4

View File

@@ -20,7 +20,9 @@
@/**************************************************************************/
@/**************************************************************************/
#ifdef TX_INCLUDE_USER_DEFINE_FILE
#include "tx_user.h"
#endif
.text 32
.align 4

View File

@@ -20,7 +20,9 @@
@/**************************************************************************/
@/**************************************************************************/
#ifdef TX_INCLUDE_USER_DEFINE_FILE
#include "tx_user.h"
#endif
.text 32
.align 4

View File

@@ -20,7 +20,9 @@
@/**************************************************************************/
@/**************************************************************************/
@
#ifdef TX_INCLUDE_USER_DEFINE_FILE
#include "tx_user.h"
#endif
@
.global _tx_thread_current_ptr
.global _tx_thread_execute_ptr

View File

@@ -20,7 +20,9 @@
@/**************************************************************************/
@/**************************************************************************/
@
#ifdef TX_INCLUDE_USER_DEFINE_FILE
#include "tx_user.h"
#endif
@
.text
.align 4

View File

@@ -20,7 +20,9 @@
@/**************************************************************************/
@/**************************************************************************/
#ifdef TX_INCLUDE_USER_DEFINE_FILE
#include "tx_user.h"
#endif
.text 32
.align 4

View File

@@ -20,7 +20,9 @@
@/**************************************************************************/
@/**************************************************************************/
@
#ifdef TX_INCLUDE_USER_DEFINE_FILE
#include "tx_user.h"
#endif
@
.global _tx_timer_time_slice
.global _tx_timer_system_clock