/Zephyr-latest/modules/thrift/src/thrift/ |
D | config.h | 15 /* Define to 1 if you have the <arpa/inet.h> header file. */ 18 /* Define to 1 if you have the `clock_gettime' function. */ 24 /* Define to 1 if you have the <fcntl.h> header file. */ 27 /* Define to 1 if you have the `gethostbyname' function. */ 30 /* Define to 1 if you have the `gettimeofday' function. */ 33 /* Define to 1 if you have the `inet_ntoa' function. */ 36 /* Define to 1 if you have the <inttypes.h> header file. */ 39 /* Define to 1 if you have the <limits.h> header file. */ 45 /* Define to 1 if you have the `memmove' function. */ 48 /* Define to 1 if you have the <memory.h> header file. */ [all …]
|
/Zephyr-latest/scripts/native_simulator/common/src/include/ |
D | nsi_main.h | 19 * return to the caller what would have been passed to exit() 22 * Note that other components may have requested a different 23 * exit code which may have precedence if it was !=0 25 * @returns Code which would have been passed to exit() 33 * Note that other components may have requested a different 34 * exit code which may have precedence if it was !=0
|
/Zephyr-latest/tests/net/lib/tls_credentials/src/ |
D | main.c | 47 /* Try to register another credential - should not have memory for that in test_credential_add() 51 zassert_equal(ret, -ENOMEM, "Should have failed with ENOMEM"); in test_credential_add() 56 zassert_equal(ret, -EEXIST, "Should have failed with EEXIST"); in test_credential_add() 86 zassert_equal(ret, -ENOENT, "Should have failed with ENOENT"); in test_credential_get() 92 zassert_equal(ret, -EFBIG, "Should have failed with EFBIG"); in test_credential_get() 106 zassert_is_null(key, "Should have return NULL for unknown credential"); in test_credential_internal_iterate() 110 zassert_not_null(cert, "Should have find a credential"); in test_credential_internal_iterate() 113 zassert_not_null(key, "Should have find a credential"); in test_credential_internal_iterate() 141 zassert_is_null(key, "Should have return NULL after last credential"); in test_credential_internal_iterate() 157 zassert_equal(ret, -ENOENT, "Should have failed with ENOENT"); in test_credential_delete() [all …]
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | util.c | 55 * - It shall have no more than six consecutive zeros or ones. 59 * - It shall not have all four octets equal. 60 * - It shall have no more than 24 transitions. 61 * - It shall have a minimum of two transitions in the most significant six 65 * - It shall have at least three ones in the least significant 8 bits. 66 * - It shall have no more than eleven transitions in the least significant 16 130 /* It shall have no more than six consecutive zeros or ones. */ in util_aa_le32() 131 /* It shall have a minimum of two transitions in the most in util_aa_le32() 179 /* It shall have no more than 24 transitions in util_aa_le32() 180 * It shall have no more than eleven transitions in the least in util_aa_le32() [all …]
|
/Zephyr-latest/soc/native/inf_clock/ |
D | Kconfig | 26 How many AMP MCUs does this target have in total. 34 This MCU will for example have its tests command line parameters presented 42 This option can be used to provide the native simulator with other MCUs/Cores images which have 45 have it produce the final link with the native simulator runner and the other MCU images.
|
/Zephyr-latest/subsys/mgmt/mcumgr/util/include/mgmt/mcumgr/util/ |
D | zcbor_bulk.h | 78 * a given key will place a decoded value - they have to agree in type 90 * @param map_size size of maps, both maps have to have the same size; 94 * @return 0 when the whole map has been parsed, there have been 108 * @param map_size size of maps, both maps have to have the same size; 124 * @param map_size size of maps, both maps have to have the same size.
|
/Zephyr-latest/tests/subsys/fs/multi-fs/src/ |
D | main.c | 18 * They have to be executed in order. in ZTEST() 29 * They have to be executed in order. in ZTEST() 42 * They have to be executed in order. in ZTEST() 53 * They have to be executed in order. in ZTEST()
|
/Zephyr-latest/scripts/gitlint/ |
D | zephyr_commit_rules.py | 21 # A rule MUST have a human friendly name 24 # A rule MUST have an *unique* id, we recommend starting with UC (for User-defined Commit-rule). 27 # A rule MAY have an options_spec if its behavior should be configurable. 35 … message = "Commit message body is empty, should at least have {} line(s).".format(min_line_count) 39 # A rule MUST have a human friendly name 42 # A rule MUST have an *unique* id, we recommend starting with UC (for User-defined Commit-rule). 45 # A rule MAY have an options_spec if its behavior should be configurable. 60 # A rule MUST have a human friendly name 63 # A rule MUST have an *unique* id, we recommend starting with UC (for User-defined Commit-rule). 72 … return [RuleViolation(self.id, "Signed-off-by: must have a full name", line_nr=1)]
|
/Zephyr-latest/samples/net/mdns_responder/ |
D | overlay-vlan.conf | 3 # We have one non-vlan interface and two VLAN interfaces 14 # Second ethernet interface will have these settings 30 # Each interface needs at least 2 context. So if we have three
|
/Zephyr-latest/tests/kernel/mem_protect/obj_validation/src/ |
D | main.c | 53 /* Should fail because we don't have perms on this object */ in object_permission_checks() 55 "object should not have had permission granted"); in object_permission_checks() 60 /* Should fail, not initialized and we have no permissions */ in object_permission_checks() 62 "object should not have been initialized"); in object_permission_checks() 68 "object should have had sufficient permissions"); in object_permission_checks() 108 /* Should have permission granted but be uninitialized */ in ZTEST() 152 /* try to init that object, thread should have permissions implicitly */ in ZTEST() 161 * If no threads have access to an object, the object's memory released. 181 /* check object was released, when no threads have access to it */ in ZTEST()
|
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/ondemand_section/src/ |
D | main.c | 31 zassert_not_equal(faults_before, faults_after, "should have faulted"); in ZTEST() 37 zassert_equal(faults_before, faults_after, "should not have faulted"); in ZTEST() 46 zassert_not_equal(faults_before, faults_after, "should have faulted"); in ZTEST() 59 zassert_equal(faults_before, faults_after, "should not have faulted"); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_chmu/src/ |
D | main.c | 87 /* Tx Queue should have one LL Control PDU */ in ZTEST() 106 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() 124 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() 166 /* Tx Queue should have one LL Control PDU */ in ZTEST() 179 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() 192 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() 201 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() 234 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() 248 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() 266 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() [all …]
|
/Zephyr-latest/doc/develop/toolchains/ |
D | designware_arc_mwdt.rst | 6 #. You need to have `ARC MWDT <https://www.synopsys.com/dw/ipdir.php?ds=sw_metaware>`_ installed on 9 #. You need to have :ref:`Zephyr SDK <toolchain_zephyr_sdk>` installed on your host. 28 If you have only one ARC MWDT toolchain version installed on your machine you may skip setting 31 #. To check that you have set these variables correctly in your current
|
D | other_x_compilers.rst | 13 :ref:`toolchains`, the Zephyr build system may not have been 36 toolchain's binaries have, e.g. the path to the directory containing the 39 #. To check that you have set these variables correctly in your current 54 directory and have a common file name prefix. The ``CROSS_COMPILE`` variable
|
/Zephyr-latest/doc/security/ |
D | secure-coding.rst | 6 Traditionally, microcontroller-based systems have not placed much 8 They have usually been thought of as isolated, disconnected 12 the internet, or at least to other devices (that may themselves have 37 need to have. This section gives references to other security 41 should have. This knowledge will be necessary for the review process 87 program, and thread, shall have the smallest possible subset 137 The Zephyr project must have at least one primary developer who knows 193 initiated the project (and have not left the project more than three 194 years ago), have the option of receiving information on a private 246 shall have the ability to block the change from being merged into the [all …]
|
D | reporting.rst | 14 view the issues that they have reported. 52 - New: This state represents new reports that have been entered 117 numbers that have been assigned to the issue. The developer instead 136 have been fixed. After the embargo period, the vulnerabilities page 145 vetted by the project director to determine that they have a 157 When issues have been triaged, this list will be informed of: 200 important to share details and fixes only with those parties that have 204 - Maintainers will have access to all information within their domain 210 - The Project Security Incident Response (PSIRT) team will have full
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/test_scripts/ |
D | run.sh | 32 # hours might actually complete (have a runtime of) 10 seconds. 52 # Some tests may have different executable images for each device in the test. 73 # Also set a maximum simulation length. If the devices have not set a special 74 # variable indicating they have passed before the simulation runs out of time, 78 # Wait until all executables started above have returned. 79 # The exit code returned will be != 0 if any of them have failed.
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | Kconfig.defconfig.ace30 | 25 # Need to have enough to accommodate samples and tests. 26 # Also need to have some room for future expansions or
|
/Zephyr-latest/lib/smf/ |
D | Kconfig | 12 bool "States to have 1 or more ancestors" 20 If y, then each state can have an initial transition to a sub-state
|
/Zephyr-latest/tests/drivers/regulator/voltage/dts/bindings/ |
D | test-regulator-voltage.yaml | 15 Regulators to be tested. Each entry must have a matching ADC entry in 22 ADC channels to be used. Each entry must have a matching entry in 31 require more, though. Each entry must have a matching entry in
|
/Zephyr-latest/dts/bindings/gpio/ |
D | atmel-xplained-pro-header.yaml | 7 The Xplained Pro layout provide a standard 20 pin header. A board can have 12 standard extension headers that have a predefined position according to the 22 All MCU boards have to implement at least PWR, EXT1, EXT2 (on medium and 32 to have a even and odd column:
|
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/src/ |
D | main.c | 129 /* The mapped area should have started out zeroed. Check this. */ in touch_anon_pages() 158 /* Specific number depends on how much RAM we have but shouldn't be 0 */ in touch_anon_pages() 195 "test thread should have dirty pages evicted."); in touch_anon_pages() 197 "test thread should have clean pages evicted."); in touch_anon_pages() 260 zassert_equal(ret, -ENOMEM, "k_mem_page_out should have failed"); in test_k_mem_page_out() 350 zassert_is_null(ret, "k_mem_map shouldn't have succeeded"); in ZTEST() 354 zassert_not_null(ret, "k_mem_map should have succeeded"); in ZTEST() 369 zassert_not_equal(faults, 0, "should have had some pagefaults"); in ZTEST() 385 "test thread should have dirty pages evicted."); in ZTEST_USER() 387 "test thread should have clean pages evicted."); in ZTEST_USER() [all …]
|
/Zephyr-latest/dts/bindings/misc/ |
D | nordic,nrf-dppic-global.yaml | 8 Updated DPPIC binding set for Nordic products that have global DPPIC instances 9 with inter-bridge functionality. These instances also have split-ownership
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/ |
D | main.c | 188 /* Tx Queue should have one LL Control PDU */ in ZTEST() 218 /* Tx Queue should have one LL Control PDU */ in ZTEST() 238 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() 260 /* Tx Queue should have one LL Control PDU */ in ZTEST() 286 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() 301 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() 366 /* Tx Queue should have one LL Control PDU */ in ZTEST() 388 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() 403 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST() 412 /* Tx Queue should have one LL Control PDU */ in ZTEST() [all …]
|
/Zephyr-latest/boards/snps/em_starterkit/ |
D | Kconfig.em_starterkit | 14 Both version 2.2 and 2.3 firmware have EM7D, EM9D and EM11D configurations. 16 EM7D and EM11D have access to 128MB DRAM and use i-cache and d-cache.
|