Home
last modified time | relevance | path

Searched refs:will (Results 501 – 525 of 1633) sorted by relevance

1...<<21222324252627282930>>...66

/Zephyr-latest/doc/hardware/cache/
Dindex.rst46 in memory that will have caching disabled once the kernel has initialized.
49 specify individual global variables as uncached using ``__nocache``. This will
51 region in memory and the MPU driver will configure that region as uncached.
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/doc/
Dindex.rst121 By default, building an app for this board will generate a
123 the ``BOOTSEL`` button pressed, it will appear on the host as a mass storage
124 device. The UF2 file should be copied to the device, which will
/Zephyr-latest/boards/qemu/cortex_m3/doc/
Dindex.rst6 This board configuration will use QEMU to emulate the TI LM3S6965 platform.
52 If SLIP networking is enabled (see below), an additional serial port will be
78 This will build an image with the synchronization sample app, boot it using
/Zephyr-latest/boards/native/native_posix/doc/
Dindex.rst15 ``native_posix`` is deprecated in favour of :ref:`native_sim<native_sim>`, and will be removed
21 which will set its configuration to mimic a native_posix-like configuration.
85 The 32 bit version, ``native_posix``, is the default target, which will compile
/Zephyr-latest/subsys/logging/
DKconfig.formatting61 Increasing it will allow for longer strings to be logged at the expense of used
62 stack space. Conversely decreasing it will lessen the stack burden at the expense
83 this will be used for all Sys-T messages.
86 this will be used for log messages without source IDs,
213 It will be applied to all backends except the syslog net backend.
/Zephyr-latest/soc/espressif/common/
DKconfig.esptool19 selected in `ESPTOOLPY_FLASHMODE`, our code will automatically change the
20 mode to "OPI" and the sample mode will be STR.
21 … If the flash chip is a Quad one, even if "OPI" is selected in `ESPTOOLPY_FLASHMODE`, our code will
99 chip), the program will crash randomly.
172 If this option is set, flashing the project will automatically detect
DKconfig.spiram24 memory will be allocated from other available region.
128 If enabled, instructions in flash will be moved into PSRAM on startup.
138 If enabled, rodata in flash will be moved into PSRAM on startup.
149 If enabled, 1/16 of the SPI RAM total size will be reserved for error-correcting code.
220 If this config item is set to N (default), the correct WP pin will be automatically used for any
224 …When flash mode is set to QIO or QOUT, the PSRAM WP pin will be set the same as the SPI Flash WP p…
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain_magic_wand_model.ipynb39 …rocontrollers](https://tensorflow.org/lite/microcontrollers/overview). It will produce the same mo…
60 …ing to **Runtime -> Change runtime type** and selecting **GPU**. Training will take around 5 minut…
123 "# Download the data we will use to train the model\n",
193 …"The following cell will begin the training process. Training will take around 5 minutes on a GPU …
/Zephyr-latest/doc/develop/test/
Dcoverage.rst37 cases which consume more RAM will crash when coverage is enabled.
47 These steps will produce an HTML coverage report for a single application.
76 #. Find the gcov binary placed in the SDK. You will need to pass the path to
104 When you run your application, ``gcov`` coverage data will be dumped into the
145 which will produce ``twister-out/coverage/index.html`` report as well as
/Zephyr-latest/
DCODE_OF_CONDUCT.md42 acceptable behavior and will take appropriate and fair corrective action in
48 not aligned to this Code of Conduct, and will communicate reasons for moderation
63 conduct@zephyrproject.org. Reports will be received by the Chair of the Zephyr
69 All complaints will be reviewed and investigated promptly and fairly.
76 Community leaders will follow these Community Impact Guidelines in determining
/Zephyr-latest/lib/os/
DKconfig.cbprintf41 final binary. In any case, this will increase call stack size
51 This will decrease stack space, but affects conversion of any type
57 truncation are not supported, and the generated text will be the
60 With CBPRINTF_NANO all conversions will be attempted but values that
61 cannot fit will be silently truncated.
/Zephyr-latest/samples/modules/canopennode/
DREADME.rst49 Pressing the button labelled ``SW3`` will increment the button press
68 Pressing the button labelled ``SW3`` will increment the button press
87 Pressing the button labelled ``USER`` will increment the button press counter
106 Pressing the button labelled ``USER`` will increment the button press counter
194 # Green indicator LED will flash slowly
198 # Green indicator LED will flash faster
202 # Green indicator LED will be steady on
206 # Node will reset communication
210 # Node will reset
216 Running the above Python code will update the NMT state of the node
/Zephyr-latest/doc/build/kconfig/
Dmenuconfig.rst19 :file:`zephyr/.config`, the assignment will be ignored and overwritten when
90 mode, single-menu mode will distinguish between symbols defined with
125 #. Pressing :kbd:`Q` in the ``menuconfig`` interface will bring up the
132 filename (:file:`zephyr/.config`). You will typically save to the default
135 The ``guiconfig`` interface will also prompt for saving the configuration on
161 unsatisfied dependencies), then *show-all mode* will be enabled. In show-all
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf52_bsim.rst42 and will use the same drivers as the nrf52 dk targets for these.
84 You will now need to define two environment variables to point to your BabbleSim
164 this simulation; the ``-D`` option tells the Phy how many devices will be run
198 Note that BabbleSim will run fine if one or several of its components are
200 breakpoint will pause the whole simulation.
211 simulated time will pass several orders of magnitude faster than real time,
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst64 The scheduler ready queue will be implemented as a simple unordered list, with
67 that will never see more than a small number (3, maybe) of runnable threads in
73 The scheduler ready queue will be implemented as a red/black tree. This has
76 an extra ~2kb of code. The resulting behavior will scale cleanly and
84 When selected, the scheduler ready queue will be implemented as the
107 When selected, the wait_q will be implemented with a balanced tree. Choose
112 queues will be somewhat slower (though this is not generally a performance
117 When selected, the wait_q will be implemented with a doubly-linked list.
148 than that of the sleeping thread will actually be scheduled before
207 action that makes it unready, the scheduler will switch the locking thread out
[all …]
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst148 a special ``.. rst-class:: rst-columns`` directive. The directive will
178 A maximum of three columns will be displayed, and change based on the
282 will display as:
374 * :rst:role:`file` for file names, e.g., ``:file:`CMakeLists.txt``` will render as
380 variable part of the path, e.g., ``:file:`{boardname}_defconfig``` will render as
383 * :rst:role:`command` for command names, e.g., ``:command:`make``` will render as :command:`make`
385 * :rst:role:`envvar` for environment variables, e.g., ``:envvar:`ZEPHYR_BASE``` will render as
397 * :rst:role:`kbd` for keyboard input, e.g., ``:kbd:`Ctrl-C``` will render as :kbd:`Ctrl-C`
399 * :rst:role:`menuselection` for menu selections, e.g., ``:menuselection:`File --> Open``` will rend…
402 * :rst:role:`guilabel` for GUI labels, e.g., ``:guilabel:`Cancel``` will render as :guilabel:`Cance…
[all …]
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp45 Wireless chip. This option will enable support
441 WiFi driver will automatically initiate power save when initialized.
583 enabled this will enable the sticky TIM bit
585 client of the uAP will not be able to go in IEEE PS.
1041 If you enable this, error messages will be printed in case of error
1042 conditions. This will increase the size of the image. It is strongly
1050 If you enable this, error messages will be printed in case of error
1051 conditions. This will increase the size of the image. It is strongly
1059 If you enable this the debug options will be
1060 enabled. Asserts will be also be enabled.
[all …]
/Zephyr-latest/drivers/spi/
DKconfig.dw21 DesignWare SPI only allows word access, byte access will raise
/Zephyr-latest/drivers/stepper/adi_tmc/
DKconfig.tmc_rampgen_template9 When enabled, the ramp status will be polled on TMC, to check for events:
/Zephyr-latest/doc/develop/toolchains/
Dintel_oneapi_toolkit.rst23 The above will also change the python environment to the one used by the
/Zephyr-latest/samples/bluetooth/hci_uart_async/
Dapp.overlay21 * functions. Removing the assignments will ensure a compilation error
/Zephyr-latest/lib/posix/options/
DKconfig.procN25 Select 'y' here and Zephyr will provide an alias for getpid() as _getpid().
/Zephyr-latest/arch/arm/core/cortex_m/
Dvector_table_pad.ld15 * multiple times, the padding will only be added at most once, to the
/Zephyr-latest/samples/bluetooth/peripheral_past/
DREADME.rst25 another board that will connect to this and transfer a periodic advertisement
/Zephyr-latest/samples/bluetooth/peripheral_hr/
DREADME.rst12 connects it will generate dummy heart-rate values.

1...<<21222324252627282930>>...66