Home
last modified time | relevance | path

Searched refs:can (Results 451 – 475 of 2493) sorted by relevance

1...<<11121314151617181920>>...100

/Zephyr-latest/boards/st/sensortile_box/doc/
Dindex.rst13 More information about the board can be found at the `SensorTile.box website`_.
99 The system clock can be boosted to 120MHz.
108 can be used to connect SensorTile.box to STLINK-V2 and have both SWD and console lines
118 SensorTile.box can be connected as a USB device to a PC host through its micro-B connector.
132 You can read more about how to enable and use the ROM bootloader by checking
142 Debian and Ubuntu can be quite old, so you might have to build dfu-util from source.
143 Information about how to get the source code and how to build it can be found
182 You can build and flash the provided sample application
/Zephyr-latest/boards/nordic/nrf51dk/doc/
Dindex.rst31 More information about the board can be found at the
108 and configure all the necessary software. Further information can be
122 can be found. For example, under Linux, :code:`/dev/ttyACM0`.
149 You can build and flash the examples to make sure Zephyr is running correctly on
150 your board. The button and LED definitions can be found in
/Zephyr-latest/boards/renesas/da1469x_dk_pro/doc/
Dindex.rst68 The DA1469x Development Kit Pro has one LED and one push button which can be used
82 Applications for the ``da1469x_dk_pro`` board configuration can be
92 by using dedicated `eZFlashCLI`_ tool that takes care of writing header and can
94 on `ezFlashCLI`_ to install the tool. Once installed, flashing can be done in the
107 Application can be debugged in the usual way once DA1469x Development Kit Pro
/Zephyr-latest/boards/st/stm32vl_disco/doc/
Dindex.rst11 More information about the board can be found at the `STM32VLDISCOVERY website`_.
32 More information about the STM32F100x can be found in the
43 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
77 Applications for the ``stm32vl_disco`` board configuration can be built and
102 You can debug an application in the usual way. Here is an example for the
/Zephyr-latest/doc/services/retention/
Dblinfo.rst55 (MCUboot) and application to be usable. It can be combined with other retention
91 application can call this to query the information from the bootloader. This
94 applications can optionally choose to use the settings storage feature instead.
95 In this mode, the bootloader information can be queries by using settings keys,
116 that can be loaded
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_config.rst28 then the user can optionally configure static IP addresses to be set to the
56 useful in testing setups where the application can connect to a pre-defined host."
64 useful in testing setups where the application can connect to a pre-defined host."
75 initialization, you can call ``net_config_init()`` manually. The ``flags``
76 parameter can be used to give hints to the library about what kind of
/Zephyr-latest/doc/build/kconfig/
Dpreprocessor-functions.rst12 The official Kconfig preprocessor documentation can be found `here
19 can be fetched from a devicetree ``reg`` property.
82 The functions listed below can be used to do arithmetic operations
101 The functions listed below can be used to modify string variables.
141 corresponds to ``mem``, and has the address ``0x20010000``. This address can be
/Zephyr-latest/boards/shields/semtech_sx1262mb2das/doc/
Dindex.rst13 More information about the shield can be found
44 This shield can only be used with a board which provides a configuration
/Zephyr-latest/boards/shields/dac80508_evm/doc/
Dindex.rst19 This shield can only be used with a development board that provides a
23 The SPI connector pins on the DAC80508 EVM can be connected to the
/Zephyr-latest/boards/shields/st7735r/doc/
Dindex.rst10 controller. More information about the controller can be found in
46 This shield can only be used with a board that provides a configuration
/Zephyr-latest/boards/shields/st7789v_generic/doc/
Dindex.rst10 controller. More information about the controller can be found in
49 This shield can only be used with a board that provides a configuration
/Zephyr-latest/boards/shields/semtech_sx1272mb2das/doc/
Dindex.rst13 More information about the shield can be found
46 This shield can only be used with a board which provides a configuration
/Zephyr-latest/boards/brcm/bcm958402m2/doc/
Da72.rst34 The default configuration can be found in
49 Zephyr applications running on the Cortex-A72 core can also be tested
Dm7.rst34 The default configuration can be found in
49 Zephyr applications running on the M7 core can also be tested
/Zephyr-latest/boards/fysetc/ucan/
Ducan.dts40 transceiver0: can-phy0 {
41 compatible = "can-transceiver-gpio";
/Zephyr-latest/boards/others/candlelight/
Dcandlelight.dts40 transceiver0: can-phy0 {
41 compatible = "nxp,tja1051", "can-transceiver-gpio";
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_tracing.rst10 User can enable network core stack and socket API calls tracing.
20 The :kconfig:option:`CONFIG_TRACING_NET_SOCKETS` option can be used to track
/Zephyr-latest/boards/common/
Dopenocd-nrf5.board.cmake7 # Boards which don't meet this convention can set this variable before
27 # We can do the right thing for supported subfamilies using a generic
/Zephyr-latest/drivers/can/
DKconfig.loopback11 This is an emulated driver that can only loopback messages.
43 Number of TX frames that can be buffered.
/Zephyr-latest/dts/arm/st/l4/
Dstm32l496.dtsi53 can2: can@40006800 {
59 master-can-reg = <0x40006400>;
/Zephyr-latest/tests/arch/arm/arm_runtime_nmi/
DREADME.txt12 This project outputs to the console. It can be built and executed on QEMU as
21 Problems caused by out-dated project information can be addressed by
/Zephyr-latest/tests/arch/arm/arm_tz_wrap_func/src/
DREADME.txt18 This project outputs to the console. It can be built and executed on QEMU as
27 Problems caused by out-dated project information can be addressed by
/Zephyr-latest/tests/kernel/mem_protect/stackprot/
DREADME.txt11 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/tests/kernel/sleep/
DREADME.txt12 This project outputs to the console. It can be built and executed
21 Problems caused by out-dated project information can be addressed by
/Zephyr-latest/samples/posix/eventfd/
DREADME.rst10 which can be used for event notification. The returned file descriptor is used with write/read calls
16 This project outputs to the console. It can be built and executed on QEMU as follows:

1...<<11121314151617181920>>...100