/Zephyr-latest/tests/drivers/build_all/pwm/ |
D | testcase.yaml | 7 drivers.pwm.cc13xx_cc26xx_timer.build: 9 drivers.pwm.gecko.build: 11 drivers.pwm.imx.build: 13 drivers.pwm.litex.build: 15 drivers.pwm.mcux.ftm.build: 17 drivers.pwm.mcux.pwt.build: 21 drivers.pwm.mcux.tpm.build: 23 drivers.pwm.mcux.build: 25 drivers.pwm.mcux.sctimer.build: 27 drivers.pwm.rv32m1.tpm.build: [all …]
|
/Zephyr-latest/doc/develop/west/ |
D | build-flash-debug.rst | 1 .. _west-build-flash-debug: 8 ``build``, ``flash``, ``debug``, ``debugserver`` and ``attach``. 23 Building: ``west build`` 26 .. tip:: Run ``west build -h`` for a quick overview. 28 The ``build`` command helps you build Zephyr applications from source. You can 33 - If there is a Zephyr build directory named :file:`build` in your current 35 run ``west build`` from a Zephyr build directory. 37 - Otherwise, if you run ``west build`` from a Zephyr application's source 38 directory and no build directory is found, a new one is created and the 44 The easiest way to use ``west build`` is to go to an application's root [all …]
|
D | without-west.rst | 13 - specifying the locations of these repositories to the Zephyr build 27 Otherwise, Zephyr's build system will find it and may try to use 52 You can build a Zephyr application using CMake and Ninja (or make) directly 58 :goals: build 62 When building with west installed, the Zephyr build system will use it to set 63 :ref:`ZEPHYR_MODULES <important-build-vars>`. 66 these repositories, the build will still work. 81 Running build system targets like ``ninja flash``, ``ninja debug``, 83 <west-build-flash-debug>`. For example, ``ninja flash`` calls ``west 89 If you want to use these build system targets but do not want to [all …]
|
/Zephyr-latest/tests/drivers/build_all/adc/ |
D | testcase.yaml | 7 drivers.adc.build: 13 drivers.adc.cc32xx.build: 15 drivers.adc.ite.it8xxx2.build: 17 drivers.adc.mcux.adc12.build: 19 drivers.adc.mcux.adc16.build: 21 drivers.adc.mcux.lpadc.build: 23 drivers.adc.mcp320x.build: 26 drivers.adc.npcx.build: 28 drivers.adc.nrf.build: 30 drivers.adc.nrf.saadc.build: [all …]
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.build_time | 5 bool "Build Time binary descriptors" 7 Add the build time binary descriptors 14 If enabled, the build time used for the descriptors will express 21 If enabled, the file containing the build time definitions will 23 accurate, but also in slightly longer build times. 26 bool "Year of build" 31 bool "Month of build" 36 bool "Day of build" 41 bool "Hour of build" 46 bool "Minute of build" [all …]
|
/Zephyr-latest/tests/drivers/build_all/modem/ |
D | testcase.yaml | 12 drivers.modem.modem_hl7800.interrupt_driven.build: 16 drivers.modem.modem_hl7800.async.build: 20 drivers.modem.modem_ublox_sara.interrupt_driven.build: 24 drivers.modem.modem_ublox_sara.async.build: 28 drivers.modem.modem_quectel_bg9x.interrupt_driven.build: 32 drivers.modem.modem_quectel_bg9x.async.build: 36 drivers.modem.modem_esp_at.interrupt_driven.build: 40 drivers.modem.modem_esp_at.async.build: 44 drivers.modem.modem_cellular.interrupt_driven.build: 48 drivers.modem.modem_cellular.async.build: [all …]
|
/Zephyr-latest/samples/modules/lvgl/demos/ |
D | Kconfig | 5 prompt "LVGL demo to build" 8 Demo application to build. 14 Build music player demo application. 21 Build benchmarking demo application. 27 Build stress testing demo application. 33 Build widgets demo application. 39 Build flex layout demo application. 45 Build keypad and encoder demo application. 51 Build render demo application. 57 Build scroll demo application. [all …]
|
/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 3 Build System (CMake) 7 CMake is used to build your application together with the Zephyr kernel. A 8 CMake build is done in two stages. The first stage is called 9 **configuration**. During configuration, the CMakeLists.txt build scripts are 11 Zephyr build, and can generate build scripts that are native to the host 14 CMake supports generating scripts for several build systems, but only Ninja and 16 **build** stage by executing the generated build scripts. These build scripts 19 be executed again before building. The build scripts can detect some of these 23 Zephyr uses CMake's concept of a 'target' to organize the build. A 26 understand. All source code that goes into a Zephyr build does so by [all …]
|
/Zephyr-latest/tests/net/wifi/configs/ |
D | testcase.yaml | 10 wifi.build.crypto_alt: 12 wifi.build.crypto_none: 15 wifi.build.crypto_psa: 19 wifi.build.crypto_enterprise: 38 wifi.build.wpa3: 42 wifi.build.wps: 46 wifi.build.p2p: 49 wifi.build.hostapd_ap: 53 wifi.build.dpp:
|
/Zephyr-latest/tests/drivers/build_all/ieee802154/ |
D | testcase.yaml | 7 drivers.ieee802154.build.external: 11 drivers.ieee802154.build.cc13xx_cc26xx: 13 drivers.ieee802154.build.kw41z: 15 drivers.ieee802154.build.mcr20a: 17 drivers.ieee802154.build.nrf5: 19 drivers.ieee802154.build.telink_b91: 21 drivers.ieee802154.build.upipe:
|
/Zephyr-latest/scripts/west_commands/ |
D | build_helpers.py | 10 See build.py for the build command itself. 27 DEFAULT_BUILD_DIR = 'build' 28 '''Name of the default Zephyr build directory.''' 34 If the build directory is not given, the default is {}/ unless the 35 build.dir-fmt configuration variable is set. The current directory is 36 checked after that. If either is a Zephyr build directory, it is used. 57 # Guess the build folder by iterating through all sub-folders from the 85 '''Heuristic for finding a build directory. 87 The default build directory is computed by reading the build.dir-fmt 89 be None if the build.dir-fmt configuration option is set but cannot be [all …]
|
D | build.py | 30 west build [-h] [-b BOARD[@REV]]] [-d BUILD_DIR] 52 A "pristine" build directory is empty. The -p option controls 53 whether the build directory is made pristine before the build 56 guess if a pristine build may be necessary.""" 59 return config.get('build', option, fallback=fallback) 62 return config.getboolean('build', option, fallback=fallback) 69 class Build(Forceable): class 72 super(Build, self).__init__( 73 'build', 80 '''Source directory for the build, or None on error.''' [all …]
|
/Zephyr-latest/doc/build/sysbuild/ |
D | index.rst | 3 Sysbuild (System build) 6 Sysbuild is a higher-level build system that can be used to combine multiple 7 other build systems together. It is a higher-level layer that combines one 8 or more Zephyr build systems and optional additional build systems 9 into a hierarchical build system. 11 For example, you can use sysbuild to build a Zephyr application together 19 Like Zephyr's :ref:`build system <build_overview>`, sysbuild is written in 27 Single-image build 29 build system. 31 Multi-image build [all …]
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | README.rst | 29 or build shell application by west and call pytest directly: 38 west build -p -b native_sim -- -DCONFIG_NATIVE_UART_0_ON_STDINOUT=y 39 pytest --twister-harness --device-type=native --build-dir=build -p twister_harness.plugin 42 west build -p -b qemu_x86 -- -DQEMU_PIPE=qemu-fifo 43 pytest --twister-harness --device-type=qemu --build-dir=build -p twister_harness.plugin 46 west build -p -b nrf52840dk/nrf52840 47 …pytest --twister-harness --device-type=hardware --device-serial=/dev/ttyACM0 --build-dir=build -p …
|
/Zephyr-latest/doc/services/llext/ |
D | build.rst | 9 The easiest path to achieve this is to build the extension as part of the 11 <llext_build_native_>`_. This will result in a single build providing both the 15 In some cases, involving the full Zephyr build system may not be feasible or 27 The Zephyr build system provides a set of features that can be used to build 28 extensions as part of the Zephyr application. This is the simplest way to build 29 extensions, as it requires minimal additions to an application build system. 78 Tweaking the build process 81 The following CMake functions can be used to modify the build system behavior 82 during the extension build process to a fine degree. Each of the below 92 Custom build steps [all …]
|
/Zephyr-latest/tests/drivers/wifi/nrf_wifi/ |
D | testcase.yaml | 10 nrf70.build.radio_test: 15 nrf70.build.scan_only: 23 nrf70.build.raw_scan_results: 32 nrf70.build.raw_tx: 35 nrf70.build.raw_rx: 38 nrf70.build.promiscuous: 41 nrf70.build.offloaded_raw_tx:
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | testcase.yaml | 11 sensors.build.sensorhub: 13 sensors.build.trigger.own: 15 sensors.build.trigger.global: 17 sensors.build.trigger.none: 19 sensors.build.no_default: 21 sensors.build: 26 sensors.build.pm:
|
/Zephyr-latest/modules/trusted-firmware-m/ |
D | Kconfig.tfm.partitions | 16 to be passed to the TF-M build system. Look at 'config_default.cmake' 19 options are handled by the build system in the trusted-firmware-m 27 to be passed to the TF-M build system. Look at 'config_default.cmake' 30 options are handled by the build system in the trusted-firmware-m 38 to be passed to the TF-M build system. Look at 'config_default.cmake' 41 options are handled by the build system in the trusted-firmware-m 50 to be passed to the TF-M build system. Look at 'config_default.cmake' 53 options are handled by the build system in the trusted-firmware-m 61 to be passed to the TF-M build system. Look at 'config_default.cmake' 64 options are handled by the build system in the trusted-firmware-m [all …]
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/ |
D | hardware_adapter_test.py | 40 device.device_config.build_dir = Path('build') 43 …assert device.command == ['west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', '… 48 device.device_config.build_dir = Path('build') 53 …'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'pyocd', '--', '--board-id'… 59 device.device_config.build_dir = Path('build') 64 …'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'nrfjprog', '--', '--dev-id… 70 device.device_config.build_dir = Path('build') 76 'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'openocd', 83 device.device_config.build_dir = Path('build') 89 'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'openocd', [all …]
|
/Zephyr-latest/tests/drivers/build_all/dac/ |
D | testcase.yaml | 7 drivers.dac.build: 12 drivers.dac.mcux.build: 14 drivers.dac.mcux32.build: 16 drivers.dac.sam0.build: 18 drivers.dac.stm32.build:
|
/Zephyr-latest/cmake/usage/ |
D | usage.cmake | 15 message(" pristine - Remove all files in the build directory") 22 message(" all - Build a zephyr application") 23 message(" run - Build a zephyr application and run it if the board supports emulation") 30 message(" ram_report - Build and create RAM usage report") 31 message(" rom_report - Build and create ROM usage report") 32 message(" footprint - Create JSON RAM/ROM usage report in the build directory") 37 message(" llext-edk - Build the Linkable Loadable Extension (LLEXT) Extension Development Kit (… 38 message(" help - Display all build system targets") 40 message("Build flags:") 42 message(" ${generator} ${verbose} [targets] verbose build")
|
/Zephyr-latest/boards/franzininho/esp32s2_franzininho/doc/ |
D | index.rst | 69 2. Manual build 83 The sysbuild makes possible to build and flash all necessary images needed to 86 To build the sample application using sysbuild use the command: 92 :goals: build 99 Build directory structure created by sysbuild is different from traditional 100 Zephyr build. Output is structured by the domain subdirectories: 104 build/ 117 With ``--sysbuild`` option the bootloader will be re-build and re-flash 118 every time the pristine build is used. 120 For more information about the system build please read the :ref:`sysbuild` documentation. [all …]
|
/Zephyr-latest/tests/drivers/build_all/interrupt_controller/common/ |
D | testcase.yaml | 7 drivers.interrupt_controller.common.intc_nxp_irqsteer.build: 10 drivers.interrupt_controller.common.intc_cavs.build: 13 drivers.interrupt_controller.common.intc_rv32m1_intmux.build: 16 drivers.interrupt_controller.common.intc_dw_ace.build: 19 drivers.interrupt_controller.common.intc_dw.build:
|
/Zephyr-latest/samples/subsys/tracing/ |
D | README.rst | 18 Build a UART-tracing image with: 24 :goals: build 33 :goals: build 45 Build a USB-tracing image with: 51 :goals: build 60 :goals: build 84 Build a POSIX-tracing image with: 89 :goals: build 98 :goals: build 106 Build a USER-tracing image with: [all …]
|
/Zephyr-latest/tests/misc/llext-edk/pytest/ |
D | test_edk.py | 19 # otherwise can't actually build the edk 24 # Can we build the edk? 27 "build", 32 "--build-dir", 60 file2hex = Path(os.environ["ZEPHYR_BASE"]) / "scripts/build/file2hex.py" 69 # Build the extension using the edk 71 command = ["cmake", "-B", "build"] 76 command = ["make", "-C", "build"] 81 assert os.path.exists(Path(tempdir_extension) / "build/extension.llext") 84 # build directory in the include path, so that the application can find the [all …]
|