Home
last modified time | relevance | path

Searched refs:tx_user (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.4.1/test/smp/cmake/threadx_smp/
DCMakeLists.txt36 message(STATUS "Using default tx_user.h file")
39 message(STATUS "Using custom tx_user.h file from ${TX_USER_FILE}")
41 configure_file(${TX_USER_FILE} ${CUSTOM_INC_DIR}/tx_user.h COPYONLY)
/ThreadX-v6.4.1/
DCMakeLists.txt48 message(STATUS "Using default tx_user.h file")
51 message(STATUS "Using custom tx_user.h file from ${TX_USER_FILE}")
53 configure_file(${TX_USER_FILE} ${CUSTOM_INC_DIR}/tx_user.h COPYONLY)
DREADME.md87 /* xx-xx-xxxx Scott Larson Include tx_user.h, */
189 1. Define the features and addons you need in `tx_user.h` and build together with the component sou…
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dreadme.md24 … `tx_user.h` the preprocessor definition `TX_INCLUDE_USER_DEFINE_FILE` should be defined at the co…
27 …related data. The following preprocessor definitions should be added to `tx_user.h`. Failure to ad…
32 …R_PROCESS_IN_ISR` preprocessor definition should NOT be defined within `tx_user.h` or `tx_port.h`…
36 … within the timer tick ISR by defining `TX_TIMER_PROCESS_IN_ISR` within `tx_user.h`. This won’t ha…
83 Additionally the following preprocessor definition should be added to `tx_user.h`:
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/
Dtxe.gpj17 tx_user.h
Dtx.gpj16 tx_user.h
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/example_build/tx/
Dlibtx.gpj17 ..\..\..\..\..\common_smp\inc\tx_user.h
/ThreadX-v6.4.1/utility/low_power/
Dlow_power.md77 …ned in **TX_TIMER_TICKS_PER_SECOND** (typically defined in file tx_api.h, tx_user.h, or tx_port.h).
/ThreadX-v6.4.1/docs/
Drevision_history.txt81 tx_user.h Modified comment(s).
930tx_user.h Added new defines, and removed TX_USE_PRESET_DATA
1266tx_user.h Added two new conditional build options,
/ThreadX-v6.4.1/ports/xtensa/xcc/
Dreadme_threadx.txt328 All generic ThreadX options in tx_user.h may also be defined with -D.