Searched refs:patches (Results 1 – 25 of 33) sorted by relevance
12
/Zephyr-latest/doc/project/ |
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 | 221 patches = yml.get("patches", []) 222 if not patches: 229 for patch_info in patches: 335 patches = yml.get("patches", []) 336 if not patches: 339 for patch_info in patches: 344 patches = yml.get("patches", []) 345 if not patches: 349 for patch_info in patches:
|
/Zephyr-latest/drivers/wifi/ |
D | CMakeLists.txt | 9 Building only the Wi-Fi driver without binary blobs and patches.
|
/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/bluetooth/hci/ |
D | CMakeLists.txt | 6 Building only the Bluetooth driver without binary blobs and patches.
|
/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/ |
D | CONTRIBUTING.rst | 5 patches directly to the project. In our collaborative open source environment,
|
/Zephyr-latest/doc/ |
D | index.rst | 82 <p>How to submit patches and contribute to Zephyr</p>
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 133 bool "Store nRF70 FW patches as part of the driver" 135 Select this option to store nRF70 FW patches as part of the driver. 139 bool "Load nRF70 FW patches from external binary" 141 Select this option to load nRF70 FW patches from an external tooling.
|
/Zephyr-latest/boards/seeed/xiao_esp32c3/doc/ |
D | index.rst | 184 As with much custom hardware, the ESP32 modules require patches to
|
/Zephyr-latest/boards/m5stack/stamp_c3/doc/ |
D | index.rst | 175 As with much custom hardware, the ESP32 modules require patches to
|
/Zephyr-latest/boards/hardkernel/odroid_go/doc/ |
D | index.rst | 211 As with much custom hardware, the ESP32 modules require patches to
|
/Zephyr-latest/boards/seeed/xiao_esp32c6/doc/ |
D | index.rst | 204 As with much custom hardware, the ESP32-C6 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/others/esp32c3_supermini/doc/ |
D | index.rst | 218 As with much custom hardware, the ESP32-C3 modules require patches to
|
/Zephyr-latest/boards/we/orthosie1ev/doc/ |
D | index.rst | 220 As with much custom hardware, the ESP32-C3 modules require patches to
|
/Zephyr-latest/boards/luatos/esp32c3_luatos_core/doc/ |
D | index.rst | 231 As with much custom hardware, the ESP32-C3 modules require patches to
|
/Zephyr-latest/boards/others/icev_wireless/doc/ |
D | index.rst | 201 As with much custom hardware, the ESP32C3 modules require patches to
|
/Zephyr-latest/boards/espressif/esp8684_devkitm/doc/ |
D | index.rst | 216 As with much custom hardware, the ESP8684 modules require patches to
|
/Zephyr-latest/boards/espressif/esp32c3_devkitc/doc/ |
D | index.rst | 220 As with much custom hardware, the ESP32-C3 modules require patches to
|
/Zephyr-latest/boards/espressif/esp32c3_devkitm/doc/ |
D | index.rst | 220 As with much custom hardware, the ESP32-C3 modules require patches to
|
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/doc/ |
D | index.rst | 268 As with much custom hardware, the ESP32S3 modules require patches to
|
/Zephyr-latest/boards/olimex/olimex_esp32_evb/doc/ |
D | index.rst | 224 As with much custom hardware, the ESP32 modules require patches to
|
/Zephyr-latest/boards/espressif/esp32c3_rust/doc/ |
D | index.rst | 265 As with much custom hardware, the ESP32-C3 modules require patches to
|
/Zephyr-latest/boards/espressif/esp32c6_devkitc/doc/ |
D | index.rst | 262 As with much custom hardware, the ESP32-C6 modules require patches to
|
12