/Zephyr-Core-3.7.0/samples/net/sockets/socketpair/ |
D | README.rst | 38 thread sends a fixed number of messages to the server (main). 47 main: read 'Alpha' on fd 4 48 main: read 'Bravo' on fd 6 49 main: read 'Charlie' on fd 8 50 main: read 'Alpha' on fd 4 51 main: read 'Bravo' on fd 6 52 main: read 'Charlie' on fd 8 53 main: read 'Alpha' on fd 4 54 main: read 'Bravo' on fd 6 55 main: read 'Charlie' on fd 8 [all …]
|
/Zephyr-Core-3.7.0/samples/cpp/cpp_synchronization/ |
D | README.rst | 12 A simple application demonstrates basic sanity of the kernel. The main thread 38 main: Hello World! 40 main: Hello World! 42 main: Hello World! 44 main: Hello World! 46 main: Hello World! 48 main: Hello World! 50 main: Hello World! 52 main: Hello World! 54 main: Hello World! [all …]
|
/Zephyr-Core-3.7.0/tests/lib/cpp/cxx/ |
D | testcase.yaml | 9 cpp.main.minimal: 12 cpp.main.newlib: 17 cpp.main.newlib_nano: 23 cpp.main.picolibc: 35 cpp.main.cpp98: 47 # Note: no "cpp.main.cpp11" as that's the default standard tested above 48 cpp.main.cpp14: 53 cpp.main.cpp17: 58 cpp.main.cpp2A: 63 cpp.main.cpp20: [all …]
|
/Zephyr-Core-3.7.0/samples/boards/nrf/nrf53_sync_rtc/ |
D | README.rst | 48 [00:00:00.306,915] <inf> main: IPC send at 10056 ticks 49 [00:00:00.356,903] <inf> main: IPC send at 11695 ticks 50 [00:00:00.406,921] <inf> main: IPC send at 13334 ticks 51 [00:00:00.456,939] <inf> main: IPC send at 14973 ticks 52 [00:00:00.506,958] <inf> main: IPC send at 16612 ticks 53 [00:00:00.556,976] <inf> main: IPC send at 18251 ticks 54 [00:00:00.606,994] <inf> main: IPC send at 19890 ticks 55 [00:00:00.657,012] <inf> main: IPC send at 21529 ticks 56 [00:00:00.707,031] <inf> main: IPC send at 23168 ticks 57 [00:00:00.757,049] <inf> main: IPC send at 24807 ticks [all …]
|
/Zephyr-Core-3.7.0/doc/kernel/services/threads/ |
D | system_threads.rst | 15 **Main thread** 17 :c:func:`main` function (if one is defined). 19 By default, the main thread uses the highest configured preemptible thread 21 threads, the main thread uses the lowest configured cooperative thread 24 The main thread is an essential thread while it is performing kernel 25 initialization or executing the application's :c:func:`main` function; 27 :c:func:`main` is not defined, or if it executes and then does a normal 28 return, the main thread terminates normally and no error is raised. 53 Writing a main() function 56 An application-supplied :c:func:`main` function begins executing once [all …]
|
/Zephyr-Core-3.7.0/tests/subsys/logging/dictionary/pytest/ |
D | test_logging_dictionary.py | 82 # [ 10] <dbg> hello_world: main: debug string 83 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: debug string'), 86 # [ 10] <dbg> hello_world: main: int8_t 1, uint8_t 2 87 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: int8_t 1, uint8_t 2'), 88 # [ 10] <dbg> hello_world: main: int16_t 16, uint16_t 17 89 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: int16_t 16, uint16_t 17'), 90 # [ 10] <dbg> hello_world: main: int32_t 32, uint32_t 33 91 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: int32_t 32, uint32_t 33'), 92 # [ 10] <dbg> hello_world: main: int64_t 64, uint64_t 65 93 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: int64_t 64, uint64_t 65'), [all …]
|
/Zephyr-Core-3.7.0/tests/benchmarks/sched/ |
D | README.rst | 7 abstractions. It works very simply: a main thread creates a "partner" 11 1. The main thread calls _unpend_first_thread() 12 2. The main thread calls _ready_thread() 13 3. The main thread calls k_yield() 16 (the kernel switches to the main thread) 17 5. The main thread returns from k_yield()
|
/Zephyr-Core-3.7.0/samples/subsys/logging/dictionary/ |
D | README.rst | 68 [ 86332] <dbg> hello_world: main: debug string 70 [ 104784] <dbg> hello_world: main: int8_t 1, uint8_t 2 71 [ 117609] <dbg> hello_world: main: int16_t 16, uint16_t 17 72 [ 130454] <dbg> hello_world: main: int32_t 32, uint32_t 33 73 [ 143299] <dbg> hello_world: main: int64_t 64, uint64_t 65 74 [ 166374] <dbg> hello_world: main: char ! 75 [ 179452] <dbg> hello_world: main: s str static str 76 [ 193395] <dbg> hello_world: main: d str dynamic str 77 …[ 217283] <dbg> hello_world: main: mixed str dynamic str --- dynamic str --- another dynamic st… 78 [ 266022] <dbg> hello_world: main: mixed c/s ! static str dynamic str static str ! [all …]
|
/Zephyr-Core-3.7.0/tests/cmake/zephyr_get/ |
D | CMakeLists.txt | 132 IMAGE zephyr_get "sysbuild.main" 139 IMAGE zephyr_get_3rd "sysbuild.main" 148 IMAGE zephyr_get "sysbuild.main" 168 IMAGE zephyr_get "sysbuild.main" 170 IMAGE zephyr_get_3rd "sysbuild.main" 219 IMAGE zephyr_get "sysbuild.main" 232 IMAGE zephyr_get "sysbuild.main" 233 IMAGE zephyr_get_2nd "sysbuild.2nd;sysbuild.main" 234 IMAGE zephyr_get_3rd "sysbuild.main" 245 IMAGE zephyr_get "sysbuild.main;cmake cache;environment;local" [all …]
|
/Zephyr-Core-3.7.0/tests/ztest/zexpect/ |
D | CMakeLists.txt | 8 target_sources(testbinary PRIVATE src/main.c) 14 message(STATUS "adding main.cpp") 15 target_sources(app PRIVATE src/main.cpp) 17 target_sources(app PRIVATE src/main.c)
|
/Zephyr-Core-3.7.0/doc/hardware/emulator/ |
D | index.rst | 37 * Main Kconfig option: :kconfig:option:`CONFIG_ADC_EMUL` 42 * Main Kconfig option: :kconfig:option:`CONFIG_DMA_EMUL` 47 * Main Kconfig option: :kconfig:option:`CONFIG_EEPROM_EMULATOR` 54 * Main Kconfig option: :kconfig:option:`CONFIG_EEPROM_SIMULATOR` 67 * Main Kconfig option: :kconfig:option:`CONFIG_FLASH_SIMULATOR` 74 * Main Kconfig option: :kconfig:option:`CONFIG_GPIO_EMUL` 79 * Main Kconfig option: :kconfig:option:`CONFIG_I2C_EMUL` 84 * Main Kconfig option: :kconfig:option:`CONFIG_RTC_EMUL` 89 * Main Kconfig option: :kconfig:option:`CONFIG_SPI_EMUL` 94 * Main Kconfig option: :kconfig:option:`CONFIG_MSPI_EMUL` [all …]
|
/Zephyr-Core-3.7.0/samples/boards/arc_secure_services/ |
D | sample.yaml | 20 - "I am the main thread in secure world: 0" 22 - "I am the main thread in secure world: 1" 23 - "I am the main thread in secure world: 2" 24 - "I am the main thread in secure world: 3"
|
/Zephyr-Core-3.7.0/dts/bindings/clock/ |
D | st,stm32wb-pll-clock.yaml | 8 Only main PLL is supported for now. 42 Main PLL division factor for PLL input clock 49 Main PLL multiplication factor for VCO 55 Main PLL division factor for PLLPCLK 61 Main PLL division factor for PLLQCLK 68 Main PLL division factor for PLLRCLK (system clock)
|
D | st,stm32l4-pll-clock.yaml | 8 Only main PLL is supported for now. 40 Division factor for the main PLL and audio PLLs (PLLSAI1 and PLLSAI2) 48 Main PLL multiplication factor for VCO 54 Main PLL division factor for PLLSAI3CLK 62 Main PLL division factor for PLL48M1CLK (48 MHz clock). 73 Main PLL division factor for PLLCLK (system clock)
|
D | st,stm32f4-pll-clock.yaml | 5 STM32F4 Main PLL node binding: 44 Main PLL multiplication factor for VCO 51 Main PLL division factor for PLLSAI2CLK 61 Main PLL (PLL) division factor for USB OTG FS, SDMMC and random number 68 Main PLL (PLL) division factor for I2S and DFSDM
|
/Zephyr-Core-3.7.0/tests/ztest/base/ |
D | CMakeLists.txt | 10 target_sources(testbinary PRIVATE src/main.c) 16 message(STATUS "adding main.cpp") 17 target_sources(app PRIVATE src/main.cpp) 19 target_sources(app PRIVATE src/main.c)
|
/Zephyr-Core-3.7.0/soc/atmel/sam0/common/ |
D | Kconfig.samd2x | 16 This can then be selected as the main clock reference for the SOC. 22 This can then be selected as the main clock reference for the SOC. 28 This can then be selected as the main clock reference for the SOC. 42 This can then be selected as the main clock reference for the SOC. 61 prompt "Main clock reference" 65 Main clocks, such as the CPU and AHB clocks will be derived from
|
/Zephyr-Core-3.7.0/tests/kernel/mem_protect/stackprot/ |
D | README.txt | 34 Starts main 45 main: Stack ok 46 main: Stack ok 47 main: Stack ok 48 main: Stack ok 49 main: Stack ok 50 main: Stack ok 52 PASS - main.
|
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/common/ |
D | CMakeLists.txt | 57 DEPENDS ${CMAKE_BINARY_DIR}/zephyr/boot.mod ${CMAKE_BINARY_DIR}/zephyr/main.mod 61 OUTPUT ${CMAKE_BINARY_DIR}/zephyr/boot.mod ${CMAKE_BINARY_DIR}/zephyr/main.mod 68 # main.mod file below. 91 --set-section-flags .module.main=noload,readonly 94 --rename-section .module.main=.module 95 ${KERNEL_REMAPPED} ${CMAKE_BINARY_DIR}/zephyr/main.mod 2>${NULL_FILE} 101 ${CMAKE_BINARY_DIR}/zephyr/main.mod 102 ${CMAKE_BINARY_DIR}/zephyr/main.mod 2>${NULL_FILE} 107 COMMENT "strip main.mod" 108 APPEND OUTPUT ${CMAKE_BINARY_DIR}/zephyr/main.mod [all …]
|
/Zephyr-Core-3.7.0/scripts/native_simulator/common/src/include/ |
D | nsi_main_semipublic.h | 18 * replace the native simulator main loop. 20 * NSI_NO_MAIN, and provides an specialized main() or hooks into the tooling 21 * provided main(). 24 * simulator main() is built in.
|
/Zephyr-Core-3.7.0/samples/bluetooth/central_multilink/src/ |
D | main.c | 1 /* main.c - Application main entry point */ 13 int main(void) in main() function
|
/Zephyr-Core-3.7.0/samples/bluetooth/peripheral_identity/src/ |
D | main.c | 1 /* main.c - Application main entry point */ 13 int main(void) in main() function
|
/Zephyr-Core-3.7.0/samples/subsys/task_wdt/ |
D | README.rst | 41 Main thread still alive... 43 Main thread still alive... 44 Main thread still alive... 45 Main thread still alive... 47 Main thread still alive...
|
/Zephyr-Core-3.7.0/samples/bluetooth/mtu_update/central/src/ |
D | main.c | 1 /* main.c - Application main entry point */ 15 int main(void) in main() function
|
/Zephyr-Core-3.7.0/tests/subsys/debug/gdbstub/ |
D | test_breakpoints.gdbinit | 2 b main.c:29 9 # break at main() 16 # exit main() and continue with code coverage dump, if configured
|