/Zephyr-latest/doc/develop/getting_started/ |
D | installation_win.rst | 3 Windows alternative setup instructions 8 Windows 10 WSL (Windows Subsystem for Linux) 11 If you are running a recent version of Windows 10 you can make use of the 17 Windows 10 version 1803 has an issue that will cause CMake to not work 21 #. `Install the Windows Subsystem for Linux (WSL)`_. 24 For the Zephyr SDK to function properly you will need Windows 10 25 build 15002 or greater. You can check which Windows 10 build you are 27 If you are running an older Windows 10 build you might need to install 35 .. _Install the Windows Subsystem for Linux (WSL): https://msdn.microsoft.com/en-us/commandline/wsl…
|
D | index.rst | 9 Windows (instructions for other Linux distributions are discussed in 41 .. group-tab:: Windows 43 Select *Start* > *Settings* > *Update & Security* > *Windows Update*. 151 .. group-tab:: Windows 156 currently support application flashing using the `Windows Subsystem 163 In modern version of Windows (10 and later) it is recommended to install the Windows Terminal 179 To do so, press the Windows key, type ``cmd.exe`` or PowerShell, right-click the 199 As of November 2024, Python 3.13 is not recommended for Zephyr development on Windows, 335 .. group-tab:: Windows 447 .. group-tab:: Windows [all …]
|
/Zephyr-latest/scripts/ |
D | requirements-base.txt | 38 # used for windows based 'menuconfig' 39 # "win32" is used for 64-bit Windows as well 40 windows-curses; sys_platform == "win32"
|
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-linux.rst | 6 This tutorial shows how to setup AutoPTS client on Linux with AutoPTS server running on Windows 10 49 Setup Windows 10 virtual machine 55 Create Windows virtual machine instance. Make sure it has at least 2 cores and 60 Update Windows 63 Update Windows in: 65 Start -> Settings -> Update & Security -> Windows Update 71 Windows guest. This is easiest setup for VirtualBox, and does not require any static IPs to be 72 configured, and will not get blocked by the Windows Firewall. 87 to connect to an AutoPTS Server in Windows running on ports 65000 and 65002. 146 Windows subsubsection [all …]
|
D | autopts-win10.rst | 3 AutoPTS on Windows 10 with nRF52 board 7 Windows 10. We use WSL1 with Ubuntu only to build a Zephyr project to 8 an elf file, because Zephyr SDK is not available on Windows yet. 15 Update Windows and drivers 18 Update Windows in: 20 Start -> Settings -> Update & Security -> Windows Update 46 consoles. We will use Git Bash as Windows terminal. 70 Setup Zephyr project for Windows 73 Perform Windows setup from `Getting Started Guide <https://docs.zephyrproject.org/latest/getting_st… 78 On Windows download latest nrftools (version >= 10.12.1) from site [all …]
|
/Zephyr-latest/samples/subsys/usb/inf/ |
D | zephyr_cdc_acm.inf | 3 ; Windows 2000, XP, Vista, 7 and 8 (x32 and x64) driver for Zephyr CDC ACM 6 Signature = "$Windows NT$" 38 ; Windows 2000, XP, Vista, Windows 7, Windows 8 - 32bit 70 ; Windows XP, Vista, Windows 7, Windows 8 - 64bit
|
/Zephyr-latest/.github/workflows/ |
D | west_cmds.yml | 33 os: [ubuntu-22.04, macos-14, windows-2022] 59 if: startsWith(runner.os, 'Windows') 70 if: runner.os == 'Windows' 74 if: runner.os != 'Windows'
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_nxp_s32dbg.py | 163 (TEST_ALL_KWARGS, DEBUGSERVER_ALL_EXPECTED_CALL, 'Windows'), 164 (TEST_ALL_PARAMS, DEBUGSERVER_ALL_EXPECTED_CALL, 'Windows'), 183 (TEST_ALL_KWARGS, DEBUG_ALL_EXPECTED_CALL, 'Windows'), 184 (TEST_ALL_PARAMS, DEBUG_ALL_EXPECTED_CALL, 'Windows'), 205 expected_env = TEST_S32DS_RUNTIME_ENV if osname == 'Windows' else None 217 (TEST_ALL_KWARGS, ATTACH_ALL_EXPECTED_CALL, 'Windows'), 218 (TEST_ALL_PARAMS, ATTACH_ALL_EXPECTED_CALL, 'Windows'), 239 expected_env = TEST_S32DS_RUNTIME_ENV if osname == 'Windows' else None
|
/Zephyr-latest/samples/application_development/external_lib/mylib/ |
D | Makefile | 12 ifeq ($(findstring Windows, $(OS)),Windows)
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_log_helper.py | 19 ('Windows', 'dummy message: [\'dummy\', \'command\', \'-flag\']'), 26 ids=['Windows', 'Linux']
|
/Zephyr-latest/arch/sparc/ |
D | Kconfig | 11 int "Number of register windows" 14 Number of implemented register windows.
|
/Zephyr-latest/cmake/bintools/oneApi/ |
D | target.cmake | 16 # In OneApi installation directory on Windows, there is no llvm-objdump 18 # on Linux and Windows.
|
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/ |
D | coex_struct.h | 49 /* To start allocating periodic priority windows to Wi-Fi and SR */ 51 /* To start allocating virtual priority windows to Wi-Fi */ 114 * struct coex_allocate_ppw - Message from CD to CM to allocate Periodic Priority Windows. 122 * Message from CD to CM to allocate Periodic Priority Windows. 134 * struct coex_allocate_vpw - Message from CD to CM to allocate Virtual Priority Windows. 140 * Message from CD to CM to allocate Virtual Priority Windows.
|
/Zephyr-latest/doc/develop/ |
D | env_vars.rst | 26 .. group-tab:: Windows 53 .. group-tab:: Windows 59 new ``cmd.exe`` windows will have ``MY_VARIABLE`` set to ``foo``. 105 .. group-tab:: Windows 135 Linux) and ``zephyr-env.cmd`` (for Windows) to load Zephyr-specific settings 147 .. group-tab:: Windows 228 ``PATH`` is an environment variable used on Unix-like or Microsoft Windows
|
/Zephyr-latest/subsys/usb/device/class/ |
D | Kconfig.cdc | 52 but Windows 7 fails to properly enumerate without it. 53 Enable if you want CDC ACM to work with Windows 7.
|
/Zephyr-latest/samples/application_development/external_lib/ |
D | README.rst | 14 Windows Note 17 To use this sample on a Windows host operating system, GNU Make needs to be in
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | utils.py | 18 _WINDOWS = platform.system() == 'Windows' 26 shell on POSIX platforms. This is not available on Windows, so
|
/Zephyr-latest/cmake/modules/ |
D | python.cmake | 5 # On Windows, instruct Python to output UTF-8 even when not 7 # are invoked by CMake code and, on Windows, standard I/O encoding defaults
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
D | README.rst | 19 Microsoft Windows USB Audio 2.0 driver available since Windows 10, 22 See https://aka.ms/AArvnax for Windows Feedback Hub report.
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | README.rst | 16 Microsoft Windows USB Audio 2.0 driver available since Windows 10,
|
/Zephyr-latest/cmake/toolchain/oneApi/ |
D | generic.cmake | 33 # icx compiler of oneApi will invoke clang-cl on windows, 39 elseif(system STREQUAL "windows")
|
/Zephyr-latest/doc/develop/west/ |
D | moving-to-west.rst | 16 On Windows and macOS:: 31 On Windows ``cmd.exe``::
|
/Zephyr-latest/doc/develop/toolchains/ |
D | gnu_arm_embedded.rst | 11 On Windows, we'll assume for this guide that you install into the directory 40 # Windows:
|
D | designware_arc_mwdt.rst | 25 ``$METAWARE_ROOT/../`` (Linux) or ``%METAWARE_ROOT%\..\`` (Windows). 43 # Windows:
|
/Zephyr-latest/dts/bindings/memory-window/ |
D | intel,adsp-mem-window.yaml | 18 description: memory region the windows are exposed through.
|