Searched full:patches (Results 1 – 25 of 45) sorted by relevance
12
/Zephyr-latest/doc/contribute/ |
D | modifying_contributions.rst | 10 as reviewers in pull requests, so that patches may be approved and merged 15 There are occasions, however, when a contributor might need to modify patches 29 * assist in updating pull requests in order to get the patches merged 37 A developer who intends to cherry-pick and potentially modify patches sent by 40 * clarify in their pull request the reason for cherry-picking the patches, 41 instead of assisting in getting the patches merged in their original 43 * invite the original author of the patches to their pull request review. 47 for pushing and for modifying the existing patches (e.g. stating that it 56 If the original patches are substantially modified, the developer can either: 59 acknowledge that the modified patches may be merged while having [all …]
|
/Zephyr-latest/scripts/west_commands/ |
D | patch.py | 34 WEST_PATCH_BASE = Path("zephyr") / "patches" 35 WEST_PATCH_YAML = Path("zephyr") / "patches.yml" 42 "apply patches to the west workspace", 43 "Apply patches to the west workspace", 54 Applying Patches: 56 Run "west patch apply" to apply patches. 59 Cleaning Patches: 61 Run "west patch clean" to clean patches. 64 Listing Patches: 66 Run "west patch list" to list patches. [all …]
|
/Zephyr-latest/scripts/schemas/ |
D | patch-schema.yml | 5 # A pykwalify schema for basic validation of the patches.yml format. 99 # The top-level schema for patches.yml files 104 patches:
|
/Zephyr-latest/scripts/checkpatch/ |
D | maintainer-checkpatch.bash | 11 # check the last n patches patches from the current branch for errors
|
/Zephyr-latest/doc/develop/tools/ |
D | coccinelle.rst | 13 tree-wide patches and detection of problematic programming patterns. 21 The semantic patches included in the kernel use features and options 93 Note that not all semantic patches implement all modes. For easy use 113 To produce patches, run: 127 positives. Thus, reports must be carefully checked, and patches reviewed. 196 Debugging Coccinelle SmPL patches 204 Alternatively you can debug running Coccinelle against SmPL patches 289 SmPL patches can have their own requirements for options passed 297 Proposing new semantic patches 300 New semantic patches can be proposed and submitted by kernel
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | fw_load.c | 34 /* Load the FW patches to the RPU */ in nrf_wifi_fw_load()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | README_lwm2m | 30 The patch was created by, committing the unpatched changes, then committing the desired patches in …
|
/Zephyr-latest/drivers/wifi/ |
D | CMakeLists.txt | 9 Building only the Wi-Fi driver without binary blobs and patches.
|
/Zephyr-latest/ |
D | CONTRIBUTING.rst | 5 patches directly to the project. In our collaborative open source environment,
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | soc.c | 48 /* Apply SoC patches */ in __esp_platform_app_start()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | CMakeLists.txt | 6 Building only the Bluetooth driver without binary blobs and patches.
|
/Zephyr-latest/scripts/ |
D | west-commands.yml | 96 help: manage patches for Zephyr modules
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 123 bool "Store nRF70 FW patches as part of the driver" 125 Select this option to store nRF70 FW patches as part of the driver. 129 bool "Load nRF70 FW patches from external binary" 131 Select this option to load nRF70 FW patches from an external tooling.
|
/Zephyr-latest/doc/ |
D | index.rst | 82 <p>How to submit patches and contribute to Zephyr</p>
|
/Zephyr-latest/boards/seeed/xiao_esp32c3/doc/ |
D | index.rst | 162 As with much custom hardware, the ESP32 modules require patches to
|
/Zephyr-latest/boards/m5stack/stamp_c3/doc/ |
D | index.rst | 152 As with much custom hardware, the ESP32 modules require patches to
|
/Zephyr-latest/boards/seeed/xiao_esp32c6/doc/ |
D | index.rst | 174 As with much custom hardware, the ESP32-C6 modules require patches to
|
/Zephyr-latest/boards/others/esp32c3_supermini/doc/ |
D | index.rst | 184 As with much custom hardware, the ESP32-C3 modules require patches to
|
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/doc/ |
D | index.rst | 161 As with much custom hardware, the ESP32 modules require patches to
|
/Zephyr-latest/boards/we/orthosie1ev/doc/ |
D | index.rst | 186 As with much custom hardware, the ESP32-C3 modules require patches to
|
/Zephyr-latest/boards/espressif/esp32c3_devkitm/doc/ |
D | index.rst | 186 As with much custom hardware, the ESP32-C3 modules require patches to
|
/Zephyr-latest/boards/others/icev_wireless/doc/ |
D | index.rst | 176 As with much custom hardware, the ESP32C3 modules require patches to
|
/Zephyr-latest/boards/espressif/esp8684_devkitm/doc/ |
D | index.rst | 192 As with much custom hardware, the ESP8684 modules require patches to
|
/Zephyr-latest/boards/olimex/olimex_esp32_evb/doc/ |
D | index.rst | 185 As with much custom hardware, the ESP32 modules require patches to
|
/Zephyr-latest/boards/espressif/esp32c3_devkitc/doc/ |
D | index.rst | 186 As with much custom hardware, the ESP32-C3 modules require patches to
|
12