Home
last modified time | relevance | path

Searched refs:DEBUG_PRINTF (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DCMakeLists.txt7 if(DEFINED DEBUG_PRINTF)
8 zephyr_compile_definitions(DEBUG_PRINTF=${DEBUG_PRINTF})
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/
DCMakeLists.txt7 if(DEFINED DEBUG_PRINTF)
8 zephyr_compile_definitions(DEBUG_PRINTF=${DEBUG_PRINTF})
/Zephyr-latest/samples/philosophers/
DCMakeLists.txt7 if(DEFINED DEBUG_PRINTF)
8 zephyr_compile_definitions(DEBUG_PRINTF=${DEBUG_PRINTF})
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dmain.c49 #ifndef DEBUG_PRINTF
50 #define DEBUG_PRINTF 0 macro
82 #if DEBUG_PRINTF
92 #if !DEBUG_PRINTF in set_phil_state_pos()
216 #if !DEBUG_PRINTF in display_demo_description()
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dmain.c45 #ifndef DEBUG_PRINTF
46 #define DEBUG_PRINTF 0 macro
112 #if DEBUG_PRINTF
122 #if !DEBUG_PRINTF in set_phil_state_pos()
244 #if !DEBUG_PRINTF in display_demo_description()
/Zephyr-latest/samples/philosophers/src/
Dmain.c57 #ifndef DEBUG_PRINTF
58 #define DEBUG_PRINTF 0 macro
94 #if !DEBUG_PRINTF in set_phil_state_pos()
247 #if !DEBUG_PRINTF in display_demo_description()