Home
last modified time | relevance | path

Searched +full:enable +full:- +full:sample (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/Zephyr-latest/dts/bindings/comparator/
Dnxp,kinetis-acmp.yaml3 # SPDX-License-Identifier: Apache-2.0
11 compatible = "nxp,kinetis-acmp";
32 pinctrl-0 = <&acmp0_default>;
33 pinctrl-names = "default";
35 positive-mux-input = "IN0";
36 negative-mux-input = "IN1";
39 compatible: "nxp,kinetis-acmp"
42 - base.yaml
43 - pinctrl-device.yaml
52 nxp,enable-output-pin:
[all …]
/Zephyr-latest/samples/boards/st/i2c_timing/
DREADME.rst1 .. zephyr:code-sample:: stm32_i2c_v2_timings
3 :relevant-api: i2c_interface
9 This sample simply demonstrate the **get_config** API of the stm32 I2C driver.
12 - <I2C_BITRATE_FAST_STANDARD>
13 - <I2C_BITRATE_FAST>
14 - <I2C_BITRATE_FAST_PLUS>
21 **or** by the present sample.
24 it is not advised to enable it in production binary.
25 By enabling CONFIG_I2C_STM32_V2_TIMING flag, this sample allows to
26 retrieve timing register configuration for the defined ``clock-frequency``.
[all …]
/Zephyr-latest/drivers/input/
DKconfig.cst816s2 # SPDX-License-Identifier: Apache-2.0
10 Enable driver for hynitron cst816s touch panel.
15 int "Sample period"
19 Sample period in milliseconds when in polling mode.
26 Enable interrupt support (requires GPIO).
31 Enable device specific event support.
DKconfig.cf11332 # SPDX-License-Identifier: Apache-2.0
10 Enable driver for Sitronix capacitive touch panel
19 Enable interrupt support (requires all instances
23 int "Sample period"
27 Sample period in milliseconds when in polling mode.
DKconfig.ft53363 # SPDX-License-Identifier: Apache-2.0
12 Enable driver for multiple Focaltech capacitive touch panel
20 int "Sample period"
24 Sample period in milliseconds when in polling mode.
29 Enable interrupt support (requires GPIO).
DKconfig.gt9113 # SPDX-License-Identifier: Apache-2.0
11 Enable driver for multiple Goodix capacitive touch panel controllers.
18 int "Sample period"
22 Sample period in milliseconds when in polling mode.
27 Enable interrupt support (requires GPIO).
/Zephyr-latest/samples/net/sockets/echo_server/
DKconfig1 # Private config options for echo-server sample app
4 # SPDX-License-Identifier: Apache-2.0
6 mainmenu "Networking echo-server sample application"
36 Set VLAN (virtual LAN) tag (id) that is used in the sample
60 Set VLAN (virtual LAN) tag (id) that is used in the sample
67 Use overlay-tunnel.conf to setup the tunnel support.
81 pre-shared key.
87 Enable this flag, if you are interested to run this
94 Enable this flag, if you are interested to enable websocket console.
95 You can use the overlay-ws-console.conf to set websocket options.
[all …]
/Zephyr-latest/samples/net/prometheus/
DKconfig1 # Config options for prometheus sample application
4 # SPDX-License-Identifier: Apache-2.0
6 mainmenu "Prometheus sample application"
9 bool "Enable HTTP service"
18 bool "Enable HTTPS service"
32 pre-shared key.
38 Enable this flag, if you are interested to run this
/Zephyr-latest/samples/net/lldp/
DREADME.rst1 .. zephyr:code-sample:: lldp
3 :relevant-api: lldp net_l2
5 Enable LLDP support and setup VLANs.
10 The Link Layer Discovery Protocol sample application for Zephyr will enable
13 The source code for this sample application can be found at:
19 - :ref:`networking_with_host`
24 A good way to run this sample LLDP application is inside QEMU,
26 FRDM-K64F. Note that LLDP is only supported for boards that have an ethernet
29 Follow these steps to build the LLDP sample application:
31 .. zephyr-app-commands::
[all …]
/Zephyr-latest/samples/net/ptp/
DREADME.rst1 .. zephyr:code-sample:: ptp
3 :relevant-api: ptp
5 Enable PTP support and monitor messages and events via logging.
10 The PTP sample application for Zephyr will enable PTP support.
12 The source code for this sample application can be found at:
24 A good way to run this sample is to run this PTP application inside
26 embedded device like Nucleo-H743-ZI, Nucleo-H745ZI-Q, Nucleo-F767ZI or
27 Nucleo-H563ZI. Note that PTP is only supported for
31 Follow these steps to build the PTP sample application:
33 .. zephyr-app-commands::
[all …]
/Zephyr-latest/tests/drivers/build_all/comparator/mcux_acmp/
Dmimxrt1176_mux_dac.dts4 * SPDX-License-Identifier: Apache-2.0
11 drive-strength = "high";
12 bias-pull-up;
13 slew-rate = "fast";
20 pinctrl-0 = <&acmp1_default>;
21 pinctrl-names = "default";
23 positive-mux-input = "IN2";
24 positive-port-input = "MUX";
25 negative-mux-input = "IN2";
26 negative-port-input = "DAC";
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.csip1 # Bluetooth Audio - Broadcast Assistant configuration options
6 # SPDX-License-Identifier: Apache-2.0
22 bool "Coordinated Set Identification Service Test Sample Data"
24 Enable the use of the sample data defined by the CSIS spec SIRK.
25 This will use the sample SIRK, prand and LTK.
28 (if encrypted) using public sample data.
69 bool "Coordinated Set Identification Service Test Sample Data"
71 Enable the use of the sample data defined by the CSIS spec.
72 This will use the sample SIRK, prand and LTK.
74 WARNING: This option enables the client to use the sample data
[all …]
/Zephyr-latest/samples/bluetooth/mesh_demo/
DREADME.rst1 .. zephyr:code-sample:: ble_mesh_demo
3 :relevant-api: bt_mesh bluetooth
10 This sample is a Bluetooth Mesh application intended for demonstration
12 external provisioner needed) with hard-coded network and application key
17 Because of the hard-coded values, the application is not suitable for
25 addresses in the range of 0x0001-0x0009 for the micro:bit since these
29 A special address, 0x000f, will make the application become a heart-beat
30 publisher and enable the other nodes to show information of the received
42 This sample can be found under :zephyr_file:`samples/bluetooth/mesh_demo` in
45 See :zephyr:code-sample-category:`bluetooth` samples for details on how
[all …]
/Zephyr-latest/samples/shields/npm1300_ek/doc/
Dindex.rst1 .. zephyr:code-sample:: npm1300_ek
9 This sample is provided for evaluation of the :ref:`npm1300_ek`.
10 The sample provides a shell interface to support the features of the
13 - Regulators (BUCK1/2, LDO1/2)
14 - GPIO
26 The sample is designed so that it can run on any platform. For example, when
29 .. zephyr-app-commands::
30 :zephyr-app: samples/shields/npm1300_ek
35 Note that this sample automatically sets ``SHIELD`` to ``npm1300_ek``. Once
45 .. code-block:: bash
[all …]
/Zephyr-latest/samples/drivers/charger/
DREADME.rst1 .. zephyr:code-sample:: charger
3 :relevant-api: charger_interface
10 This sample demonstrates how to use the :ref:`charger_api` API.
12 The sample application performs a simple charging task loop.
14 - The application will first poll for external power provided to the charger device.
15 - If power is provided to the charger, then the sample application will attempt to enable the charge
17 - After the charge cycle is initiated, the sample application will check the status property of the
19 - Once the charger device reports that the charge cycle has completed, the application returns.
21 Note that this sample terminates once the charge cycle completes and does not attempt to "top-off"
22 the battery pack. Additionally, the sample intentionally does not respond to the reported charger
/Zephyr-latest/include/zephyr/drivers/sensor/
Dmcux_lpcmp.h5 * SPDX-License-Identifier: Apache-2.0
10 * @brief Data structure for the NXP MCUX low-power analog comparator (LPCMP)
50 * LPCMP internal DAC enable.
52 * 1b: enable
58 * 1b: enable
66 /** LPCMP internal filter sample enable. */
68 /** LPCMP internal filter sample count. */
70 /** LPCMP internal filter sample period. */
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/
DREADME.rst1 .. zephyr:code-sample:: ble_peripheral_sc_only
2 :name: Peripheral SC-only
3 :relevant-api: bt_conn bluetooth
5 Enable "Secure Connections Only" mode for a Bluetooth LE peripheral.
10 Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this
24 This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_sc_only`
27 See :zephyr:code-sample-category:`bluetooth` samples for details.
/Zephyr-latest/samples/sensor/soc_voltage/
DREADME.rst1 .. zephyr:code-sample:: soc_voltage
3 :relevant-api: sensor_interface
10 This sample reads one or more of the various voltage sensors an SoC might have and
16 In order to run this sample, enable the sensor node that supports
17 ``SENSOR_CHAN_VOLTAGE`` and create an alias named ``volt-sensor0`` to link to the node.
18 The tail ``0`` is the sensor number. This sample support up to 16 sensors.
20 .. zephyr-app-commands::
21 :zephyr-app: samples/sensor/soc_voltage
26 Sample Output
29 .. code-block:: console
/Zephyr-latest/samples/sensor/thermometer/
DREADME.rst1 .. zephyr:code-sample:: thermometer
3 :relevant-api: sensor_interface
11 This sample application periodically measures the ambient temperature
31 .. zephyr-app-commands::
32 :zephyr-app: samples/sensor/thermometer
38 To build for other boards and ambient temperature sensors, enable the sensor
40 alias named ``ambient-temp0`` to link to the node. See the overlay used for the
41 ``nrf52840dk/nrf52840`` board within this sample:
49 below a threshold, the sample will enable the sensor's trigger functionality.
54 Sample Output
[all …]
/Zephyr-latest/samples/net/sockets/http_client/
DREADME.rst1 .. zephyr:code-sample:: sockets-http-client
3 :relevant-api: bsd_sockets http_client tls_credentials secure_sockets_options
10 This sample application implements an HTTP(S) client that will do an HTTP
13 The source code for this sample application can be found at:
19 - :ref:`networking_with_host`
27 Build the http-client sample application like this:
29 .. zephyr-app-commands::
30 :zephyr-app: samples/net/sockets/http_client
39 Enable TLS support in the sample by building the project with the
40 ``overlay-tls.conf`` overlay file enabled using these commands:
[all …]
/Zephyr-latest/samples/net/sockets/http_get/
DREADME.rst1 .. zephyr:code-sample:: sockets-http-get
3 :relevant-api: bsd_sockets tls_credentials secure_sockets_options
10 The sockets/http_get sample application for Zephyr implements a simple
12 sample is to show how it's possible to develop a sockets application
16 The source code for this sample application can be found at:
22 - :ref:`networking_with_host`
23 - or, a board with hardware networking
24 - NAT/routing should be set up to allow connections to the Internet
25 - DNS server should be available on the host to resolve domain names
32 .. zephyr-app-commands::
[all …]
/Zephyr-latest/samples/sensor/die_temp_polling/
DREADME.rst1 .. zephyr:code-sample:: die_temp_polling
3 :relevant-api: sensor_interface
10 This sample periodically reads temperature from the CPU Die
16 To run this sample, enable the sensor node that supports ``SENSOR_CHAN_DIE_TEMP``
17 and create an alias named ``die-temp0`` to link to the node.
18 The tail ``0`` is the sensor number. This sample support up to 15 sensors.
20 .. zephyr-app-commands::
21 :zephyr-app: samples/sensor/die_temp_polling
26 Sample Output
29 .. code-block:: console
/Zephyr-latest/samples/bluetooth/iso_broadcast/
DREADME.rst1 .. zephyr:code-sample:: bluetooth_isochronous_broadcaster
3 :relevant-api: bt_iso bluetooth
24 This sample can be found under :zephyr_file:`samples/bluetooth/iso_broadcast` in
25 the Zephyr tree. Use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable
28 Use the sample found under :zephyr_file:`samples/bluetooth/iso_receive` in the
30 generate BIGInfo reports and synchronize to BIG events from this sample.
32 See :zephyr:code-sample-category:`bluetooth` samples for details.
/Zephyr-latest/samples/bluetooth/iso_receive/
DREADME.rst1 .. zephyr:code-sample:: bluetooth_isochronous_receiver
3 :relevant-api: bt_iso bluetooth
24 This sample can be found under :zephyr_file:`samples/bluetooth/iso_receive` in
25 the Zephyr tree. Use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable
28 Use the sample found under :zephyr_file:`samples/bluetooth/iso_broadcast` on
30 sample will establish periodic advertising synchronization and synchronize to
33 See :zephyr:code-sample-category:`bluetooth` samples for details.
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/
DREADME.rst1 .. zephyr:code-sample:: openamp-rsc-table
3 :relevant-api: ipm_interface
13 * `Linux rpmsg client sample <https://elixir.bootlin.com/linux/latest/source/samples/rpmsg/rpmsg_cl…
16 This sample implementation is compatible with platforms that embed
18 the co-processor.
26 .. zephyr-app-commands::
27 :zephyr-app: samples/subsys/ipc/openamp_rsc_table
30 Running the client sample
36 Enable ``SAMPLE_RPMSG_CLIENT`` configuration to build the :file:`rpmsg_client_sample.ko` module.
49 .. code-block:: console
[all …]

12345678910>>...20