/Zephyr-Core-3.4.0/samples/net/sockets/socketpair/ |
D | README.rst | 37 thread sends a fixed number of messages to the server (main). 46 main: read 'Alpha' on fd 4 47 main: read 'Bravo' on fd 6 48 main: read 'Charlie' on fd 8 49 main: read 'Alpha' on fd 4 50 main: read 'Bravo' on fd 6 51 main: read 'Charlie' on fd 8 52 main: read 'Alpha' on fd 4 53 main: read 'Bravo' on fd 6 54 main: read 'Charlie' on fd 8 [all …]
|
/Zephyr-Core-3.4.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: 40 # Note: no "cpp.main.cpp11" as that's the default standard tested above 41 cpp.main.cpp14: 46 cpp.main.cpp17: 51 cpp.main.cpp2A: 56 cpp.main.cpp20: [all …]
|
/Zephyr-Core-3.4.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.4.0/samples/boards/nrf/nrf53_sync_rtc/ |
D | README.rst | 46 [00:00:00.306,915] <inf> main: IPC send at 10056 ticks 47 [00:00:00.356,903] <inf> main: IPC send at 11695 ticks 48 [00:00:00.406,921] <inf> main: IPC send at 13334 ticks 49 [00:00:00.456,939] <inf> main: IPC send at 14973 ticks 50 [00:00:00.506,958] <inf> main: IPC send at 16612 ticks 51 [00:00:00.556,976] <inf> main: IPC send at 18251 ticks 52 [00:00:00.606,994] <inf> main: IPC send at 19890 ticks 53 [00:00:00.657,012] <inf> main: IPC send at 21529 ticks 54 [00:00:00.707,031] <inf> main: IPC send at 23168 ticks 55 [00:00:00.757,049] <inf> main: IPC send at 24807 ticks [all …]
|
/Zephyr-Core-3.4.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.4.0/samples/subsys/logging/dictionary/ |
D | README.rst | 57 [ 86332] <dbg> hello_world: main: debug string 59 [ 104784] <dbg> hello_world: main: int8_t 1, uint8_t 2 60 [ 117609] <dbg> hello_world: main: int16_t 16, uint16_t 17 61 [ 130454] <dbg> hello_world: main: int32_t 32, uint32_t 33 62 [ 143299] <dbg> hello_world: main: int64_t 64, uint64_t 65 63 [ 166374] <dbg> hello_world: main: char ! 64 [ 179452] <dbg> hello_world: main: s str static str 65 [ 193395] <dbg> hello_world: main: d str dynamic str 66 …[ 217283] <dbg> hello_world: main: mixed str dynamic str --- dynamic str --- another dynamic st… 67 [ 266022] <dbg> hello_world: main: mixed c/s ! static str dynamic str static str ! [all …]
|
/Zephyr-Core-3.4.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.4.0/samples/subsys/usb/hid/ |
D | sample.yaml | 12 - "main: HID Device: dev" 13 - "main: Starting application" 24 - "main: HID Device: dev" 25 - "main: Starting application"
|
/Zephyr-Core-3.4.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.4.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.4.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)
|
/Zephyr-Core-3.4.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.4.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.4.0/soc/arm/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.4.0/soc/xtensa/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.4.0/samples/sensor/wsen_hids/ |
D | README.rst | 48 [00:00:00.383,209] <inf> MAIN: HIDS device initialized. 49 [00:00:00.384,063] <inf> MAIN: Sample #1 50 [00:00:00.384,063] <inf> MAIN: Humidity: 29.8 % 51 [00:00:00.384,063] <inf> MAIN: Temperature: 24.9 C 52 [00:00:02.384,979] <inf> MAIN: Sample #2 53 [00:00:02.385,009] <inf> MAIN: Humidity: 29.7 % 54 [00:00:02.385,009] <inf> MAIN: Temperature: 24.9 C
|
/Zephyr-Core-3.4.0/samples/subsys/task_wdt/ |
D | README.rst | 40 Main thread still alive... 42 Main thread still alive... 43 Main thread still alive... 44 Main thread still alive... 46 Main thread still alive...
|
/Zephyr-Core-3.4.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.4.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.4.0/soc/arm/atmel_sam/sam3x/ |
D | Kconfig.soc | 39 bool "Atmel SAM3 to use external crystal oscillator for main clock" 41 The main clock is being used to drive the PLL, and 45 to drive the main clock. Note that this adds about 65 PLL is running at 7 times of main clock. 78 PLL is running at 7 times of main clock. 87 mode while using external crystal oscillator for main clock.
|
/Zephyr-Core-3.4.0/soc/arm/atmel_sam/sam4e/ |
D | Kconfig.soc | 41 bool "Atmel SAM4E to use external crystal oscillator for main clock" 43 The main clock is being used to drive the PLL, and 47 to drive the main clock. Note that this adds about 67 PLL is running at 10 times of main clock. 80 PLL is running at 10 times of main clock. 89 mode while using external crystal oscillator for main clock.
|
/Zephyr-Core-3.4.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.4.0/soc/arm/atmel_sam/sam4s/ |
D | Kconfig.soc | 61 bool "Atmel SAM4S to use external crystal oscillator for main clock" 63 The main clock is being used to drive the PLL, and 67 to drive the main clock. Note that this adds about 87 PLL is running at 10 times of main clock. 100 PLL is running at 10 times of main clock. 109 mode while using external crystal oscillator for main clock.
|
/Zephyr-Core-3.4.0/doc/project/ |
D | code_flow.rst | 11 main 16 of new features to be introduced into the main branch when ready. Creating a new 18 shall be based off the main branch and any changes developed in the collab 19 branch shall target the main development branch. For released versions of 44 * Define exit criteria for merging the collaboration branch changes back into the main branch. 56 - Force pushing a collaboration branch is only allowed when rebasing against the main branch.
|