Searched full:bugs (Results 1 – 25 of 56) sorted by relevance
123
/Zephyr-latest/.github/workflows/ |
D | issues-report-config.json | 3 "section": "High Priority Bugs", 8 "section": "Medium Priority Bugs", 13 "section": "Low Priority Bugs",
|
D | bug_snapshot.yaml | 4 # Make a snapshot of open bugs as a python pickle file, compressed 18 name: Make bugs pickle 30 - name: Snapshot bugs 34 BUGS_PICKLE_FILENAME="zephyr-bugs-$(date -I).pickle.xz"
|
/Zephyr-latest/scripts/ |
D | dump_bugs_pickle.py | 37 '''Get the bugs to use for analysis, given command line arguments.''' 44 bugs = get_bugs(args) 45 for bug in sorted(bugs, key=lambda bug: bug.number):
|
D | make_bugs_pickle.py | 27 A helper script which loads all open bugs in the
|
/Zephyr-latest/doc/project/ |
D | release_process.rst | 114 - No blocker bugs / blocking issues 122 Blocker Bugs 127 release from happening. All blocker bugs shall be resolved before a release is 133 Bugs of moderate severity and higher that have impact on all users are typically 134 the candidates to be promoted to blocker bugs 137 guidelines for release blocker bugs: 139 - Only mark bugs as blockers if the software (Zephyr) must not be released with 142 - Evaluate bugs as potential blockers based on their severity and prevalence. 373 - Supported by the Zephyr project itself, commitment to fix bugs in releases. 375 - Bugs reported against platforms of this tier are to be evaluated and treated as [all …]
|
D | project_roles.rst | 37 * Right to report defects (bugs) and suggestions for enhancement. 46 * Responsibility for issues and bugs introduced by one’s own contributions.
|
/Zephyr-latest/scripts/release/ |
D | bug_bash.py | 27 help='Show all bugs squashed', action='store_true') 108 """Return GitHub pull requests that squash bugs in the provided 118 """Return GitHub issues representing bugs in the provided date
|
/Zephyr-latest/cmake/compiler/xt-clang/ |
D | compiler_flags.cmake | 27 # https://bugs.llvm.org/show_bug.cgi?id=11740.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | connection_mgmt.rst | 24 sporadic bugs caused by not releasing the connection object.
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/ |
D | README.txt | 40 or the controller driver has bugs, the test will fail one or more I2C
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 001_bug_report.md | 15 This issue list is only for bugs in the main Zephyr code base
|
/Zephyr-latest/dts/bindings/display/ |
D | sitronix,st7735r.yaml | 115 This option is convenient for supporting displays with bugs
|
D | sitronix,st7796s.yaml | 114 This option is convenient for supporting displays with bugs
|
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/ |
D | hostipc.c | 61 /* Do exactly the same thing again to check for state bugs in ZTEST()
|
/Zephyr-latest/soc/microchip/mec/common/ |
D | soc_i2c.c | 16 /* Too many MEC1501 HAL bugs */
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_user_setup.rst | 86 from the guest. See https://bugs.launchpad.net/qemu/+bug/1724590 for details.
|
/Zephyr-latest/boards/native/native_posix/doc/ |
D | index.rst | 89 and is therefore normally best to test and debug your code, as some bugs are
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 70 Bugs
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/ |
D | index.rst | 234 For bug reports, read http://openocd.org/doc/doxygen/bugs.html 277 For bug reports, read http://openocd.org/doc/doxygen/bugs.html 303 For bug reports, read http://openocd.org/doc/doxygen/bugs.html
|
/Zephyr-latest/boards/st/sensortile_box/doc/ |
D | index.rst | 162 Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | nordic_segger.rst | 247 .. _ModemManager send AT commands to TTY-like devices: https://bugs.freedesktop.org/show_bug.cgi?id…
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 301 around compiler bugs for specific tests.
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 199 blobs to reproduce may not be treated as bugs
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 137 different compilers. Compilers can have bugs and these may need
|
/Zephyr-latest/boards/altr/max10/doc/ |
D | index.rst | 214 <http://www.gnu.org/software/gdb/bugs/>.
|
123