Home
last modified time | relevance | path

Searched full:main (Results 1 – 25 of 2415) sorted by relevance

12345678910>>...97

/Zephyr-latest/samples/net/sockets/socketpair/
DREADME.rst38 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-latest/samples/drivers/video/capture_to_lvgl/
DREADME.rst45 [00:00:02.779,000] <inf> main: - Device name: dcmi@48020000
46 [00:00:02.779,000] <inf> main: - Capabilities:
47 [00:00:02.779,000] <inf> main: RGBP width [160; 160; 0] height [120; 120; 0]
48 [00:00:02.779,000] <inf> main: RGBP width [176; 176; 0] height [144; 144; 0]
49 [00:00:02.780,000] <inf> main: RGBP width [240; 240; 0] height [160; 160; 0]
50 [00:00:02.780,000] <inf> main: RGBP width [320; 320; 0] height [240; 240; 0]
51 [00:00:02.780,000] <inf> main: RGBP width [352; 352; 0] height [288; 288; 0]
52 [00:00:02.780,000] <inf> main: RGBP width [640; 640; 0] height [480; 480; 0]
53 [00:00:02.780,000] <inf> main: RGBP width [800; 800; 0] height [600; 600; 0]
54 [00:00:02.780,000] <inf> main: RGBP width [1024; 1024; 0] height [768; 768; 0]
[all …]
/Zephyr-latest/samples/cpp/cpp_synchronization/
DREADME.rst12 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-latest/tests/lib/cpp/cxx/
Dtestcase.yaml9 cpp.main.minimal:
12 cpp.main.newlib:
17 cpp.main.newlib_nano:
23 cpp.main.picolibc:
35 cpp.main.cpp98:
53 # Note: no "cpp.main.cpp11" as that's the default standard tested above
54 cpp.main.cpp14:
59 cpp.main.cpp17:
64 cpp.main.cpp2A:
69 cpp.main.cpp20:
[all …]
/Zephyr-latest/doc/kernel/services/threads/
Dsystem_threads.rst15 **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 ``main()`` function begins executing once
[all …]
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/
DREADME.rst48 [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-latest/tests/subsys/logging/dictionary/pytest/
Dtest_logging_dictionary.py82 # [ 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-latest/tests/benchmarks/sched/
DREADME.rst7 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-latest/samples/subsys/logging/dictionary/
DREADME.rst68 [ 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-latest/tests/cmake/zephyr_get/
DCMakeLists.txt11 # Project mode initialization (main CMake invocation)
143 IMAGE zephyr_get "sysbuild.main"
150 IMAGE zephyr_get_3rd "sysbuild.main"
159 IMAGE zephyr_get "sysbuild.main"
179 IMAGE zephyr_get "sysbuild.main"
181 IMAGE zephyr_get_3rd "sysbuild.main"
230 IMAGE zephyr_get "sysbuild.main"
243 IMAGE zephyr_get "sysbuild.main"
244 IMAGE zephyr_get_2nd "sysbuild.2nd;sysbuild.main"
245 IMAGE zephyr_get_3rd "sysbuild.main"
[all …]
/Zephyr-latest/doc/hardware/emulator/
Dindex.rst37 * 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-latest/tests/ztest/zexpect/
DCMakeLists.txt8 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-latest/samples/boards/arc_secure_services/
Dsample.yaml20 - "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-latest/dts/bindings/clock/
Dst,stm32wb-pll-clock.yaml8 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)
Dst,stm32l4-pll-clock.yaml8 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)
Dst,stm32f4-pll-clock.yaml5 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-latest/tests/ztest/base/
DCMakeLists.txt10 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-latest/doc/security/
Dvulnerabilities.rst145 This has been fixed in the below pull requests for main, branch from
151 - `PR24154 fix for main
300 This has been fixed in a PR against Zephyr main.
305 - `PR24954 fix on main (to be fixed in v2.3.0)
330 This has been fixed in a PR against Zephyr main.
335 - `PR27865 fix on main (to be fixed in v2.4.0)
386 This has been fixed in main for v2.3.
407 This has been fixed in main for v2.3.
412 - `PR24435 fix in main for v2.3
561 This has been fixed in main for v2.3.
[all …]
/Zephyr-latest/soc/atmel/sam0/common/
DKconfig.samd2x16 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-latest/tests/kernel/mem_protect/stackprot/
DREADME.txt34 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-latest/scripts/native_simulator/common/src/include/
Dnsi_main_semipublic.h18 * 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-latest/samples/bluetooth/central_multilink/src/
Dmain.c1 /* main.c - Application main entry point */
13 int main(void) in main() function
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dmain.c1 /* main.c - Application main entry point */
13 int main(void) in main() function
/Zephyr-latest/samples/subsys/task_wdt/
DREADME.rst41 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-latest/samples/bluetooth/mtu_update/central/src/
Dmain.c1 /* main.c - Application main entry point */
15 int main(void) in main() function

12345678910>>...97