Searched refs:can (Results 201 – 225 of 2493) sorted by relevance
12345678910>>...100
/Zephyr-latest/boards/others/canbardo/ |
D | canbardo.dts | 85 transceiver0: can-phy0 { 86 compatible = "microchip,mcp2558fd", "can-transceiver-gpio"; 92 transceiver1: can-phy1 { 93 compatible = "microchip,mcp2558fd", "can-transceiver-gpio";
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/ |
D | README.rst | 32 This application can be built and run on any Arm Ethos-U capable platform, for 33 example Corstone(TM)-300. A reference implementation of Corstone-300 can be 38 that can be emulated on a host machine. 41 the ``PATH`` variable, then building and testing can be done with following
|
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 3 The `devmem load` command is supported by every transport the shell can run on. 15 The sample can be built for several platforms, the following commands build and run the application… 30 The `devmem load` command can now be used (`devmem load [option] [address]`): 38 You can either type it directly from the console or send it from the host PC (replace `ttyX` with t…
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | brg_cfg.rst | 28 A node implementing the Bridge Configuration Client model can act as a *Configuration Manager* for 49 a Subnet Bridge functionality enabled. Subnet bridging can be performed only by such a node. The 70 The Bridge Configuration Client (or Configuration Manager) can enable or disable the Subnet Bridge 77 The Bridge Configuration Client can add or remove an entry from the Bridging Table by sending a 91 The Bridge Configuration Client can retrieve this information by sending a **Subnet Bridge Get** 94 - *Bridging Table*: This state holds the bridging table. The Client can request a list of 98 The Client can get a list of subnets currently bridged by a Subnet Bridge by sending a 102 - *Bridging Table Size*: This state reports the maximum number of entries the Bridging Table can 103 store. The Client can retrieve this information by sending a **Bridging Table Size Get** message 124 Both the relay buffer pool and advertising sets can be used even if the relay feature [all …]
|
/Zephyr-latest/doc/services/retention/ |
D | index.rst | 17 Optionally, a magic header can be used to check if the front of 19 checksum (1, 2, or 4-bytes in size) of the stored data can be appended to the 23 a timestamp, 44 bytes for a last log message. All of these sections can be 24 accessed or updated independently. The prefix and checksum can be set 31 you are using, there is a zephyr driver which can be used which will use some 107 The retention areas can then be accessed using the data retention API (once 128 compiled with multithreading support. This means that different threads can 143 An addition to the retention subsystem is a boot mode interface, this can be 187 The boot mode interface can be enabled with 189 boot mode functions. If using mcuboot with serial recovery, it can be built [all …]
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | Kconfig.samd2x | 17 This can then be selected as the main clock reference for the SOC. 23 This can then be selected as the main clock reference for the SOC. 29 This can then be selected as the main clock reference for the SOC. 58 This can then be selected as the main clock reference for the SOC. 88 This can be the default reset state or a state set by a bootloader.
|
/Zephyr-latest/boards/arduino/uno_r4/doc/ |
D | index.rst | 33 you can use for flashing and debugging. 43 You can build and flash with ``west flash`` command (See 62 Debugging can be done with ``west debug`` command. 82 Various debug adapters, including cmsis-dap probes, can debug the Arduino UNO R4 with pyOCD. 95 If you corrupt the Arduino bootloader, you can restore it with the following command.
|
/Zephyr-latest/boards/seagate/faze/doc/ |
D | index.rst | 6 The FaZe board can be found in the Seagate FireCuda Gaming SSD devices. A NVMe 31 More information can be found here: 45 The IOCON controller can be used to configure the LPC11U67 pins. 75 The NXP LPC11U67 MCU can be flashed by connecting an external debug probe to 81 then you can simply run the ``west flash`` command to write a firmware image you
|
/Zephyr-latest/boards/waveshare/rp2040_zero/doc/ |
D | index.rst | 33 The peripherals of the RP2040 SoC can be routed to various pins on the board. The configuration of … 68 … connected via USB you can keep the ``RESET`` button pressed, press and release ``BOOT``, release … 74 In alternative you can locate the generated file at ``build/zephyr/zephyr.uf2 file`` and simply dra…
|
/Zephyr-latest/samples/arch/smp/pktqueue/ |
D | README.rst | 12 can be found at http://www.faqs.org/rfcs/rfc1812.html. This application 45 time can access to sender or receiver queue. 51 can see that using more cores takes almost linearly less time 54 You can also edit the sample source code to change the 64 It can be built and executed on QEMU as follows:
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/ |
D | README.rst | 15 can also be accessed with any Bluetooth LE GATT client from your PC, 30 wide text. You can force line breaks with a comma. 35 you're not happy with it you can try writing something else. 39 can't connect to it anymore over GATT. 41 If you configure multiple boards like this they can communicate with
|
/Zephyr-latest/doc/develop/west/ |
D | zephyr-cmds.rst | 13 The ``boards`` command can be used to list the boards that are supported by 16 It can be run by typing:: 21 specify the display format yourself you can use the ``--format`` (or ``-f``) 26 Additional help about the formatting options can be found by running:: 35 The ``completion`` extension command outputs shell completion scripts that can 117 SHA1) can be recorded, along with any detected licenses if an 160 You can list binary blobs while specifying the format of the output:: 189 Twister can then be invoked via west as follows:: 203 You can search for a specific descriptor in an image, for example:: 207 You can search for a custom descriptor by type and ID, for example:: [all …]
|
D | build-flash-debug.rst | 28 The ``build`` command helps you build Zephyr applications from source. You can 56 You can use the :ref:`west boards <west-boards>` command to list all 63 can force CMake to run again with ``--cmake``. 66 build directory; ``west build`` can figure out the board from the CMake cache. 75 :ref:`sysbuild` can be used to create a multi-domain build system combining 81 More detailed information regarding the use of sysbuild can be found in the 86 The ``build.sysbuild`` configuration option can be enabled to tell 88 ``--no-sysbuild`` can be used to disable sysbuild for a specific build. 93 A single domain from a multi-domain project can be built by using ``--domain`` 115 (You can use any other board supported by Zephyr here; it doesn't have to be [all …]
|
/Zephyr-latest/doc/develop/test/ |
D | bsim.rst | 14 can be used to simulate a network of Bluetooth LE and 15.4 devices. 21 In the BabbleSim documentation you can find more information on how to 26 you can find more information about how to build Zephyr targeting these particular boards, 35 The :ref:`bsim boards<bsim boards>` can be used without radio activity, and in that case, it is not 36 necessary to connect them to a physical layer simulation. Thanks to this, these target boards can 65 More information about how different tests types relate to BabbleSim and the bsim boards can be 72 :ref:`nrf54l15bsim<nrf54l15bsim>` boards are based on the POSIX architecture, you can easily collect 75 You can use the script :zephyr_file:`tests/bsim/generate_coverage_report.sh` to generate an html 92 For example, from Zephyr's root folder, you can run: 119 After building the tests' required binaries you can run a test directly using its individual test [all …]
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ota.rst | 18 same method can be used as part of OTA. The binary is first downloaded 35 1. A working sample can be found on the `Golioth Firmware SDK repository`_ 44 is downloaded and installed. MCUboot can be used to verify the signature before 53 `UpdateHub`_ is a platform for remotely updating embedded devices. Updates can 55 the binary is downloaded and installed. MCUboot can be used to verify the 64 A Simple Management Protocol (SMP) server can be used to update firmware via
|
/Zephyr-latest/boards/96boards/carbon/doc/ |
D | nrf51822.rst | 52 The default configuration can be found in 80 The 96Boards Carbon nRF51 can be flashed using an external SWD 94 It uses the `Black Magic Debug Probe`_ as an SWD programmer, which can 102 ARM Embedded, can be used as well. 122 After you've flashed the chip, you can keep debugging using the same 124 run "load". You can then debug as usual with GDB. In particular, type 129 who are experienced in electronics rework can remove a resistor (R22) 137 This ``96b_carbon/nrf51822`` Zephyr board configuration can be used to provide
|
/Zephyr-latest/boards/st/stm32f072b_disco/doc/ |
D | index.rst | 29 More information about the board can be found at the 56 More information about STM32F072RB can be found here: 112 Applications for the ``stm32f072b_disco`` board configuration can be built and 122 Alternatively, OpenOCD or JLink can also be used to flash the board using 150 Replace <tty_device> with the port where the serial adapter can be found. 163 You can debug an application in the usual way. Here is an example for the 190 https://www.skpang.co.uk/products/can-bus-can-fd-breakout-board-5v-supply-and-5v-logic
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 21 * Following policies can be applied when requested space cannot be allocated: 23 * **Overwrite** - oldest entries are dropped until requested amount of memory can 35 memory usage, header can be added on top of the user header using 36 :c:macro:`MPSC_PBUF_HDR` and remaining bits in the first word can be application 63 space can be allocated, temporary write index is moved and pointer to a space 73 space can be allocated. When packets are dropped ``busy`` flag is checked in the 85 Packet header details can be found in :zephyr_file:`include/zephyr/sys/mpsc_packet.h`. 86 API functions can be found in :zephyr_file:`include/zephyr/sys/mpsc_pbuf.h`. Headers
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_mgmt.rst | 16 example, by using these APIs, application code can request a scan be done on a 50 You can receive notifications on network events by registering a 59 :c:func:`net_mgmt_init_event_callback`, can 62 Additionally :c:macro:`NET_MGMT_REGISTER_EVENT_HANDLER` can be used to 80 The callback handler function can be shared between different layer events. 82 (False positives can occur for events which have the same layer and 165 can be listened to. 171 You can provide additional management procedures specific to your 205 You can signal a specific network event using the :c:func:`net_mgmt_event_notify` 208 code, event code can be also found on specific L2 technology mgmt headers,
|
/Zephyr-latest/boards/nordic/nrf52840dk/doc/ |
D | index.rst | 34 More information about the board can be found at the `nRF52840 DK website`_. 113 Applications for the ``nrf52840dk/nrf52840`` board configuration can be 122 and configure all the necessary software. Further information can be 136 can be found. For example, under Linux, :code:`/dev/ttyACM0`. 163 You can build and flash the examples to make sure Zephyr is running correctly on 164 your board. The button and LED definitions can be found in 170 The following approach can be used when an application needs to use another set 210 Pins can be configured in the board pinctrl file. To see the available mappings, 213 'General purpose I/O'. Note that pins marked as 'low frequency I/O only' can only be used 227 development kit for the nRF52811 you can use this board to develop for this IC
|
/Zephyr-latest/boards/nordic/nrf52833dk/doc/ |
D | index.rst | 29 More information about the board can be found at the 109 Applications for the ``nrf52833dk/nrf52833`` board configuration can be built, 117 and configure all the necessary software. Further information can be 131 can be found. For example, under Linux, :code:`/dev/ttyACM0`. 156 You can build and flash the examples to make sure Zephyr is running correctly on 157 your board. The button and LED definitions can be found in 163 The following approach can be used when an application needs to use another set 203 Pins can be configured in the board pinctrl file. To see the available mappings, 206 'General purpose I/O'. Note that pins marked as 'low frequency I/O only' can only be used 230 development kit for the nRF52820 you can use this board to develop for this IC
|
/Zephyr-latest/boards/shields/mikroe_mcp2518fd_click/doc/ |
D | index.rst | 12 More information about the shield can be found at 30 :zephyr-app: samples/drivers/can/counter
|
/Zephyr-latest/boards/shields/npm1300_ek/doc/ |
D | index.rst | 24 The shield can be used in any application by setting ``--shield npm1300_ek`` 25 when invoking ``west build``. You can check :zephyr:code-sample:`npm1300_ek` for a
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-qual.rst | 12 The Zephyr Bluetooth host can be qualified using Bluetooth's PTS (Profile Tuning 30 The Zephyr ICS file for the Host features can be downloaded here:
|
/Zephyr-latest/doc/services/llext/ |
D | index.rst | 9 Extensions are precompiled executables in ELF format that can be verified, 10 loaded, and linked with the main Zephyr binary. Extensions can be manipulated
|
12345678910>>...100