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:
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@
|
@
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
@
|
@
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_exit
|
.global _tx_execution_isr_exit
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@
|
@
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
@
|
@
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_enter
|
.global _tx_execution_isr_enter
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@
|
@
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
@
|
@
|
||||||
.global _tx_thread_current_ptr
|
.global _tx_thread_current_ptr
|
||||||
.global _tx_thread_execute_ptr
|
.global _tx_thread_execute_ptr
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@
|
@
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
@
|
@
|
||||||
.text
|
.text
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@
|
@
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
@
|
@
|
||||||
.global _tx_timer_time_slice
|
.global _tx_timer_time_slice
|
||||||
.global _tx_timer_system_clock
|
.global _tx_timer_system_clock
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@
|
@
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
@
|
@
|
||||||
.global _tx_thread_system_state
|
.global _tx_thread_system_state
|
||||||
.global _tx_thread_current_ptr
|
.global _tx_thread_current_ptr
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@
|
@
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
@
|
@
|
||||||
.global _tx_thread_system_state
|
.global _tx_thread_system_state
|
||||||
.global _tx_thread_current_ptr
|
.global _tx_thread_current_ptr
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@
|
@
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
@
|
@
|
||||||
.global _tx_thread_current_ptr
|
.global _tx_thread_current_ptr
|
||||||
.global _tx_thread_execute_ptr
|
.global _tx_thread_execute_ptr
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@
|
@
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
@
|
@
|
||||||
.text
|
.text
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@/**************************************************************************/
|
@/**************************************************************************/
|
||||||
@
|
@
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
@
|
@
|
||||||
.global _tx_timer_time_slice
|
.global _tx_timer_time_slice
|
||||||
.global _tx_timer_system_clock
|
.global _tx_timer_system_clock
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
SYSTEM_CLOCK = 6000000
|
SYSTEM_CLOCK = 6000000
|
||||||
SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
|
SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SHT_PROGBITS 0x1
|
#define SHT_PROGBITS 0x1
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_exit
|
.global _tx_execution_isr_exit
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_enter
|
.global _tx_execution_isr_enter
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_thread_enter
|
.global _tx_execution_thread_enter
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
SYSTEM_CLOCK = 6000000
|
SYSTEM_CLOCK = 6000000
|
||||||
SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
|
SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SHT_PROGBITS 0x1
|
#define SHT_PROGBITS 0x1
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_exit
|
.global _tx_execution_isr_exit
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_enter
|
.global _tx_execution_isr_enter
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SHT_PROGBITS 0x1
|
#define SHT_PROGBITS 0x1
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_exit
|
.global _tx_execution_isr_exit
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.global _tx_thread_current_ptr
|
.global _tx_thread_current_ptr
|
||||||
.global _tx_thread_execute_ptr
|
.global _tx_thread_execute_ptr
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.global _tx_timer_time_slice
|
.global _tx_timer_time_slice
|
||||||
.global _tx_timer_system_clock
|
.global _tx_timer_system_clock
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
SYSTEM_CLOCK = 6000000
|
SYSTEM_CLOCK = 6000000
|
||||||
SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
|
SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SHT_PROGBITS 0x1
|
#define SHT_PROGBITS 0x1
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_exit
|
.global _tx_execution_isr_exit
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_enter
|
.global _tx_execution_isr_enter
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_thread_enter
|
.global _tx_execution_thread_enter
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
SYSTEM_CLOCK = 6000000
|
SYSTEM_CLOCK = 6000000
|
||||||
SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
|
SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SHT_PROGBITS 0x1
|
#define SHT_PROGBITS 0x1
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_exit
|
.global _tx_execution_isr_exit
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_enter
|
.global _tx_execution_isr_enter
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SHT_PROGBITS 0x1
|
#define SHT_PROGBITS 0x1
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_exit
|
.global _tx_execution_isr_exit
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.global _tx_thread_current_ptr
|
.global _tx_thread_current_ptr
|
||||||
.global _tx_thread_execute_ptr
|
.global _tx_thread_execute_ptr
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.text 32
|
.text 32
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
.global _tx_timer_time_slice
|
.global _tx_timer_time_slice
|
||||||
.global _tx_timer_system_clock
|
.global _tx_timer_system_clock
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
SYSTEM_CLOCK = 6000000
|
SYSTEM_CLOCK = 6000000
|
||||||
SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
|
SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SHT_PROGBITS 0x1
|
#define SHT_PROGBITS 0x1
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_exit
|
.global _tx_execution_isr_exit
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
#if (defined(TX_ENABLE_EXECUTION_CHANGE_NOTIFY) || defined(TX_EXECUTION_PROFILE_ENABLE))
|
||||||
.global _tx_execution_isr_enter
|
.global _tx_execution_isr_enter
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
#include "tx_user.h"
|
#include "tx_user.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user