Home
last modified time | relevance | path

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

12345678910>>...54

/Zephyr-Core-2.7.6/samples/subsys/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-Core-2.7.6/doc/reference/kernel/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 :c:func:`main` function begins executing once
[all …]
/Zephyr-Core-2.7.6/samples/subsys/logging/dictionary/
DREADME.rst57 [ 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-2.7.6/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-Core-2.7.6/tests/boards/intel_s1000_crb/cache/src/
Dcache_test.c39 LOG_INF("Filling main memory with an inverted byte sequence ..."); in cache_flush_test()
45 LOG_INF("Comparing contents of cached memory vs main memory ..."); in cache_flush_test()
53 LOG_INF("Flushing cache to commit contents to main memory ..."); in cache_flush_test()
57 LOG_INF("Comparing contents of cached memory vs main memory ..."); in cache_flush_test()
68 LOG_INF("Filling main memory with an inverted byte sequence ..."); in cache_invalidation_test()
74 LOG_INF("Comparing contents of cached memory vs main memory ..."); in cache_invalidation_test()
82 LOG_INF("Invalidating cache to read contents from main memory ..."); in cache_invalidation_test()
86 LOG_INF("Comparing contents of cached memory vs main memory ..."); in cache_invalidation_test()
95 void main(void) in main() function
/Zephyr-Core-2.7.6/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
56 Main PLL division factor for PLLPCLK
63 Main PLL division factor for PLLQCLK
70 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
55 Main PLL division factor for PLLSAI3CLK
64 Main PLL division factor for PLL48M1CLK (48 MHz clock).
75 Main PLL division factor for PLLCLK (system clock)
/Zephyr-Core-2.7.6/samples/subsys/usb/hid/
Dsample.yaml12 - "main: HID Device: dev"
13 - "main: Starting application"
24 - "main: HID Device: dev"
25 - "main: Starting application"
/Zephyr-Core-2.7.6/samples/boards/arc_secure_services/
Dsample.yaml16 - "I am the main thread in secure world: 0"
18 - "I am the main thread in secure world: 1"
19 - "I am the main thread in secure world: 2"
20 - "I am the main thread in secure world: 3"
/Zephyr-Core-2.7.6/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-Core-2.7.6/soc/arm/atmel_sam/sam3x/
DKconfig.soc39 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-2.7.6/soc/arm/atmel_sam/sam4e/
DKconfig.soc41 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-2.7.6/samples/subsys/task_wdt/
DREADME.rst40 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-2.7.6/samples/net/sockets/socketpair/
DREADME.rst37 thread sends a fixed number of messages to the server (main). Each client
49 main: closed fd 8
54 main: closed fd 3
59 main: closed fd 5
86 main: closed fd 3
91 main: closed fd 5
96 main: closed fd 7
/Zephyr-Core-2.7.6/samples/bluetooth/central_multilink/src/
Dmain.c1 /* main.c - Application main entry point */
11 void main(void) in main() function
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_identity/src/
Dmain.c1 /* main.c - Application main entry point */
11 void main(void) in main() function
/Zephyr-Core-2.7.6/soc/arm/atmel_sam/sam4s/
DKconfig.soc61 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-2.7.6/tests/subsys/cpp/cxx/
Dtestcase.yaml8 cpp.main.minimal:
11 cpp.main.newlib:
17 cpp.main.newlib_nano:
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dmain.c1 /* main.c - Application main entry point */
19 void main(void) in main() function
/Zephyr-Core-2.7.6/tests/kernel/profiling/profiling_api/src/
Dmain.c57 * @brief Test stack usage through main thread
59 * This test prints the main, idle, interrupt and system workqueue
60 * stack usage through main thread.
68 TC_PRINT("from main thread:\n"); in test_call_stacks_analyze_main()
75 * This test prints the main, idle, interrupt and system workqueue
92 * This test prints the main, idle, interrupt and system workqueue
/Zephyr-Core-2.7.6/samples/net/civetweb/websocket_server/
DREADME.rst41 The port number can be changed in :zephyr_file:`samples/net/civetweb/websocket_server/main.c`
43 This sample application consists of two main parts:
45 … ``http://192.0.2.1:8080/index.html`` It is needed to serve application's main page and its depend…
51 - ``/`` - main application page (redirects requests to ``/index.html``)
52 - ``/index.html`` - main application page
53 - ``/index.css`` - main application page style sheet
/Zephyr-Core-2.7.6/samples/subsys/usb/testusb/src/
Dmain.c10 LOG_MODULE_REGISTER(main);
12 void main(void) in main() function
22 LOG_INF("entered main."); in main()
/Zephyr-Core-2.7.6/soc/arm/atmel_sam0/common/
DKconfig.samd5x10 startup. This can then be selected as the main clock source
14 prompt "Main clock source"
16 Selects the clock that the main clocks, such as the CPU
/Zephyr-Core-2.7.6/tests/bluetooth/ctrl_user_ext/src/
Dmain.c1 /* main.c - Application main entry point */
21 /*test case main entry*/
/Zephyr-Core-2.7.6/tests/bluetooth/init/src/
Dmain.c1 /* main.c - Application main entry point */
21 /*test case main entry*/

12345678910>>...54