Searched full:go (Results 1 – 25 of 357) sorted by relevance
12345678910>>...15
/Zephyr-Core-3.4.0/boards/xtensa/odroid_go/ |
D | Kconfig.board | 1 # ODROID-GO Game Kit configuration 7 bool "ODROID-GO Game Kit"
|
D | odroid_go.yaml | 2 name: ODROID-GO
|
D | Kconfig.defconfig | 1 # ODROID-GO Game Kit configuration
|
/Zephyr-Core-3.4.0/tests/kernel/timer/timer_error_case/src/ |
D | main.c | 28 /* should not go here*/ in thread_timer_start_null() 63 /* should not go here*/ in thread_timer_stop_null() 97 /* should not go here*/ in thread_timer_status_get_null() 131 /* should not go here*/ in thread_timer_status_sync_null() 165 /* should not go here*/ in thread_timer_remaining_ticks_null() 199 /* should not go here*/ in thread_timer_expires_ticks_null() 232 /* should not go here*/ in thread_timer_user_data_get_null() 267 /* should not go here*/ in thread_timer_user_data_set_null()
|
/Zephyr-Core-3.4.0/samples/userspace/syscall_perf/ |
D | README.rst | 7 user thread has to go through a system call compared to a supervisor thread that 16 current thread. The user thread has to go through a system call.
|
/Zephyr-Core-3.4.0/tests/kernel/sched/schedule_api/src/ |
D | user_api.c | 102 /* should not go here */ in thread_suspend_init_null() 139 /* should not go here */ in thread_resume_init_null() 176 /* should not go here */ in thread_priority_get_init_null() 213 /* should not go here */ in thread_priority_set_init_null() 252 /* should not go here */ in thread_priority_set_overmax() 292 /* should not go here */ in thread_priority_set_upgrade() 328 /* should not go here */ in thread_wakeup_init_null()
|
/Zephyr-Core-3.4.0/samples/boards/arc_secure_services/src/ |
D | main.c | 30 printk("Go to normal application\n"); in threadA() 44 /* necessary configuration before go to normal */ in main()
|
/Zephyr-Core-3.4.0/doc/kernel/services/threads/ |
D | nothread.rst | 95 *List/table of supported drivers to go here* 103 *List/table of supported drivers to go here* 120 *List/table of supported drivers to go here, including which API options
|
/Zephyr-Core-3.4.0/tests/benchmarks/sys_kernel/ |
D | prj.conf | 2 # all printf, fprintf to stdout go to console
|
/Zephyr-Core-3.4.0/tests/benchmarks/app_kernel/ |
D | prj_fp.conf | 2 # all printf, fprintf to stdout go to console
|
D | prj.conf | 2 # all printf, fprintf to stdout go to console
|
/Zephyr-Core-3.4.0/doc/develop/application/ |
D | application-kconfig.include | 5 # Your application configuration options go here
|
/Zephyr-Core-3.4.0/doc/build/snippets/ |
D | writing.rst | 18 # ... build system settings go here ... 20 Build system settings go in other keys in the file as described later on in 177 bar: # settings for board "bar" go here 180 baz: # settings for board "baz" go here
|
/Zephyr-Core-3.4.0/samples/boards/arc_secure_services/ |
D | sample.yaml | 21 - "Go to normal application"
|
/Zephyr-Core-3.4.0/soc/arm/atmel_sam/same70/ |
D | Kconfig.soc | 151 bool "Go to Wait mode instead of Sleep mode" 156 to achieve this, make CPU go to Wait mode instead of Sleep
|
/Zephyr-Core-3.4.0/soc/arm/atmel_sam/samv71/ |
D | Kconfig.soc | 152 bool "Go to Wait mode instead of Sleep mode" 157 to achieve this, make CPU go to Wait mode instead of Sleep
|
/Zephyr-Core-3.4.0/dts/bindings/sensor/ |
D | st,vl53l1x.yaml | 17 directly to VDD, the sensor will go into boot mode on a
|
/Zephyr-Core-3.4.0/samples/subsys/usb/webusb/ |
D | README.rst | 64 #. To access JS app go to https://finikorg.github.io/webusb-sample/ 76 Chrome: "Go to localhost to connect.". Click on the notification
|
/Zephyr-Core-3.4.0/soc/riscv/openisa_rv32m1/ |
D | soc.h | 19 * Level 1 interrupts go straight to the SoC. Level 2 interrupts must 20 * go through one of the 8 channels in the the INTMUX
|
/Zephyr-Core-3.4.0/subsys/settings/include/settings/ |
D | settings_file.h | 30 /* settings saves go to a file */
|
/Zephyr-Core-3.4.0/include/zephyr/arch/posix/ |
D | posix_trace.h | 17 * Return 1 if traces to <output> will go to a tty.
|
/Zephyr-Core-3.4.0/dts/bindings/i2c/ |
D | nordic,nrf-twis.yaml | 23 /* other property settings can go here */
|
/Zephyr-Core-3.4.0/doc/build/kconfig/ |
D | index.rst | 20 The following sections explain how to set Kconfig configuration options, go
|
/Zephyr-Core-3.4.0/arch/arc/core/ |
D | thread_entry_wrapper.S | 53 * Go to infinite loop as there is nothing more to do.
|
/Zephyr-Core-3.4.0/doc/project/ |
D | proposals.rst | 21 implementation proposal and an owner. Features must go through an RFC process 98 and fixes that need to go into a specific release or milestone.
|
12345678910>>...15