/Zephyr-Core-3.6.0/lib/posix/options/getopt/ |
D | getopt.c | 2 /* SPDX-License-Identifier: BSD-3-Clause */ 7 * Redistribution and use in source and binary forms, with or without 12 * 2. Redistributions in binary form must reproduce the above copyright 13 * notice, this list of conditions and the following disclaimer in the 22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 54 state->opterr = 1; in getopt_init() 55 state->optind = 1; in getopt_init() 56 state->optopt = 0; in getopt_init() [all …]
|
D | getopt_long.c | 9 * copyright notice and this permission notice appear in all copies. 13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 19 * Sponsored in part by the Defense Advanced Research Projects 21 * Materiel Command, USAF, under agreement number F39502-99-1-0512. 30 * Redistribution and use in source and binary forms, with or without 35 * 2. Redistributions in binary form must reproduce the above copyright 36 * notice, this list of conditions and the following disclaimer in the 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS [all …]
|
/Zephyr-Core-3.6.0/subsys/tracing/sysview/ |
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 21 string "Application name to be displayed in SystemView" 26 bool "Post-mortem mode for SystemView" 33 bool "Place SystemView data in the default linker section" 36 bool "Place SystemView data in the DTCM linker section"
|
/Zephyr-Core-3.6.0/doc/kernel/iterable_sections/ |
D | index.rst | 7 which can be used for defining iterable areas of equally-sized data structures, 14 associated initializer in a common header file, so that they can be 15 instantiated anywhere in the code base. 17 .. code-block:: c 35 Then the linker has to be setup to place the place the structure in a 42 .. code-block:: cmake 47 .. code-block:: c 54 .. code-block:: c 57 printk("%p: a: %d, b: %d\n", data, data->a, data->b); 61 The linker is going to place the entries sorted by name, so the example [all …]
|
/Zephyr-Core-3.6.0/soc/riscv/ite_ec/it8xxx2/ |
D | Kconfig.soc | 2 # SPDX-License-Identifier: Apache-2.0 16 # https://www.ite.com.tw/uploads/product_download/it81202-bx-chip-errata.pdf 91 On IT81202 (128-pins package), the pins of GPIO group K and L aren't 92 bonding with pad. So we configure these pins as internal pull-down 100 floating internally. We need to enable internal pull-down for the pin 118 The clock_frequency of ite,it8xxx2-i2c node (i2c0, i2c1, and i2c2) will 125 bool "Use the +/-2.3% internal clock generator" 137 code placed in the .__ram_code section out of RAM. This consumes RAM in 138 blocks of 4 kilobytes, but performance of code in ILM is much more 143 bool "Place exception handling code in RAM" [all …]
|
/Zephyr-Core-3.6.0/doc/kernel/ |
D | code-relocation.rst | 9 required files and place them in the required memory region. The memory region 10 and file are given to the :ref:`gen_relocate_app.py` script in the form 13 This script provides a robust way to re-order the memory contents without 14 actually having to modify the code. In simple terms this script will do the job 19 The memory region and file are given to the :ref:`gen_relocate_app.py` script in the form of a stri… 25 ``python3 gen_relocate_app.py -i input_string -o generated_linker -c generated_code`` 27 Kconfig :kconfig:option:`CONFIG_CODE_DATA_RELOCATION` option, when enabled in 37 The text section is split into 2 parts in the main linker script. The first 52 * Enable :kconfig:option:`CONFIG_CODE_DATA_RELOCATION` in the ``prj.conf`` file 54 * Inside the ``CMakeLists.txt`` file in the project, mention [all …]
|
/Zephyr-Core-3.6.0/modules/segger/ |
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 10 Indicates that the platform supports SEGGER J-Link RTT. 17 Enable Segger J-Link RTT libraries for platforms that support it. 29 int "Maximum number of up-buffers" 33 int "Maximum number of down-buffers" 46 int "Size of buffer for RTT printf to bulk-send chars via RTT" 50 prompt "Mode for pre-initialized terminal channel (buffer 0)" 60 bool "Block: Wait until there is space in the buffer." 71 bool "Use a simple byte-loop instead of standard memcpy" 77 bool "Place RTT data in the default linker section" [all …]
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | service_f_1.c | 4 * SPDX-License-Identifier: Apache-2.0 9 * This code is auto-generated from the Excel Workbook 94 * @param buf Buffer to place the read result in 98 * @return Number of bytes read, or in case of an error - BT_GATT_ERR() 105 const char *value = attr->user_data; in read_str_value() 116 * @param buf Buffer to place the read result in 120 * @return Number of bytes read, or in case of an error - BT_GATT_ERR() 127 const uint8_t *value = attr->user_data; in read_value_v15() 139 * @param len Number of bytes in the buffer 143 * @return Number of bytes written, or in case of an error - BT_GATT_ERR() [all …]
|
D | service_b_1_1.c | 4 * SPDX-License-Identifier: Apache-2.0 9 * This code is auto-generated from the Excel Workbook 62 * @param buf Buffer to place the read result in 66 * @return Number of bytes read, or in case of an error - BT_GATT_ERR() 73 const uint8_t *value = attr->user_data; in read_value_v4() 85 * @param len Number of bytes in the buffer 89 * @return Number of bytes written, or in case of an error - BT_GATT_ERR() 96 uint8_t *value = attr->user_data; in write_value_v4() 113 * @param buf Buffer to place the read result in 117 * @return Number of bytes read, or in case of an error - BT_GATT_ERR() [all …]
|
D | service_d_1.c | 4 * SPDX-License-Identifier: Apache-2.0 9 * This code is auto-generated from the Excel Workbook 32 * @brief UUID for the Value V11 (128-bit UUID) Characteristic 47 * @param buf Buffer to place the read result in 51 * @return Number of bytes read, or in case of an error - BT_GATT_ERR() 58 const uint8_t *value = attr->user_data; in read_value_v12() 65 * @brief Attribute read call back for the Value V11 (128-bit UUID) attribute 69 * @param buf Buffer to place the read result in 73 * @return Number of bytes read, or in case of an error - BT_GATT_ERR() 80 const uint8_t *value = attr->user_data; in read_value_v11__128_bit_uuid() [all …]
|
D | service_b_5_1.c | 4 * SPDX-License-Identifier: Apache-2.0 9 * This code is auto-generated from the Excel Workbook 55 * @param buf Buffer to place the read result in 59 * @return Number of bytes read, or in case of an error - BT_GATT_ERR() 66 const uint8_t *value = attr->user_data; in read_value_v8() 78 * @param len Number of bytes in the buffer 82 * @return Number of bytes written, or in case of an error - BT_GATT_ERR() 89 uint8_t *value = attr->user_data; in write_value_v8() 106 * @param buf Buffer to place the read result in 110 * @return Number of bytes read, or in case of an error - BT_GATT_ERR() [all …]
|
D | service_d_2.c | 4 * SPDX-License-Identifier: Apache-2.0 9 * This code is auto-generated from the Excel Workbook 27 * @brief UUID for the Value V11 (128-bit UUID) Characteristic 42 * @brief Attribute read call back for the Value V11 (128-bit UUID) attribute 46 * @param buf Buffer to place the read result in 50 * @return Number of bytes read, or in case of an error - BT_GATT_ERR() 57 const uint8_t *value = attr->user_data; in read_value_v11__128_bit_uuid() 68 * @param buf Buffer to place the read result in 72 * @return Number of bytes read, or in case of an error - BT_GATT_ERR() 79 const uint8_t *value = attr->user_data; in read_value_v12() [all …]
|
D | service_d_3.c | 4 * SPDX-License-Identifier: Apache-2.0 9 * This code is auto-generated from the Excel Workbook 32 * @brief UUID for the Value V11 (128-bit UUID) Characteristic 46 * @param buf Buffer to place the read result in 50 * @return Number of bytes read, or in case of an error - BT_GATT_ERR() 57 const uint8_t *value = attr->user_data; in read_value_v12() 64 * @brief Attribute read call back for the Value V11 (128-bit UUID) attribute 68 * @param buf Buffer to place the read result in 72 * @return Number of bytes read, or in case of an error - BT_GATT_ERR() 79 const uint8_t *value = attr->user_data; in read_value_v11__128_bit_uuid() [all …]
|
/Zephyr-Core-3.6.0/samples/boards/intel_adsp/code_relocation/ |
D | linker_xtensa_intel_adsp_cavs.ld | 4 * SPDX-License-Identifier: Apache-2.0 10 #include <zephyr/linker/linker-defs.h> 11 #include <zephyr/linker/linker-tool.h> 17 * *---------------------------------------------------------------* 19 * *---------------------------------------------------------------* 21 * *---------------------------------------------------------------* 24 * RAM) has a bit of both TEXT and DATA. In fact, the default linker 25 * script would also place some BSS section on SRAM0, which would break 27 * default linker script, all BSS content is put in the SRAM4 region. 30 * One final detail: SRAM4 actually lives in the "uncached" memory, [all …]
|
/Zephyr-Core-3.6.0/subsys/llext/ |
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 13 int "llext heap memory size in kilobytes" 16 Heap size in kilobytes available to llext for dynamic allocation 25 int "Maximum size of llext in bytes" 29 When loading llext with shell it is stored in a temporary buffer of this size 34 Select if LLEXT storage is writable, i.e. if extensions are stored in 35 RAM and can be modified in place 38 module-str = llext
|
/Zephyr-Core-3.6.0/tests/kernel/mp/ |
D | Kconfig | 3 # SPDX-License-Identifier: Apache-2.0 5 # Must have this on where available, otherwise the linker will place 6 # the shared variables in cached/incoherent memory.
|
/Zephyr-Core-3.6.0/include/zephyr/app_memory/ |
D | app_memdomain.h | 4 * SPDX-License-Identifier: Apache-2.0 9 #include <zephyr/linker/linker-defs.h> 43 * @brief Place data in a partition's data section 45 * Globals tagged with this will end up in the data section for the 54 * @brief Place data in a partition's bss section 56 * Globals tagged with this will end up in the bss section for the 75 * up in the symbol table. This prevents gen_app_partitions.py from detecting 77 * bounds will not be generated, resulting in build errors. 88 /* ARM has a quirk in that '@' denotes a comment, so we have to send 120 * place globals automatically in this partition. [all …]
|
/Zephyr-Core-3.6.0/samples/subsys/fs/fs_sample/boards/ |
D | nrf52840dk_nrf52840.conf | 4 # SPDX-License-Identifier: Apache-2.0 11 # find in the first place.
|
D | nrf52840dk_nrf52840_qspi.conf | 4 # SPDX-License-Identifier: Apache-2.0 14 # find in the first place.
|
/Zephyr-Core-3.6.0/dts/bindings/base/ |
D | mutable.yaml | 2 # SPDX-License-Identifier: Apache-2.0 12 Inherit this binding for devices that are runtime-modifiable, in-place.
|
/Zephyr-Core-3.6.0/drivers/ethernet/ |
D | Kconfig.mcux | 3 # Copyright (c) 2016-2017 ARM Ltd 4 # SPDX-License-Identifier: Apache-2.0 24 Place the hardware DMA buffers into DTCM for better networking 30 Place the Ethernet receiver in promiscuous mode. This may be useful 43 communication with MAC ENET controller. Other busses - like SPI 69 Reset the ethernet PHY at boot. Requires dts properties int-gpios and 70 reset-gpios to be present. 83 - IPv4, UDP and TCP checksum (both Rx and Tx) 100 Set the frequency in Hz sourced to the PTP timer.
|
/Zephyr-Core-3.6.0/boards/arm/lpcxpresso54114/ |
D | Kconfig.defconfig | 4 # SPDX-License-Identifier: Apache-2.0 12 # Place size restrictions on first image if dual core is enabled 15 # Workaround for not being able to have commas in macro arguments 16 DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
|
/Zephyr-Core-3.6.0/samples/userspace/prod_consumer/src/ |
D | app_shared.c | 4 * SPDX-License-Identifier: Apache-2.0 14 /* Define a memory pool to place in the shared area.
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/l2cap/stress/tests_scripts/ |
D | _compile.sh | 3 # SPDX-License-Identifier: Apache-2.0 8 # Place yourself in the test's root (i.e. ./../) 9 rm -rf ${BSIM_OUT_PATH}/bin/bs_nrf52_bsim_tests* 16 west build -b nrf52_bsim && \
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/l2cap/frags/tests_scripts/ |
D | _compile.sh | 3 # SPDX-License-Identifier: Apache-2.0 8 # Place yourself in the test's root (i.e. ./../) 9 rm -rf ${BSIM_OUT_PATH}/bin/bs_nrf52_bsim_tests* 15 west build -b nrf52_bsim && \
|