/Zephyr-Core-3.6.0/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …this.getAttribute(t);return e===null?"":e},set(e){this.setAttribute(t,e)}})};const x=(e,t,i=t)=>{O…
|
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/ |
D | nce.c | 54 * That pointer should be passed to all subsequent calls to this module. 58 struct nce_status_t *this; in nce_init() local 60 this = calloc(1, sizeof(struct nce_status_t)); in nce_init() 62 if (this == NULL) { /* LCOV_EXCL_BR_LINE */ in nce_init() 65 this->cpu_halted = true; in nce_init() 66 this->terminate = false; in nce_init() 68 NSI_SAFE_CALL(pthread_cond_init(&this->cond_cpu, NULL)); in nce_init() 69 NSI_SAFE_CALL(pthread_mutex_init(&this->mtx_cpu, NULL)); in nce_init() 71 return (void *)this; in nce_init() 75 * This function will: [all …]
|
D | nct.c | 21 * The embedded OS only sees one of this thread executing at a time. 24 * instance of this module, and nct_clean_up() once it desires to destroy it. 26 * For SOCs with several micro-controllers (AMP) one instance of this module 54 * This implementation is meant to be portable in between fully compatible 57 * An index in this table is used to identify threads in the IF to the 95 int thread_idx; /* Index of this element in the threads_table*/ 98 bool running; /* Is this the currently running thread */ 127 static void nct_exit_and_cleanup(struct te_status_t *this); 128 static struct threads_table_el *ttable_get_element(struct te_status_t *this, int index); 133 static void abort_tail(struct te_status_t *this, int this_th_nbr) in abort_tail() argument [all …]
|
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/ |
D | Kconfig.ucifi | 7 This option adds general support for uCIFI objects 23 This setting establishes the total count of uCIFI Battery 41 This value sets the maximum allowable number of LPWAN instances. 48 This value sets the maximum number of IPv4 addresses assigned to a 49 device that can be stored in this object. 56 This value sets the maximum number of IPv6 addresses assigned to a 57 device that can be stored in this object. 64 This value sets the maximum number of LPWAN network addresses assigned 65 to a device that can be stored in this object. 72 This value sets the maximum number of secondary addresses used to [all …]
|
D | Kconfig.ipso | 7 This option adds general support for IPSO objects 14 This IPSO object should be used with a temperature sensor to 24 This setting establishes the total count of IPSO Temperature 45 This IPSO object can be used to prototype a sensor. 53 This setting establishes the total count of IPSO Generic 85 This IPSO object can be used to prototype a sensor. 93 This setting establishes the total count of IPSO Humidity 116 This IPSO object can be used to prototype a sensor. 124 This setting establishes the total count of IPSO Pressure 147 This Object is used to control a light source, such as a LED or other [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/dai/ |
D | nxp,dai-sai.yaml | 16 Use this property to set the SAI MCLK as output or as input. 17 By default, if this property is not specified, MCLK will be 24 Use this property to specify the watermark value for the TX 25 FIFO. This value needs to be in FIFO words (NOT BYTES). This 31 Use this property to specify the watermark value for the RX 32 FIFO. This value needs to be in FIFO words (NOT BYTES). This 40 Use this property to set the FIFO depth that will be reported 41 to other applications calling dai_get_properties(). This value 45 the FIFO depth. This is needed because some applications (e.g: SOF) 46 use this value to compute the DMA burst size, in which case [all …]
|
/Zephyr-Core-3.6.0/drivers/disk/nvme/ |
D | Kconfig | 10 NVMe disk(s) might be present on the system through PCIe, enable this 21 This sets the amount of allocated admin queue entries. 22 Do not touch this unless you know what you are doing. 29 This sets the amount of allocated I/O queues. 30 Do not touch this unless you know what you are doing. 37 This sets the amount of allocated IO queue entries. 38 Do not touch this unless you know what you are doing. 44 This sets the amount of possible retries per-request. 45 Do not touch this unless you know what you are doing. 52 This sets the waiting time for a request to succeed. [all …]
|
/Zephyr-Core-3.6.0/soc/posix/inf_clock/ |
D | Kconfig | 5 int "CPU Number this image targets" 10 Which native simulator microcontroller/CPU number is this image targeting. 11 This option is only applicable for targets which use the 15 int "Total number of MCUs this target has" 20 How many AMP MCUs does this target have in total. 28 This MCU will for example have its tests command line parameters presented 36 This option can be used to provide the native simulator with other MCUs/Cores images which have 38 So you can, for ex., use this application build to produce one core image, and at the same time 42 bool "Auto-start this MCU" 45 Automatically start the MCU this Zephyr image is built for during HW boot, [all …]
|
/Zephyr-Core-3.6.0/modules/ |
D | Kconfig.tinycrypt | 13 This option enables the TinyCrypt cryptography library. 19 This option enables support for the pseudo-random number 25 This option enables support for SHA-256 32 This option enables support for HMAC using SHA-256 39 This option enables support for pseudo-random number 45 This option enables support for the Elliptic curve 54 This option enables support for the Elliptic Curve Digital 63 This option enables support for AES-128 decrypt and encrypt. 69 This option enables support for AES-128 block cipher mode. 75 This option enables support for AES-128 counter mode. [all …]
|
/Zephyr-Core-3.6.0/arch/ |
D | Kconfig | 32 # FIXME: current state of the code for all ARM requires this, but 164 This option tells the build system that the target system is big-endian. 165 Little-endian architecture is the default and should leave this option 166 unselected. This option is selected by arch/$ARCH/Kconfig, 173 # This is just the opposite of BIG_ENDIAN and is used for non-negative 182 This option tells the build system that the target system is 184 are 64 bits wide. This option is selected by arch/$ARCH/Kconfig, 216 This option specifies the size of the flash in kB. It is normally set by 224 This option specifies the base address of the flash on the board. It is 235 Select this option to enable building a Secure firmware [all …]
|
/Zephyr-Core-3.6.0/kernel/ |
D | Kconfig | 22 Many drivers and subsystems will not work with this option 41 This can be set to zero to disable cooperative scheduling. Cooperative 60 This can be set to 0 to disable preemptible scheduling. 87 This defines the minimum priority value (i.e. the logically 95 This defines a set of priorities at the (numerically) lowest 107 until the remaining work is finished. As this breaks the 109 for cooperative threads, this tool probably shouldn't be used 115 This enables a simple "earliest deadline first" scheduling 129 implemented, this involves an inherent O(N) scaling in the number of 133 Note that this setting does not technically depend on SMP and is [all …]
|
D | Kconfig.vm | 22 By default, this is the same as the DT_CHOSEN_Z_SRAM physical base SRAM 24 architectures may require RAM to be mapped in this way; they may have 25 just one RAM region and doing this makes linking much simpler, as 28 this for non-pinned page frames). 50 if this is not the same offset from the beginning of RAM. 52 Some care may need to be taken in selecting this value. In certain 62 This uncommon and is only necessary if the beginning of VM and 69 Size of the kernel's address space. Constraining this helps control 73 size of the virtual region for runtime memory mappings. This is needed 87 This enables the direct-map support, namely the region can be 1:1 [all …]
|
/Zephyr-Core-3.6.0/arch/x86/ |
D | Kconfig | 27 This option signifies the use of a CPU from the Atom family. 44 This option signifies the use of a CPU from the Apollo Lake family. 58 This option signifies the use of a CPU from the Lakemont family. 110 This option enables MMX support, and the use of MMX registers 117 This option enables SSE support, and the use of SSE registers 125 This option enables SSE2 support. 132 This option enables SSE3 support. 139 This option enables Supplemental SSE3 support. 146 This option enables SSE4.1 support. 153 This option enables SSE4.2 support. [all …]
|
/Zephyr-Core-3.6.0/modules/cmsis-dsp/ |
D | Kconfig | 10 This option enables the CMSIS-DSP library. 18 This option enables the Basic Math Functions, which support the 41 This option enables the Complex Math Functions, which support the 54 This option enables the Controller Functions, which support the 72 This option enables the Fast Math Functions, which support the 86 This option enables the Filtering Functions, which support the 111 This option enables the Interpolation Functions, which support the 121 This option enables the Matrix Functions, which support the following 139 This option enables the Quaternion Math Functions, which support the 154 This option enables the Statistics Functions, which support the [all …]
|
/Zephyr-Core-3.6.0/arch/arm/core/ |
D | Kconfig.vfp | 16 This option signifies the support for a Vectored Floating-Point (VFP) 23 This option signifies the support for a NEON (Advanced SIMD) coprocessor. 34 This option signifies the use of a VFP floating-point coprocessor 45 This option signifies the use of a VFP floating-point coprocessor 57 This option signifies the use of a VFP floating-point coprocessor 68 This option signifies the use of a VFP floating-point coprocessor 80 This option signifies the use of a VFP floating-point coprocessor 93 This option signifies the use of a VFP floating-point coprocessor 107 This option signifies the use of a VFP floating-point coprocessor 121 This option signifies the use of a VFP floating-point coprocessor [all …]
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | Kconfig.native_posix | 9 This enables a UART driver for the POSIX ARCH with up to 2 UARTs. 23 Connect this UART to its own pseudoterminal. This is the preferred 25 Moreover this option does not conflict with any other native 31 Connect this UART to the stdin & stdout of the calling shell/terminal 32 which invoked the native executable. This is good enough for 36 It is strongly discouraged to try to use this option with the new 46 When this option is selected a new command line switch is provided: 56 This is used for example in PPP (Point-to-Point Protocol) 64 command line option, this will be the default command which will be 66 Note that this command must have one, and only one, '%s' as [all …]
|
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/ |
D | Kconfig.tbs | 17 This option enables support for Telephone Bearer Service. 22 # Need to enforce this. 27 This option enables support for Generic Telephone Bearer Service. 138 This option enables support for the GTBS-oriented Call Control client. 143 This option enables support for the TBS-oriented Call Control client. 171 This option disables all optional procedures in the TBS Client. 177 This option enables support for reading Bearer Provider Name. 183 This option enables support for reading Bearer UCI. 189 This option enables support for reading Bearer Technology. 195 This option enables support for reading Bearer URI Schemes Supported [all …]
|
D | Kconfig.pacs | 13 This option enables support for Sink Published Audio Capabilities. 19 This option enables support for clients to be notified on the Sink 26 This option enables support for Sink PAC Location Characteristic. 32 This option enables support for clients to write to the Sink PAC 39 This option enables support for clients to be notified on the Sink 47 This option enables support for Source Published Audio Capabilities. 54 This option enables support for clients to be notified on the Source 61 This option enables support for Source PAC Location Characteristic. 67 This option enables support for clients to write to the Source PAC 74 This option enables support for clients to be notified on the Source [all …]
|
D | Kconfig.mcs | 19 This option enables support for the Media Control Service. 29 This option enables support for the Media Control Client. 74 Use this option to configure support in the Media Control Client for 95 This is used for the total memory pool buffer size from which memory 113 group object has more records than this, the remaining records in the 122 This option enables shell support for the Media Control Client. 127 This option disables all optional procedures in the Media Control Client. 133 This option enables support for Read Media Information procedure 140 This option enables support for reading Track Title. 146 This option enables support for the subscription of Track Title. [all …]
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | Kconfig | 44 # NOTE: This value is derived from other symbols and should only be 58 # needed e.g. for unit tests. This default will also server as 63 NOTE: This is an advanced setting and should not be changed unless 64 absolutely necessary. To change this you must first select 109 When this option is selected, the host will not have its own RX thread. 110 With this option it is the responsibility of the HCI driver to call 116 When this option is selected, the host will process incoming low priority HCI packets 121 Note: When this option is used, other users of the system work queue will influence the 127 When this option is selected, the host will process incoming low priority HCI packets 143 Size of the receiving thread stack. This is the context from [all …]
|
D | Kconfig.gatt | 23 this to 0 disables GATT long/reliable writes. 39 This option enables support for Enhanced ATT bearers support. When 70 forgot the CCC values and sets them again. If this behavior is not 73 This also means that upon a reconnection, the application will get an 81 This option requests security re-establishment automatically whenever 84 is required. This configuration option only applies to the peripheral 85 role, which sends a Security Request for this purpose. 90 This option has been introduced to avoid interoperability issues with 98 This option enables support for the service changed characteristic. 104 This option enables registering/unregistering services at runtime. [all …]
|
/Zephyr-Core-3.6.0/drivers/modem/ |
D | Kconfig.quectel-bg9x | 14 Choose this setting to enable quectel BG9x LTE-CatM1/NB-IoT modem 23 This stack is used by the quectel BG9X RX thread. 29 This stack is used by the work queue to pass off net_pkt data 37 This setting is used to set the APN name for the network connection 38 context. This value is specific to the network provider and may 45 This setting is used to set the User name for the network connection 46 context. This value is specific to the network provider and may 53 This setting is used to set the Password for the network connection 54 context. This value is specific to the network provider and may 61 This string is used to determine when modem powered and ready [all …]
|
/Zephyr-Core-3.6.0/subsys/debug/ |
D | Kconfig | 18 This module may be used to debug thread configuration issues, e.g. 57 While this is a safe run from the thread list perspective it may lock 60 Setting this flag will force thread analyzer to use 62 This will allow the interrupts to be processed while the thread is 100 Build a kernel suitable for debugging. Right now, this option 115 Builds Zephyr with Address Sanitizer enabled. This is currently 122 This behavior can be changes by adding leak_check_at_exit=1 to the 131 the first error. Set this to y to enable the code to 144 This NOP implementation is needed as workaround for a known limitation in 155 This is currently only supported by boards based on the posix [all …]
|
/Zephyr-Core-3.6.0/drivers/dma/ |
D | Kconfig.nxp_sof_host_dma | 11 component. Specifically, this driver 21 int "Alignment (in bytes) required for memory regions passed to this driver" 24 Use this to set the alignment (in bytes) 26 this driver to adjust a memory region's size 27 and base address. Since this driver doesn't 28 actually have any hardware to back it up this 31 Nevertheless, this is needed because this driver
|
/Zephyr-Core-3.6.0/boards/ |
D | Kconfig | 6 This option holds the name of the board and is used to locate the files 15 If the BOARD has a revision field set, this is the revision. 17 "plank@foo", this option will be "foo". If BOARD is "plank", 18 this option will be the empty string. 23 This hidden option is set in the board configuration and indicates 31 Mark all QEMU targets with this variable for checking whether we are 52 # This loads custom shields Kconfig (from BOARD_ROOT) 54 # This loads Zephyr base shield defconfigs 64 execute one instruction every 2^N ns of virtual time. This will 79 at default speed unless this option is set. With this option set, [all …]
|