/Zephyr-latest/doc/develop/tools/ |
D | vscode.rst | 6 `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/ |
D | main.c | 62 "%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/ |
D | reel_board_nrf52840_2.overlay | 58 * 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/ |
D | main.c | 228 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/ |
D | main.c | 87 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/ |
D | lwm2m_senml_cbor.cddl | 10 vs => tstr // ; String Value 28 vs = 3
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | espi.rst | 13 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/ |
D | qemu_cortex_m3.overlay | 2 bt-hci-vs-ext;
|
D | qemu_x86.overlay | 2 bt-hci-vs-ext;
|
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/ |
D | prj.conf | 4 CONFIG_BT_DEVICE_NAME="VS Scan Notify"
|
D | README.rst | 10 This simple application is a usage example to manage HCI VS commands to obtain
|
/Zephyr-latest/tests/subsys/logging/log_links/src/ |
D | main.c | 157 "%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/ |
D | spi_rtio.c | 112 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()
|
D | spi.c | 144 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/ |
D | testcase.yaml | 3 # minutes (vs. ~20 seconds for qemu) to complete in CI. There's
|
/Zephyr-latest/dts/bindings/sensor/ |
D | sensor-device.yaml | 15 vs. base accelerometer in a laptop) to a host operating system.
|
/Zephyr-latest/boards/raspberrypi/rpi_pico2/ |
D | rpi_pico2_rp2350a_m33.dts | 19 /* there's nothing specific to the Cortex-M33 cores vs the (not yet
|
/Zephyr-latest/dts/bindings/bluetooth/ |
D | bt-hci.yaml | 32 bt-hci-vs-ext:
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso_types.h | 63 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/ |
D | nvme_controller.c | 260 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/ |
D | testcase.yaml | 1 # Note: Re: slow vs fast
|
/Zephyr-latest/tests/kernel/interrupt/src/ |
D | dynamic_shared_irq.c | 175 "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/ |
D | socketutils.h | 29 * Convenience function to split addr[:port] string into address vs port
|
/Zephyr-latest/doc/build/dts/ |
D | index.rst | 34 dt-vs-kconfig.rst
|
/Zephyr-latest/boards/common/ |
D | openocd-nrf5.board.cmake | 3 # Infer nrf51 vs nrf52 etc from the BOARD name. This enforces a board
|