Searched refs:can (Results 151 – 175 of 2493) sorted by relevance
12345678910>>...100
/Zephyr-latest/doc/build/signing/ |
D | index.rst | 6 Binaries can be optionally signed as part of a build automatically using CMake code, there is 14 bootloader using the `imgtool`_ program provided by its developers. You can both build and sign 34 - You can change the ``hello_world`` application directory to any other application that can be 74 The signing script used when running ``west flash`` can be extended or replaced to change features 77 the signed images. The file used for signing can be replaced from a sysbuild scope (if being used) 84 From sysbuild, ``-D<target>_SIGNING_SCRIPT`` can be used to set a signing script for a specific 85 image or ``-DSIGNING_SCRIPT`` can be used to set a signing script for all images, for example: 101 are built with MCUboot signing support enabled. The base Zephyr MCUboot signing file can be
|
/Zephyr-latest/boards/arduino/giga_r1/doc/ |
D | index.rst | 23 schematics, can be found at the `Arduino GIGA website`_. 25 More information about STM32H747XIH6 can be found here: 74 This board can be flashed either using dfu-util, or with an external debugging 81 flash page that can be triggered by double clicking the ``RST`` button. This 84 internal STM32 ROM bootloader can also be used by pressing ``RST`` while 85 holding the ``BOOT0`` button, this also supports USB-DFU but can only 86 program the internal flash and can overwrite the Arduino bootloader. More 87 details can be found in the "Boot0" section of the `Arduino GIGA Cheat 113 Similarly, you can build and flash samples on the M4 target.
|
/Zephyr-latest/doc/services/llext/ |
D | build.rst | 4 The LLEXT subsystem allows for the creation of extensions that can be loaded 19 application. This can be done using the `LLEXT Extension Development Kit 27 The Zephyr build system provides a set of features that can be used to build 34 An extension can be defined in the app's ``CMakeLists.txt`` by invoking the 59 The following custom properties of ``<target_name>`` are defined and can be 81 The following CMake functions can be used to modify the build system behavior 95 The ``add_llext_command`` CMake function can be used to add custom build steps 97 run at the specified build step and can refer to the properties of the target 115 libraries. This step can access ``lib_target`` and its own properties. 125 After the extension output file has been created. The command can operate [all …]
|
/Zephyr-latest/boards/st/stm32f0_disco/doc/ |
D | index.rst | 11 More information about the board can be found at the `STM32F0DISCOVERY website`_. 33 - An additional board is provided which can be connected to the extension 38 More information about STM32F051R8 can be found in the `STM32F0x8 reference manual`_. 48 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as 68 Applications for the ``stm32f0_disco`` board configuration can be built and 78 Alternatively, OpenOCD or JLink can also be used to flash the board using 101 You can debug an application in the usual way. Here is an example for the
|
/Zephyr-latest/boards/st/stm32l4r9i_disco/doc/ |
D | index.rst | 18 More information about the board can be found at the `STM32L4R9I-DISCOVERY website`_. 19 More information about STM32L4R9 can be found here: 38 The STM32L4R9AI System Clock can be driven by an internal or external oscillator, 55 Applications for the ``stm32l4r9i_disco`` board configuration can be 65 Alternatively, OpenOCD or JLink can also be used to flash the board using 83 You can then build and flash applications in the usual way. 101 You can debug an application in the usual way. Here is an example for the
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | dns_resolve.rst | 21 The multicast DNS (mDNS) client resolver support can be enabled by setting 26 The link-local multicast name resolution (LLMNR) client resolver support can be 32 :zephyr_file:`subsys/net/lib/dns/Kconfig`. The DNS resolver API can be found at
|
/Zephyr-latest/tests/arch/common/ramfunc/ |
D | README.txt | 5 This test verifies that we can define functions in SRAM (and 15 This project outputs to the console. It can be built and executed on QEMU as 24 Problems caused by out-dated project information can be addressed by
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gatt.rst | 9 On the server side, you can register pre-defined test services using the :code:`gatt register` 13 You can now subscribe to those new services on the client side. Here is an example on how to 21 The server can now notify the client with the command :code:`gatt notify`.
|
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/ |
D | README.rst | 14 two different SID. Number of advertising sets can be increased by updating the 18 advertising data length can be increased from the default 31 bytes by updating 30 This sample can be found under
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | Kconfig.infineon | 19 More information about CYW4343W device you can find on 27 More information about CYW4373 device you can find on 35 More information about CYW43012 device you can find on 43 More information about CYW43438 device you can find on 51 More information about CYW43439 device you can find on 59 More information about CYW20829 device you can find on 83 Detailed information about Murata Type 1LV module you can find on 100 Detailed information about Type 1DX module you can find on 115 Detailed information about Type Sterling LWB5+ module you can find on 132 Detailed information about Murata Type 1YN module you can find on [all …]
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 37 can be added. These can be used to support otherwise 46 Maximum number of requested options that can be added to the 56 information in DHCP option 43 can be added. 86 If this option is set, then the NTP server can be set from the 94 If this option is set, then the DNS server can be set from the 122 int "Number of IPv4 addresses that can be assigned by the server" 125 Maximum number of IPv4 addresses that can be assigned by the DHCPv4 146 can no longer be assigned. This timeout specifies how long the address 165 leases. As a result, all leases are lost on reboot, which can cause 189 gateway address in responses from the DHCP server. This can be
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 37 enter deep sleep without having a valid IP, this can result in device 52 int "Maximum number of SSIDs that can be specified for SSID filtering" 56 Maximum number of SSIDs that can be specified for SSID filtering. 57 This can be set based on the underlying chipsets limitations. 60 int "Maximum number of channels that can be manually specified" 68 int "Maximum number of APs and STAs that can be managed in Wi-Fi shell" 72 This option defines the maximum number of APs and STAs that can be managed 88 network manager instance that can be used simultaneously.
|
/Zephyr-latest/drivers/pinctrl/ |
D | Kconfig | 17 register address. This can happen, for example, if certain pin control 24 This option can be selected if the pin control configuration defined by 25 a driver has to be accessed externally. This can happen, for example, when 32 When this option is enabled pin control configuration can be changed at 33 runtime. This can be useful, for example, to change the pins assigned to a
|
/Zephyr-latest/samples/net/sockets/http_client/ |
D | README.rst | 13 The source code for this sample application can be found at: 24 You can use this application on a supported board, including 52 The certificate and private key used by the sample can be found in the sample's 62 You can run this ``http-client`` sample application in QEMU 87 You can verify TLS communication with a Linux host as well. Just use the
|
/Zephyr-latest/samples/net/sockets/websocket_client/ |
D | README.rst | 14 The source code for this sample application can be found at: 25 You can use this application on a supported board, including 53 The certificate and private key used by the sample can be found in the sample's 60 You can run this ``websocket-client`` sample application in QEMU 67 In a terminal window you can do either:
|
/Zephyr-latest/drivers/gnss/ |
D | Kconfig.luatos_air530z | 24 Maximum number of satellites that can be decoded from the 26 the device is actually tracking, just how many of those can
|
/Zephyr-latest/samples/hello_world/ |
D | README.rst | 9 A simple sample that can be used with any :ref:`supported board <boards>` and 15 This application can be built and executed on QEMU as follows:
|
/Zephyr-latest/tests/kernel/xip/ |
D | README.txt | 11 This project outputs to the console. It can be built and executed 20 Problems caused by out-dated project information can be addressed by
|
/Zephyr-latest/doc/services/task_wdt/ |
D | index.rst | 17 single watchdog instance may not be sufficient anymore, as it can be used for 21 An existing hardware watchdog can be used as an optional fallback if the task 29 Instead, the task watchdog API can be accessed globally to add or delete new 38 Related configuration options can be found under
|
/Zephyr-latest/cmake/toolchain/llvm/ |
D | generic.cmake | 3 # Purpose of the generic.cmake is to define a generic C compiler which can be 5 # be performed before the target can be determined. 20 # LLVM is flexible, meaning that it can in principle always support newlib or picolibc. 28 # Developers can manually indicate library support with '-DTOOLCHAIN_HAS_<NEWLIB|PICOLIBC>=<ON|OFF>'
|
/Zephyr-latest/boards/wiznet/w5500_evb_pico/doc/ |
D | index.rst | 38 The peripherals of the RP2040 SoC can be routed to various pins on the board. 39 The configuration of these routes can be modified through DTS. Please refer to 83 You can Flash the w5500_evb_pico with a SEGGER JLink debug probe as described in 111 interface that can be used to program and debug the on board RP2040. This 112 interface can be utilized by OpenOCD. To use it with the RP2040, OpenOCD 146 The value of **RPI_PICO_DEBUG_ADAPTER** is cached, so it can be omitted from 155 You can also flash the board with the following 165 If you don't have an SWD adapter, you can flash the Raspberry Pi Pico with 174 The SWD interface can also be used to debug the board. To achieve this, you can 198 As with flashing, you can specify the debug adapter by specifying [all …]
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
D | README.rst | 11 explicit feedback. It can run on any board with USB and I2S support, but the 32 host, the device can tell host how many samples on average it needs every frame. 47 is not available, the DPPI and TIMER peripherals on nRF5340 can be configured to 56 no extra connections are necessary and the sample can even be used without any 57 I2S device connected where I2S signals can be checked e.g. on logic analyzer. 62 The code can be found in :zephyr_file:`samples/subsys/usb/uac2_explicit_feedback`.
|
/Zephyr-latest/boards/we/proteus3ev/doc/ |
D | index.rst | 25 More information about the radio module can be found the Würth Elektronik 58 Applications for the ``we_proteus3ev/nrf52840`` board configuration can be 67 and configure all the necessary software. Further information can be 81 can be found. For example, under Linux, :code:`/dev/ttyACM0`. 107 You can build and flash the examples to make sure Zephyr is running correctly 108 on your board. The button and LED definitions can be found in
|
/Zephyr-latest/doc/hardware/peripherals/eeprom/ |
D | shell.rst | 16 can also be enabled in existing applications to aid in interactive debugging of EEPROM issues. 34 :kconfig:option:`CONFIG_SHELL_HELP` is disabled). The built-in help messages can be printed by 40 which also supports tab-completion. A list of all devices available can be obtained using the 47 The size of an EEPROM can be inspected using the ``eeprom size`` subcommand as shown below: 57 Data can be written to an EEPROM using the ``eeprom write`` subcommand. This subcommand takes at 83 Data can be read from an EEPROM using the ``eeprom read`` subcommand. This subcommand takes three
|
/Zephyr-latest/doc/kernel/services/ |
D | index.rst | 21 can also be developed using the Zephyr kernel. Examples of such systems 51 These pages cover kernel objects which can be used to pass data between 57 …Data structure Data item size Data Alignment ISRs can receive? ISRs can send? Ove… 74 [3] ISRs can receive only when passing K_NO_WAIT as the timeout 79 [5] ISRS can send and/or receive only when passing K_NO_WAIT as the
|
12345678910>>...100