Searched refs:will (Results 351 – 375 of 1633) sorted by relevance
1...<<11121314151617181920>>...66
/Zephyr-latest/tests/drivers/flash/common/ |
D | Kconfig | 11 Expected flash device size the test will validate against. If the flash driver does not
|
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/boards/ |
D | frdm_k64f.overlay | 8 * J4.3 will be the ADC input and J4.11 the DAC output
|
/Zephyr-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 43 WiFi driver will automatically initiate DHCPV4 negotiation when connected. 89 will be allocated (provided sufficient free RAM). The size of each dynamic 283 When this option is disabled, more than 10Kbytes of IRAM memory will be saved 284 but Wi-Fi throughput will be reduced. 291 When this option is disabled, more than 17Kbytes of IRAM memory will be saved 292 but Wi-Fi performance will be reduced. 306 …it will work for at least ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME. If a data packet is received or se… 307 …during this period, the time will be refreshed. If the time is up, but the station still has packe… 308 to receive or send, the time will also be refreshed. unit: milliseconds. 316 sent within ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME, a null data packet will be sent [all …]
|
/Zephyr-latest/boards/nxp/imx93_evk/doc/ |
D | index.rst | 203 This will build an image with the synchronization sample app, boot it and 227 This will build an image with the shell sample app, boot it and execute 272 This will build an image with the synchronization sample app, boot it and 335 Firstly, we need to explain a few Jailhouse concepts that will be referred to later on: 341 will contain all the hardware resources that Linux will utilize and will be used to assign 345 * **Inmate**: refers to any other OS that runs alongside Linux. The resources an inmate will 348 SOF+Zephyr will run as an inmate, alongside Linux, on core 1 of the board. This means that 349 said core will be taken away from Linux and will only be utilized by Zephyr. 361 to access this region this will result in a second stage translation fault. 366 They will only be aware of the cores they have been assigned through the config
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.mcs | 37 control client will truncate the name when reading it. 46 client will truncate the name when reading it. 55 the media control client will truncate the title when reading it. 64 longer, the media control client will truncate the name when reading 102 will be ignored. 111 object will be ignored.
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | slist.rst | 22 :c:func:`sys_slist_peek_head` and :c:func:`sys_slist_peek_tail`, which will 39 :c:func:`sys_slist_remove` will remove a node given a pointer to its 43 list. :c:func:`sys_slist_merge_slist` will append an entire list to an 44 existing one. :c:func:`sys_slist_append_list` will append a bounded 46 :c:func:`sys_slist_find_and_remove` will search a list (in linear time) 52 will enumerate every node in a list given a local variable to store
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 63 If set, the network stack will accept unicast DHCPv4 responses from 70 If set, the network stack will include the specified string in the 156 DHCPv4 server will probe the offered IP address (send ICMP echo 158 the address. If set to 0, ICMP probing will be disabled. 168 procedure. Enabling this config will violate the RFC in this regard, as 170 will send a NAK, informing the client it should proceed with a full
|
/Zephyr-latest/cmake/modules/ |
D | configuration_files.cmake | 11 # The following variables will be defined when this CMake module completes: 21 # loaded, then no changes to the variable will happen. 62 These settings will override the settings in the application’s .config file or its default .conf fi… 92 alternate .overlay file using this parameter. These settings will override the \
|
/Zephyr-latest/samples/basic/button/ |
D | README.rst | 24 alias, usually in the :ref:`BOARD.dts file <devicetree-in-out-files>`. You will 36 will be turned on when the button is pressed, and turned off off when it is 101 This sample can be built for multiple boards, in this example we will build it 114 will print an information about this event along with its timestamp.
|
/Zephyr-latest/drivers/i2s/ |
D | Kconfig.litex | 28 bool "Received data will be stored as big endian"
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | Kconfig.defconfig.ace30 | 27 # else we will be chasing changes all the time.
|
/Zephyr-latest/cmake/flash/ |
D | check_runner_dependencies.cmake | 6 # If the target contains dependencies, an error will be printed.
|
/Zephyr-latest/tests/subsys/logging/log_syst/ |
D | Kconfig | 9 log messages. It will not output any logs.
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_mcxn94x.dtsi | 34 * which will set it to disabled.
|
/Zephyr-latest/boards/arm/mps3/ |
D | Kconfig.defconfig | 9 # will still permit bus access.
|
/Zephyr-latest/boards/beagle/beagleplay/ |
D | board.cmake | 9 # Be sure to disable the bcfserial driver because it will capture /dev/ttyS4
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | CMakeLists.txt | 46 # cacheability addresses), it will warn about an "empty" segment even 49 # Also note that rimage is picky with section flags: it will try to 52 # file. The GNU linker will set these automatically based on the 66 # will remove it if empty). Extract it here (which will create an
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | rpr_cli.rst | 57 Server node. This procedure will start a ten-second, multiple-device scanning where the generated 58 scan report will contain a maximum of three unprovisioned devices. If the UUID argument was 60 procedure completes, the server sends the scan report that will be handled in the client's 66 Provisioning Server will use active scanning to request a scan response from the unprovisioned 92 Server node. This procedure will attempt to provision the device with the corresponding UUID, and
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 153 ready, the IRQ lock will inhibit any preemption that would otherwise 154 occur. Thread B will not run until the next :ref:`reschedule point 231 :c:macro:`IRQ_CONNECT` or :c:func:`irq_connect_dynamic`), the interrupt line will 233 has just been registered) will be invoked each time the interrupt is triggered. 242 Enabling the shared interrupt support and dynamic interrupt support will 245 register gets triggered, the ISR will no longer get invoked. 247 Please note that enabling :kconfig:option:`CONFIG_SHARED_INTERRUPTS` will 318 will be resumed from low-power state before the ISR is executed, which can be 321 * Although some architectures will do this in hardware, other architectures 396 code will generate a build error. Otherwise, the above code will result in the two ISRs [all …]
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 17 support. A few are for bootstrap and initialization, and will be 36 non-kernel address space will get a separate ring 3 ASID set in RASID, 85 that is to just load the faulting PTE as an address, which will then 91 EXCM bit is set). This will produce a Double Exception fault, which 120 ensuring that a refill access will be able to find a PTE address. 157 care, as the CPU will throw an exception ("multi hit") if a memory 172 mapping condition, but it is safe as nothing will use it until we 176 exception handler into the data TLB. This will likewise not be 185 doing data accesses yet (including refills), and will resolve the 190 code page will then cause a TLB refill exception, which will work [all …]
|
/Zephyr-latest/soc/ |
D | Kconfig | 58 the Zephyr release that the SoC configuration will be removed. 59 When set, any build for that SoC will generate a clearly visible
|
/Zephyr-latest/doc/develop/west/ |
D | moving-to-west.rst | 46 workspace, and does some other setup. It will not change the contents of 54 local repositories will get out of sync. (Run ``west list`` for current
|
/Zephyr-latest/boards/shields/v2c_daplink/doc/ |
D | index.rst | 29 will boot from ITCM and flashing can be performed automatically. The console is 39 CPU will boot from the V2C-DAPLink QSPI NOR flash. The console is routed to USB
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | Kconfig | 45 Setting a non-empty string for this option will encrypt the broadcast using this 52 Enabling this option will make the application use static broadcast ID, as opposed to a
|
/Zephyr-latest/doc/build/snippets/ |
D | design.rst | 27 snippets feature will be possible without breaking backwards compatibility 37 expression for the settings, which will then apply to both boards
|
1...<<11121314151617181920>>...66