Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/Zephyr-latest/dts/xtensa/
Ddc233c.dtsi23 * fewer L2 page table entries are needed when MMU is enabled.
33 * fewer L2 page table entries are needed when MMU is enabled.
/Zephyr-latest/scripts/checkpatch/
Dmaintainer-checkpatch.bash54 needed="\
58 for i in $needed; do
Dcheck_known_checkpatch_issues.sh33 needed="\
37 for i in ${needed}; do
/Zephyr-latest/doc/
Dsubstitutions.txt1 .. |br| raw:: html .. force a line break in HTML output (blank lines needed here)
5 .. |p| raw:: html .. force a blank line in HTML output (blank lines needed here)
/Zephyr-latest/boards/qemu/x86/
DKconfig.defconfig64 # This is needed for QEMU to load the ELF image
86 # This is needed for QEMU to load the ELF image
106 # This is needed for gen_mmu.py to map the flash into memory
/Zephyr-latest/modules/hal_wch/
DKconfig7 # file is empty and kept as a place holder if/when Kconfig is needed
/Zephyr-latest/include/zephyr/linker/
Dkobject-rom.ld50 /* Padding is needed to preserve kobject addresses
51 * if we have reserved more space than needed.
Dkobject-priv-stacks.ld49 /* Padding is needed to preserve kobject addresses
50 * if we have reserved more space than needed.
Dkobject-data.ld67 /* Padding is needed to preserve kobject addresses
68 * if we have reserved more space than needed.
/Zephyr-latest/boards/udoo/udoo_neo_full/
Dudoo_neo_full_mcimx6x_m4.dts17 #define DT_FLASH_ADDR 84000000 /* DT_ADDR will add leading 0x where needed */
25 #define DT_SRAM_ADDR 84080000 /* DT_ADDR will add leading 0x where needed */
/Zephyr-latest/doc/hardware/peripherals/
Dregulators.rst8 that is not always needed. Another example is a PMIC, typically a much more
16 The simplest case where a regulator is needed is one where there is only one
/Zephyr-latest/dts/common/
Dskeleton.dtsi4 * Skeleton device tree; the bare minimum needed to boot; just include and
/Zephyr-latest/tests/drivers/w1/w1_api/boards/
Dnrf52840dk_nrf52840.overlay7 /* external connection of TX-pin to RX-pin needed */
Dnucleo_g0b1re.overlay12 * Also a fixture connecting tx and rx pin is needed.
/Zephyr-latest/modules/thrift/
DCMakeLists.txt39 # needed because std::iterator was deprecated with -std=c++17
42 # needed for ctime_r
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/
DKconfig5 # configuration file (e.g. 'prj.conf'), as needed for some of
/Zephyr-latest/drivers/adc/
Dadc_ads7052.c71 size_t needed; in ads7052_validate_buffer_size() local
75 needed = channels * sizeof(uint16_t); in ads7052_validate_buffer_size()
77 needed *= (1 + sequence->options->extra_samplings); in ads7052_validate_buffer_size()
80 if (sequence->buffer_size < needed) { in ads7052_validate_buffer_size()
Dadc_rpi_pico.c141 size_t needed; in adc_rpi_check_buffer_size() local
150 needed = channels * sizeof(uint16_t); in adc_rpi_check_buffer_size()
152 needed *= (1 + sequence->options->extra_samplings); in adc_rpi_check_buffer_size()
155 if (sequence->buffer_size < needed) { in adc_rpi_check_buffer_size()
/Zephyr-latest/boards/seeed/xiao_rp2040/
Dxiao_rp2040_defconfig17 # Code partition needed to target the correct flash range
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/
Dsparkfun_pro_micro_rp2040_defconfig17 # Code partition needed to target the correct flash range
/Zephyr-latest/boards/adafruit/kb2040/
Dadafruit_kb2040_defconfig19 # Code partition needed to target the correct flash range
/Zephyr-latest/boards/adafruit/qt_py_rp2040/
Dadafruit_qt_py_rp2040_defconfig19 # Code partition needed to target the correct flash range
/Zephyr-latest/tests/drivers/counter/counter_basic_api/boards/
Dfrdm_rw612.overlay36 * For testing purposes, free up memory spaces not needed by the testing.
Drd_rw612_bga.overlay36 * For testing purposes, free up memory spaces not needed by the testing.
/Zephyr-latest/share/sysbuild/template/
DCMakeLists.txt8 # file to the folder `<app-dir>/sysbuild` and use as a template and extend as needed.

12345678910>>...18