Searched refs:allowed (Results 51 – 75 of 140) sorted by relevance
123456
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.bluetooth | 35 bool "Read and write allowed"
|
/Zephyr-latest/tests/ztest/error_hook/ |
D | README.txt | 112 E: Access violation: user thread not allowed to read 126 E: Access violation: user thread not allowed to execute
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 12 The scheduler determines which thread is allowed to execute 143 yielding thread are then allowed to execute before the yielding thread is 148 time period. Ready threads of *all* priorities are then allowed to execute; 234 Waking up a thread that is not sleeping is allowed, but has no effect.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig | 25 bool "Timer allowed to skew uptime clock during idle"
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 70 Normally it should not be allowed to confirm any slots of non-active 80 Normally it should not be allowed to confirm any slots of non-active
|
/Zephyr-latest/doc/build/flashing/ |
D | configuration.rst | 35 qualifiers are allowed, board names must be omitted from these entries). For ``board.yml``
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | zephyr_common_config.ecl | 9 -doc="The API interface files are allowed to contain unused macros."
|
/Zephyr-latest/boards/ti/cc26x2r1_launchxl/doc/ |
D | index.rst | 188 sleep state 2 (standby mode) is allowed, and polling is used to retrieve input
|
/Zephyr-latest/boards/ti/cc1352p1_launchxl/doc/ |
D | index.rst | 184 sleep state 2 (standby mode) is allowed, and polling is used to retrieve input
|
/Zephyr-latest/boards/ti/cc1352r1_launchxl/doc/ |
D | index.rst | 182 sleep state 2 (standby mode) is allowed, and polling is used to retrieve input
|
/Zephyr-latest/doc/develop/api/ |
D | design_guidelines.rst | 32 allowed when the callback itself was provided through a structure that
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_protocol.rst | 160 Lack of response is only allowed when there is no SMP service or device is
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 108 with those enforcing the Code of Conduct, is allowed during this period.
|
/Zephyr-latest/boards/ti/cc1352p7_launchpad/doc/ |
D | index.rst | 192 sleep state 2 (standby mode) is allowed, and polling is used to retrieve input
|
/Zephyr-latest/boards/dptechnics/walter/doc/ |
D | index.rst | 48 - Not allowed to use both power inputs simultaneously
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 64 are allowed to sign the certificate on the server. For cloud-provider 114 should be allowed only from authorized parties. [th-conf]_ 191 allowed for this to be stored in the same region as the secret
|
/Zephyr-latest/doc/services/storage/nvs/ |
D | nvs.rst | 117 Especially, migration between 1,2,4,8-bytes write block sizes is allowed.
|
/Zephyr-latest/boards/ti/cc1352r_sensortag/doc/ |
D | index.rst | 199 sleep state 2 (standby mode) is allowed, and polling is used to retrieve input
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/ |
D | README.rst | 109 # assumption: "ivshmem" group should be the only allowed to access ivshmem
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_8.rst | 46 By default, all file upload/download requests are unconditionally allowed. 184 By default, all file upload/download requests are unconditionally allowed.
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | rbtree.rst | 25 not allowed, nodes within a tree must have a single fixed order for
|
/Zephyr-latest/doc/build/dts/ |
D | intro-syntax-structure.rst | 382 and 0, in that order. Note that hexadecimal and decimal numbers are allowed and 392 - Parentheses, arithmetic operators, and bitwise operators are allowed. The
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 5491 my @allowed = (); 5504 $allowed[$allow] = 1; 5525 foreach (@allowed) { 5540 my $allowed = 0; 5546 $allowed = 1; 5563 if ($level == 0 && $block !~ /^\s*\{/ && !$allowed) {
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/ |
D | README.rst | 24 The sys_reboot call is routed to TF-M, since the nonsecure app is not allowed
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig | 32 write without erase is not allowed, taking the above restrictions,
|
123456