Searched full:reports (Results 1 – 25 of 181) sorted by relevance
12345678
/Zephyr-latest/.github/workflows/ |
D | codecov.yaml | 103 mkdir -p coverage/reports 120 mv twister-out/coverage.json coverage/reports/${{matrix.normalized}}.json 128 coverage/reports/${{ matrix.normalized }}.json 147 path: coverage/reports 151 ls -lRt ./coverage/reports 152 mv ./coverage/reports/*/*testplan.json . 153 mv ./coverage/reports/*/coverage/reports/*.json ./coverage/reports 154 ls -la ./coverage/reports 160 file(GLOB INPUT_FILES_LIST "coverage/reports/*.json") 184 pushd ./coverage/reports [all …]
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | adopted_deviations.ecl | 3 -doc="Selection for reports that are fully contained in adopted code." 6 …ion is not possible. In addition, adopted code is assumed to work as is. Reports that are fully co… 7 -config=MC3R1.R7.2,reports+={relied,adopted_report} 8 -config=MC3R1.R10.3,reports+={relied,adopted_report} 9 -config=MC3R1.R10.6,reports+={relied,adopted_report} 10 -config=MC3R1.R12.1,reports+={relied,adopted_report} 14 -config=MC3R1.R7.2,reports+={safe,"all_area(all_loc(any_exp(macro(^assert$))))"} 39 -config=MC3R1.R15.6,reports={relied, "all_area(context(^z_object_lookup\\(const char\\*, size_t\\)$…
|
D | zephyr_common_config.ecl | 6 -doc="Hides all reports that have all areas out of scope." 7 -reports+={hide,all_exp_external} 10 -config=MC3R1.R2.5,reports+={hide, "any_area(macro(loc(top(public()||kind(pseudo)))))"} 35 -config=MC3R1.R11.6,reports+={deliberate,"any_area(any_loc(any_exp(macro(name(__LOG_ARG_CAST)))))"} 95 -config=MC3R1.R2.1,reports+={safe,"any_area(any_loc(any_exp(macro(name(CODE_UNREACHABLE)))))"} 105 -doc="Hide reports marked as compliant." 108 -doc="Hide reports marked as safe." 111 -doc="Hide reports marked as relied." 114 -doc="Hide reports marked as questionable." 117 -doc="Hide reports marked as deliberate." [all …]
|
/Zephyr-latest/dts/bindings/usb/ |
D | zephyr,hid-device.yaml | 43 Input or output type reports polling period in microseconds. For USB full 51 reports, otherwise control pipe will be used for output reports. 56 Output type reports polling period in microseconds. For USB full
|
/Zephyr-latest/doc/develop/test/ |
D | coverage.rst | 3 Generating coverage reports 6 With Zephyr, you can generate code coverage reports to analyze which parts of 15 Test coverage reports in embedded devices or QEMU 21 used together with the GCC compiler to analyze and create test coverage reports 44 Steps to generate code coverage reports 82 #. Create an output directory for the reports:: 86 #. Run ``gcovr`` to get the reports:: 92 Coverage reports using the POSIX architecture 130 Coverage reports using Twister 148 Other reports might be chosen with ``--coverage-tool`` and ``--coverage-formats``
|
D | twister_statuses.rst | 31 as it does not appear in final reports. 48 Twister typically reports its results for Instances, 107 whereas the latter is used in the JSON reports.
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/chain/ |
D | prj.conf | 34 # fragmenting into 8 HCI reports, if a PDU has 255 bytes, 35 # it will generate 2 HCI reports and so we need to reserve 16 buffers
|
/Zephyr-latest/doc/develop/sca/ |
D | eclair.rst | 108 default ecd file. Following additional reports and report formats can be generated: 122 * Detailed reports in txt format. 140 Detail level of full reports 143 The detail level of the txt and doc full reports can also be adapted by a configuration.
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/ |
D | Kconfig | 9 bool "Print IQ samples for received IQ reports"
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/ |
D | Kconfig | 9 bool "Print IQ samples for received IQ reports"
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.df | 314 bool "Use 16 bits signed integer IQ samples in connectionless IQ reports" 317 Direction Finging connectionless IQ reports provide a set of IQ samples collected during 320 extension to HCI layer, so that connectionless IQ reports store samples in 16 bit signed 324 bool "Use 16 bits signed integer IQ samples in connection IQ reports" 327 Direction Finging connection IQ reports provide a set of IQ samples collected during 330 extension to HCI layer, so that connection IQ reports store samples in 16 bit signed
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 325 net_buf_add_u8(buf, 1); /* Number of reports */ in adv_report_evt() 450 /* Check that non-interleaved fragmented adv reports work */ in ZTEST() 462 /* Check that legacy adv reports interleaved with fragmented adv reports work */ in ZTEST() 473 /* Check that complete adv reports interleaved with fragmented adv reports work */ in ZTEST() 484 /* Check that fragmented adv reports from one peer are received, in ZTEST() 485 * and that interleaved fragmented adv reports from other peers are discarded in ZTEST() 508 /* Check that controller truncated reports do not generate events */ in ZTEST() 511 /* Check that reports from a different advertiser works after truncation */ in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.hrs | 17 Used also for boot reports.
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_radio_openthread.h | 60 * When the first CCA reports an idle channel then the first symbol of the packet's PHR 64 * If the first CCA reports a busy channel, then additional CCAs up to 65 * max_extra_cca_attempts will be done until one of them reports an idle channel and 70 * which reports them in the T_recca and T_ccatx driver attributes
|
/Zephyr-latest/cmake/sca/eclair/ |
D | sca.cmake | 70 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-reports_tab=${ECLAIR_OUTPUT_DIR}/reports") 73 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-reports_sarif=${ECLAIR_OUTPUT_DIR}/reports.sarif") 137 # This command is used to generate the final reports from the database and print the overall results
|
/Zephyr-latest/doc/security/ |
D | reporting.rst | 10 vulnerabilities@zephyrproject.org mailing list. These reports will be 52 - New: This state represents new reports that have been entered 79 sensitive nature of security reports. The issues are only visible to 122 advisories), and produce regular reports of the state of security
|
/Zephyr-latest/scripts/ |
D | requirements-base.txt | 27 # for ram/rom reports
|
/Zephyr-latest/samples/bluetooth/central_ht/ |
D | README.rst | 11 application specifically looks for health thermometer sensor and reports the
|
/Zephyr-latest/tests/subsys/sd/sdio/ |
D | README.txt | 17 * Configuration test: verify that the SD stack reports a valid configuration
|
/Zephyr-latest/tests/kernel/timer/cycle64/ |
D | testcase.yaml | 5 # quirks ("time warp") even though the test reports that it completes
|
/Zephyr-latest/tests/posix/common/src/ |
D | sleep.c | 51 /* test that sleep reports the remainder */ in ZTEST() 82 /* test that sleep reports errno = EINTR when woken up */ in ZTEST()
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | .gitignore | 27 # Unit test / coverage reports
|
/Zephyr-latest/samples/bluetooth/central_hr/ |
D | README.rst | 11 application specifically looks for heart-rate monitors and reports the
|
/Zephyr-latest/include/zephyr/usb/class/ |
D | usbd_hid.h | 93 * transfers and validation of requests, all reports are opaque to it. 101 * reports, and with the argument set to false when the interface is no 165 * New output report callback. Callback will only be called for reports 167 * interrupt OUT pipe, output reports will be received using set_report().
|
/Zephyr-latest/doc/project/ |
D | communication.rst | 16 In general, bug reports and other issues should be reported as `GitHub Issues
|
12345678