Home
last modified time | relevance | path

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

/ThreadX-v6.2.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.md90 /* xx-xx-xxxx Scott Larson Include tx_user.h, */
192 1. Define the features and addons you need in `tx_user.h` and build together with the component sou…
/ThreadX-v6.2.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.2.1/ports_smp/mips32_interaptiv_smp/green/example_build/
Dtx.gpj16 tx_user.h
Dtxe.gpj17 tx_user.h
/ThreadX-v6.2.1/ports_smp/cortex_a5x_smp/green/example_build/tx/
Dlibtx.gpj17 ..\..\..\..\..\common_smp\inc\tx_user.h
/ThreadX-v6.2.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.2.1/ports/xtensa/xcc/
Dreadme_threadx.txt328 All generic ThreadX options in tx_user.h may also be defined with -D.