Home
last modified time | relevance | path

Searched full:vs (Results 1 – 25 of 179) sorted by relevance

12345678

/Zephyr-latest/doc/develop/tools/
Dvscode.rst6 `Visual Studio Code`_ (VS Code for short) is a popular cross-platform IDE that supports C projects
9 This guide describes the process of setting up VS Code for Zephyr's
10 :zephyr:code-sample:`blinky` sample in VS Code.
15 Get VS Code
18 `Download VS Code`_ and install it.
33 Open the project in VS Code
36 #. In VS Code, select :menuselection:`File --> Open Folder` from the main menu.
60 code navigation in VS Code.
62 #. Go to the :menuselection:`File --> Preferences --> Settings` in the VS Code top menu.
73 There are many other extensions that can be useful when working with Zephyr and VS Code. While this
[all …]
/Zephyr-latest/tests/arch/arm64/arm64_mmu/src/
Dmain.c62 "%d vs %d", mapped_nb_free_tables, initial_nb_free_tables); in mem_map_test()
64 "%#x vs %#x", mapped_tables_usage, initial_tables_usage); in mem_map_test()
76 "%d vs %d", unmapped_nb_free_tables, initial_nb_free_tables); in mem_map_test()
78 "%#x vs %#x", unmapped_tables_usage, initial_tables_usage); in mem_map_test()
175 "%d vs %d", mapped_nb_free_tables, initial_nb_free_tables); in ZTEST()
177 "%#x vs %#x", mapped_tables_usage, initial_tables_usage); in ZTEST()
193 "%d vs %d", split_nb_free_tables, mapped_nb_free_tables); in ZTEST()
195 "%#x vs %#x", split_tables_usage, mapped_tables_usage); in ZTEST()
216 "%d vs %d", unmapped_nb_free_tables, initial_nb_free_tables); in ZTEST()
218 "%#x vs %#x", unmapped_tables_usage, initial_tables_usage); in ZTEST()
/Zephyr-latest/boards/phytec/reel_board/
Dreel_board_nrf52840_2.overlay58 * There are 7 Voltage Source (VS) Level groups
66 80 60 40 00 00 00 00 /* LUT0: BB: VS 0..6 */
67 10 60 20 00 00 00 00 /* LUT1: BW: VS 0..6 */
68 80 60 40 00 00 00 00 /* LUT2: WB: VS 0..6 */
69 10 60 20 00 00 00 00 /* LUT3: WW: VS 0..6 */
70 00 00 00 00 00 00 00 /* LUT4: VCOM: VS 0..6 */
77 * VS sequence : VSL-VSS-VSS-VSS
/Zephyr-latest/tests/unit/crc/
Dmain.c228 zassert_equal(fcs, expected, "0x%02x vs 0x%02x", fcs, expected); in ZTEST()
232 zassert_equal(fcs, expected, "0x%02x vs 0x%02x", fcs, expected); in ZTEST()
236 zassert_equal(fcs, expected, "0x%02x vs 0x%02x", fcs, expected); in ZTEST()
240 zassert_equal(fcs, expected, "0x%02x vs 0x%02x", fcs, expected); in ZTEST()
244 zassert_equal(fcs, expected, "0x%02x vs 0x%02x", fcs, expected); in ZTEST()
248 zassert_equal(fcs, expected, "0x%02x vs 0x%02x", fcs, expected); in ZTEST()
252 zassert_equal(fcs, expected, "0x%02x vs 0x%02x", fcs, expected); in ZTEST()
256 zassert_equal(fcs, expected, "0x%02x vs 0x%02x", fcs, expected); in ZTEST()
260 zassert_equal(fcs, expected, "0x%02x vs 0x%02x", fcs, expected); in ZTEST()
264 zassert_equal(fcs, expected, "0x%02x vs 0x%02x", fcs, expected); in ZTEST()
[all …]
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/src/
Dmain.c87 struct bt_hci_evt_vs *vs; in vs_scanned() local
89 vs = net_buf_simple_pull_mem(buf, sizeof(*vs)); in vs_scanned()
93 vs->subevent, bt_addr_le_str(&evt->addr), evt->rssi); in vs_scanned()
104 printk("VS user callback register err %d\n", err); in start_advertising()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor.cddl10 vs => tstr // ; String Value
28 vs = 3
/Zephyr-latest/doc/hardware/peripherals/
Despi.rst13 The technical advancements include lower voltage signal levels (1.8V vs. 3.3V),
14 lower pin count, and the frequency is twice as fast (66MHz vs. 33MHz)
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/boards/
Dqemu_cortex_m3.overlay2 bt-hci-vs-ext;
Dqemu_x86.overlay2 bt-hci-vs-ext;
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/
Dprj.conf4 CONFIG_BT_DEVICE_NAME="VS Scan Notify"
DREADME.rst10 This simple application is a usage example to manage HCI VS commands to obtain
/Zephyr-latest/tests/subsys/logging/log_links/src/
Dmain.c157 "%d:%d Unexpected compiled level (%d vs %d)", in test_single_compile_level()
180 "%d:%d Unexpected compiled level (%d vs %d)", in test_single_runtime_level()
183 "%d:%d Unexpected compiled level (%d vs %d)", in test_single_runtime_level()
190 zassert_equal(level1, 1, "%d:%d Unexpected compiled level (%d vs %d)", in test_single_runtime_level()
192 zassert_equal(level2, 2, "%d:%d Unexpected compiled level (%d vs %d)", in test_single_runtime_level()
/Zephyr-latest/tests/drivers/spi/spi_loopback/src/
Dspi_rtio.c112 LOG_ERR(" vs: %s", buffer_print_rx); in spi_complete_multiple()
121 LOG_ERR(" vs: %s", buffer_print_rx2); in spi_complete_multiple()
158 LOG_ERR(" vs: %s", buffer_print_rx); in spi_complete_loop()
244 LOG_ERR(" vs: %s", buffer_print_rx); in spi_rx_half_start()
299 LOG_ERR(" vs: %s", buffer_print_rx); in spi_rx_half_end()
366 LOG_ERR(" vs: %s", buffer_print_rx); in spi_rx_every_4()
373 LOG_ERR(" vs: %s", buffer_print_rx); in spi_rx_every_4()
Dspi.c144 LOG_ERR(" vs: %s", buffer_print_rx); in spi_complete_multiple()
153 LOG_ERR(" vs: %s", buffer_print_rx2); in spi_complete_multiple()
201 LOG_ERR(" vs: %s", buffer_print_rx); in spi_complete_loop()
305 LOG_ERR(" vs: %s", buffer_print_rx); in spi_rx_half_start()
363 LOG_ERR(" vs: %s", buffer_print_rx); in spi_rx_half_end()
434 LOG_ERR(" vs: %s", buffer_print_rx); in spi_rx_every_4()
441 LOG_ERR(" vs: %s", buffer_print_rx); in spi_rx_every_4()
505 LOG_ERR(" vs: %s", buffer_print_rx); in spi_rx_bigger_than_tx()
520 LOG_ERR(" vs: %s", buffer_print_rx); in spi_rx_bigger_than_tx()
678 LOG_ERR(" vs: %s", buffer_print_rx); in spi_async_call()
[all …]
/Zephyr-latest/tests/lib/heap/
Dtestcase.yaml3 # minutes (vs. ~20 seconds for qemu) to complete in CI. There's
/Zephyr-latest/dts/bindings/sensor/
Dsensor-device.yaml15 vs. base accelerometer in a laptop) to a host operating system.
/Zephyr-latest/boards/raspberrypi/rpi_pico2/
Drpi_pico2_rp2350a_m33.dts19 /* there's nothing specific to the Cortex-M33 cores vs the (not yet
/Zephyr-latest/dts/bindings/bluetooth/
Dbt-hci.yaml32 bt-hci-vs-ext:
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso_types.h63 uint64_t payload_type:4; /* Support up to 16 payload types (BT 5.3: 3, VS: 13) */
72 uint8_t payload_type:4; /* Support up to 16 payload types (BT 5.3: 3, VS: 13) */
/Zephyr-latest/drivers/disk/nvme/
Dnvme_controller.c260 uint32_t cap_lo, cap_hi, to, vs, pmrcap; in nvme_controller_gather_info() local
268 (NVME_CAP_LO_AMS(cap_lo) & 0x2) ? " VS" : "", in nvme_controller_gather_info()
284 vs = nvme_mmio_read_4(regs, vs); in nvme_controller_gather_info()
285 LOG_DBG("Version: 0x%08x: %d.%d", vs, in nvme_controller_gather_info()
286 NVME_MAJOR(vs), NVME_MINOR(vs)); in nvme_controller_gather_info()
/Zephyr-latest/tests/kernel/timer/cycle64/
Dtestcase.yaml1 # Note: Re: slow vs fast
/Zephyr-latest/tests/kernel/interrupt/src/
Ddynamic_shared_irq.c175 "wrong test_vector value at %d: 0x%x vs 0x%x", in ZTEST()
218 "wrong test_vector at %d: 0x%x vs 0x%x", in ZTEST()
224 "wrong test_vector value at %d: 0x%x vs 0x%x", in ZTEST()
/Zephyr-latest/include/zephyr/net/
Dsocketutils.h29 * Convenience function to split addr[:port] string into address vs port
/Zephyr-latest/doc/build/dts/
Dindex.rst34 dt-vs-kconfig.rst
/Zephyr-latest/boards/common/
Dopenocd-nrf5.board.cmake3 # Infer nrf51 vs nrf52 etc from the BOARD name. This enforces a board

12345678