Home
last modified time | relevance | path

Searched refs:using (Results 101 – 125 of 1710) sorted by relevance

12345678910>>...69

/Zephyr-latest/samples/basic/threads/
DREADME.rst10 This example demonstrates spawning multiple threads using
12 at compile time using K_THREAD_DEFINE.
31 LEDs" on many of Zephyr's :ref:`boards`. The LEDs must be configured using the
/Zephyr-latest/boards/ti/cc1352p7_launchpad/support/
Dopenocd.cfg1 # Serial could be found using the following command:
/Zephyr-latest/doc/services/device_mgmt/
Dota.rst10 devices using a network connection. Although the name implies a wireless
17 The :ref:`dfu` section discusses upgrading Zephyr firmware using MCUboot. The
20 upgraded using the :ref:`mcuboot` process.
31 this implementation, the connection between cloud and device is secured using
77 connect to an LwM2M server using DTLS. A :zephyr:code-sample:`lwm2m-client` sample is
/Zephyr-latest/samples/subsys/llext/edk/
DREADME.rst5 Enable linkable loadable extension development outside the Zephyr tree using
33 The application is built using the Zephyr build system. The EDK is built using
35 extracted and the extensions are built using CMake.
41 Zephyr application - even on different machines, using only the EDK. At the
43 different teams, using the EDK provided by the application developer.
/Zephyr-latest/samples/drivers/counter/alarm/
DREADME.rst5 Implement an alarm application using the counter API.
9 This sample provides an example of alarm application using :ref:`counter API <counter_api>`.
/Zephyr-latest/tests/bluetooth/classic/sdp_c/
DREADME.rst26 * The configuration context can be overridden using the `hci transport`_ can be provided using the
46 launched using Twister:
57 The test suite can be launched using Twister. Below is an example for running on the
/Zephyr-latest/scripts/ci/
Dpylintrc47 # consider-using-get
69 consider-using-enumerate,
184 consider-using-join,
185 consider-using-in,
187 consider-using-dict-comprehension,
188 consider-using-set-comprehension,
199 using-constant-test,
/Zephyr-latest/scripts/coccinelle/
Dunsigned_shift.cocci1 /// Use BIT() helper macro instead of hardcoding using bitshifting
/Zephyr-latest/lib/cpp/minimal/
DCMakeLists.txt3 # Clear the toolchain defined C++ library property when using minimal C++ lib.
/Zephyr-latest/drivers/mdio/
DKconfig.gpio9 Enable software driven (bit banging) MDIO support using GPIO pins
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/
Dsltb010a_0.overlay8 model = "Silicon Labs EFR32BG22 Thunderboard (SLTB010A) using BRD4184A";
/Zephyr-latest/samples/subsys/zbus/remote_mock/
DREADME.rst5 Publish to a zbus instance using UART as a bridge.
10 This application demonstrates how a host script can publish to the zbus in an embedded device using
13 With this approach, developers can implement tests using any language on a computer to talk directl…
59 The :file:`remote_mock.py` script can be executed using the following command:
69 It can be different in your case. If you are using a board, read the documentation to get the
/Zephyr-latest/boards/google/dragonclaw/doc/
Dindex.rst11 connector. MCU can be flashed using μServo or SWD.
30 using μServo or an external J-Link connected to J4. If μServo is used, please
/Zephyr-latest/boards/google/icetower/doc/
Dindex.rst10 connector. MCU can be flashed using μServo or SWD.
30 using μServo or an external J-Link connected to J4. If μServo is used, please
/Zephyr-latest/samples/basic/fade_led/
DREADME.rst5 Fade an LED using the PWM API.
10 This application "fades" a LED using the :ref:`PWM API <pwm_api>`.
/Zephyr-latest/samples/drivers/audio/dmic/
DREADME.rst5 Perform PDM transfers using different configurations.
12 It performs two PDM transfers with different configurations (using one channel
/Zephyr-latest/drivers/i2c/
DKconfig.gpio10 Enable software driven (bit banging) I2C support using GPIO pins
/Zephyr-latest/tests/boards/frdm_k64f/i2c/
DREADME.rst5 on the board using its FIFO with a async and sync transfer to compare
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst3 Multi-domain logging using ARM Coresight STM
40 Data from ETR is handled on the device. It can be forwarded as-is to the host (e.g. using UART),
43 Nordic Semiconductor NRF54H20 implementation instead of using ETR peripheral for getting
44 buffer busyness is using own wrapper: Trace Buffer Monitor (TBM).
75 Logging using STM
80 * Dictionary-based - assisted mode which is using dictionary-based logging. In this mode logging
87 Following figure presents multi-domain logging using ARM Coresight STM.
91 Each core (local domain) is using logging frontend which writes logging data to STMESP registers.
98 If standalone logging is used then proxy is using :ref:`cs_trace_defmt` and
100 readable strings using logging :ref:`log_output`.
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst22 Start scanning by using the :code:`bt scan on` command. Depending on the environment you're in, you
46 command followed by the type of filters. You can add multiple filters by using the commands again.
69 can create a *passive scanner* by using the :code:`bt scan passive` command, so the scanner will not
91 You can list the active connections of the shell using the :code:`bt connections` command. The shell
107 Begin advertising by using the :code:`bt advertise on` command. This will use the default parameters
112 To enable more advanced features of advertising, you should create an advertiser using the
114 it or by using the :code:`bt adv-param` command. To begin advertising with this newly created
118 When using the custom advertisers, you can choose if it will be connectable or scannable. This leads
143 using :code:`name <custom name>` instead of :code:`dev-name`. It is also possible to set the
145 to set the advertiser name with it using raw advertising data:
[all …]
/Zephyr-latest/subsys/demand_paging/eviction/
DKconfig17 by the application, instead of using one included in Zephyr.
25 evict page frames using an ascending order of priority:
38 and causing a fault when actually used, using such event to reorder
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
DCMakeLists.txt28 message(WARNING "It appears you are using the board definition for "
54 message(WARNING "You are using SDRAM as RAM but no device "
61 message(WARNING "You appear to be using the GPT hardware timer. "
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/
DREADME.rst4 Run an inference using an optimized TFLite model on Arm Ethos-U NPU.
9 A sample application that demonstrates how to run an inference using the TFLM
14 been optimized using the
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/
DREADME.rst5 Get accelerometer and gyroscope data from an LSM6DSO sensor using I2C on I3C
17 This sample uses the LSM6DSO sensor controlled using the I2C interface
18 exposed by the I3C controller. It has been tested using the LSM6DSO on
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst4 Implement a solution to the Dining Philosophers problem using CMSIS RTOS V1.
10 multi-thread synchronization problem) using CMSIS RTOS V1 APIs. This particular
53 problem (a classic multi-thread synchronization problem) using

12345678910>>...69