Searched full:making (Results 1 – 25 of 178) sorted by relevance
12345678
/Zephyr-latest/boards/nxp/frdm_rw612/ |
D | CMakeLists.txt | 13 # See MCUXpresso config tools for making a correct one.
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v1.rst | 10 making it generic. For more information on CMSIS RTOS v1, please refer
|
/Zephyr-latest/soc/nxp/s32/common/ |
D | osif.c | 24 * OsIf call to get the processor number of the core making the access.
|
/Zephyr-latest/tests/boards/mec15xxevb_assy6853/i2c_api/ |
D | README.txt | 15 We need to change to use I2C01 port by making some jumpers setting as below:
|
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32f1-clock-mco.yaml | 14 the MCO are fitted with a fixed prescaler, making it possible to
|
/Zephyr-latest/tests/boards/mec172xevb_assy6906/i2c_api/ |
D | README.txt | 15 We need to change to use I2C01 port by making some jumpers setting as below:
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 273 Making the CPU idle causes the kernel to pause all operations until an event, 281 Making the CPU idle 284 Making the CPU idle is simple: call the k_cpu_idle() API. The CPU will stop 318 Making the CPU idle in an atomic fashion 321 It is possible that there is a need to do some work atomically before making 326 and making the CPU idle again. In some systems, this can cause the CPU to idle
|
/Zephyr-latest/doc/build/kconfig/ |
D | setting.rst | 15 Before making changes to Kconfig files, it's a good idea to also go through 22 When making Kconfig changes, it's important to understand the difference 197 configuration that gets modified when making changes in the :ref:`interactive 253 When making changes to the default configuration for a board, you might have to 346 When making changes to :file:`Kconfig.defconfig` files, always check the 356 One motivation for this configuration scheme is to avoid making fixed
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-arch.rst | 51 in a standard way making it possible to combine Hosts and Controllers from 113 The controller itself needs to be enabled as well, typically by making sure the 126 together with enabling the device tree node for some other HCI driver and making 139 The controller itself needs to be enabled as well, typically by making sure the
|
/Zephyr-latest/scripts/dts/ |
D | README.txt | 12 Links related to the work making this standalone:
|
/Zephyr-latest/cmake/ |
D | pristine.cmake | 15 # Making the usage itself a fatal error messes up the formatting when printing.
|
/Zephyr-latest/include/zephyr/drivers/console/ |
D | console.h | 33 * Carriage return is translated to NULL making string always NULL
|
D | uart_console.h | 21 * Carriage return is translated to NULL making string always NULL
|
/Zephyr-latest/subsys/demand_paging/eviction/ |
D | Kconfig | 37 Usage is tracked based on MMU protection making pages unaccessible
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/op_agg/ |
D | full_status_msg_list.sh | 17 # 3. The client sends X vendor model messages, making up an op agg sequence message of 380 bytes.
|
/Zephyr-latest/lib/libc/picolibc/ |
D | Kconfig | 120 this option eliminates all of that information, making the results 121 less helpful but also making them consume less memory.
|
/Zephyr-latest/doc/services/tfm/ |
D | testsuites.rst | 41 changes to TF-M, such as enabling a new TF-M board target, or making changes
|
/Zephyr-latest/doc/kernel/services/other/ |
D | thread_local_storage.rst | 26 making a system call.
|
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/ |
D | README.rst | 28 ``native_posix*`` and ``native_sim*`` board variants, making it possible to run this sample on
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | l2cap.rst | 9 based flow control making it suitable for data streams.
|
/Zephyr-latest/dts/bindings/led_strip/ |
D | ws2812.yaml | 21 making your choice.
|
/Zephyr-latest/scripts/ |
D | list_shields.py | 16 # (It's done this way to keep west optional, making it possible to run
|
/Zephyr-latest/doc/services/modem/ |
D | index.rst | 13 data-in/data-out pipes making them independently testable and
|
/Zephyr-latest/doc/services/file_system/ |
D | index.rst | 25 Zephyr RTOS supports multiple instances of a file system by making use of
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/src/ |
D | tick_timer_train.c | 162 TC_PRINT("!! Consider making CONFIG_SYS_CLOCK_TICKS_PER_SEC smaller.\n"); in ZTEST() 170 TC_PRINT("!! Consider making CONFIG_SYS_CLOCK_TICKS_PER_SEC smaller.\n"); in ZTEST()
|
12345678