Searched refs:will (Results 426 – 450 of 1633) sorted by relevance
1...<<11121314151617181920>>...66
/Zephyr-latest/samples/drivers/led/led_strip/boards/ |
D | thingy52_nrf52832.overlay | 29 chain-length = <10>; /* arbitrary; change at will */
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.c_lang_r | 13 Select 'y' here and Zephyr will provide an implementation of the POSIX_C_LANG_SUPPORT_R
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/ |
D | Kconfig.defconfig | 34 # Offset between CRAM AXIM and CRAM AXIF, code will be downloaded
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt.rst | 56 An MQTT client library will notify MQTT events to the application through a 95 Call the ``mqtt_connect`` function, which will create the appropriate socket, 100 If the connection was successful, ``MQTT_EVT_CONNACK`` will be notified to the 122 or a timeout occurs, the connection will be aborted, and the underlying socket 127 the connection. If an MQTT message is received, an MQTT callback function will
|
/Zephyr-latest/boards/xen/xenvm/doc/ |
D | index.rst | 78 configuration by altering device tree and Kconfig options. This will be covered 112 This will build an image with the synchronization sample app. Next, you need to 146 You will see Zephyr output: 163 guest will parse device tree in runtime. On other hand, Zephyr supports only 166 will not change some values (like RAM base address) in the future.
|
/Zephyr-latest/doc/develop/test/twister/ |
D | twister_blackbox.rst | 6 This guide aims to explain the structure of a test file so the reader will be able 48 ``twister-out`` directories. Most of the time, we will use the ``out_path`` fixture in conjunction 80 consider whether they will be used in just one test file, or in many. 101 If we just call the ``importlib`` 's ``exec_module`` two times, we will experience log 102 duplication. ``twister.log`` will duplicate every line (triplicate if we call it three times, etc.)
|
/Zephyr-latest/boards/atmel/sam/sam_e70_xplained/doc/ |
D | index.rst | 103 By default a factory new SAM E70 chip will boot SAM-BA boot loader located in 105 (General-Purpose NVM bit 1). The flash procedure will ensure that GPNVM1 is 108 If your chip has a security bit GPNVM0 set you will be unable to program flash 110 is to perform a chip erase procedure that will erase all GPNVM bits and the full 159 variable. OpenOCD will look for the appropriate interface
|
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/doc/ |
D | index.rst | 106 By default a factory new SAM V71 chip will boot the `SAM-BA`_ boot loader 108 of GPNVM1 (General-Purpose NVM bit 1). The flash procedure will ensure that 111 If your chip has a security bit GPNVM0 set you will be unable to program flash 113 is to perform a chip erase procedure that will erase all GPNVM bits and the 162 variable. OpenOCD will look for the appropriate interface
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 21 This tells how many network interfaces there will be in the system 22 that will have IPv6 enabled. 67 packet will decrement the value and will drop the packet if the hop 77 packet will decrement the value and will drop the packet if the hop 135 will timeout. RFC 2460 chapter 4.5 tells to wait for 60 seconds but 240 generated from it will expire. This requires that applications are 241 prepared to use new IPv6 addresses when old ones will expire. 283 attempts no non-unique address was generated then there will be no
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.bluetooth | 24 When enabled, the SMP BT transport will buffer and reassemble received 111 When enabled, the SMP service will be automatically registered at boot time 113 Otherwise, the SMP service will be statically defined and registered.
|
/Zephyr-latest/boards/seeed/xiao_rp2040/doc/ |
D | index.rst | 118 By default, building an app for this board will generate a 120 the ``BOOTSEL`` button pressed, it will appear on the host as a mass storage 121 device. The UF2 file should be copied to the device, which will
|
/Zephyr-latest/samples/boards/espressif/deep_sleep/ |
D | README.rst | 19 a preset time. This example will trigger a wake up every 20 seconds. 27 Kconfig option. The target SoC will always repeat the following: enable Timer 63 With both wake up sources enabled, the console output will be as below. The
|
/Zephyr-latest/boards/adafruit/kb2040/doc/ |
D | index.rst | 109 a UF2 file. By default, building an app for this board will generate a 111 button pressed, it will appear on the host as a mass storage device. The 112 UF2 file should be drag-and-dropped to the device, which will flash the KB2040.
|
/Zephyr-latest/boards/adafruit/qt_py_rp2040/doc/ |
D | index.rst | 108 a UF2 file. By default, building an app for this board will generate a 110 button pressed, it will appear on the host as a mass storage device. The 111 UF2 file should be drag-and-dropped to the device, which will flash the QT Py RP2040.
|
/Zephyr-latest/boards/ |
D | Kconfig.v2 | 25 For example, if building for ``nrf5340dk/nrf5340/cpuapp`` then this will contain the
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 68 will ask the advertisers for more information by sending a *scan request* packet. Alternatively, you 69 can create a *passive scanner* by using the :code:`bt scan passive` command, so the scanner will not 107 Begin advertising by using the :code:`bt advertise on` command. This will use the default parameters 118 When using the custom advertisers, you can choose if it will be connectable or scannable. This leads 178 After that, you can start the advertiser and then the target device will be able to reconnect. 193 This will create an extended advertiser, that is connectable and non-scannable. 206 add-ead`. The former will take add one advertising data structure (as defined in the Core 207 Specification), when the later will read the given data, encrypt them and then add the generated 265 … Received encrypted advertising data will now be decrypted using provided key materials. 291 The shell will then connect to the first available device. In the example, if both devices are [all …]
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_mac.rst | 15 macOS will not let you execute those from the Terminal by default. In order to 25 choice. This will apply to any executable being launched from such terminal
|
/Zephyr-latest/boards/renode/cortex_r8_virtual/doc/ |
D | index.rst | 28 Your software will run in simulation and you don't need to "flash" the board in a traditional way, 40 This will build an image with the synchronization sample app, boot it using
|
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/doc/ |
D | index.rst | 44 Touch controller IRQ line is not connected by default. You will need 45 to solder the ``5 INT`` jumper to use it. You will also need to
|
/Zephyr-latest/boards/khadas/edgev/doc/ |
D | index.rst | 51 This will build an image with the synchronization sample app. 65 It will display the following console output:
|
/Zephyr-latest/samples/net/ptp/ |
D | README.rst | 10 The PTP sample application for Zephyr will enable PTP support. 42 By default PTP in Zephyr will not print any PTP debug messages to console.
|
/Zephyr-latest/lib/libc/newlib/ |
D | CMakeLists.txt | 17 # using ZEPHYR_TOOLCHAIN_VARIANT=cross-compile it will be either up to the 19 # unable to, it will be up to the user to specify LIBC_LIBRARY_DIR vars to
|
/Zephyr-latest/drivers/net/ |
D | Kconfig | 49 thread that will pass the data to IP stack. 55 Sets the stack size which will be used by the PPP RX workqueue. 95 means the code will make 00:00:5E:00:53:XX, where XX will be 181 means the code will make 00:00:5E:00:53:XX, where XX will be
|
/Zephyr-latest/doc/develop/ |
D | env_vars.rst | 36 will be lost forever. 59 new ``cmd.exe`` windows will have ``MY_VARIABLE`` set to ``foo``. 76 you make in RapidEE will be available whenever you open a new terminal window. 102 The value will be lost if you close the window, etc.; run ``source 116 The value will be lost if you close the window, etc.; run 221 will try to locate those programs automatically, but may rely on additional
|
/Zephyr-latest/doc/develop/optimizations/ |
D | tools.rst | 42 will list the sum of these in one entry. 61 These commands will generate something similar to the output below:: 123 These commands will generate something similar to the output below:: 164 https://github.com/HBehrens/puncover. When this target is built, it will 165 launch a local web server which will allow you to open a web client and browse 234 Pahole will generate something similar to the output below in the console::
|
1...<<11121314151617181920>>...66