Searched refs:cache (Results 201 – 225 of 319) sorted by relevance
12345678910>>...13
/Zephyr-latest/cmake/modules/ |
D | zephyr_default.cmake | 68 # Prepare user cache
|
D | kconfig.cmake | 209 # cache variables prefixed according to the Kconfig namespace. 239 # When a cache variable starts with the 'KCONFIG_NAMESPACE' value, it is
|
D | dts.cmake | 53 # - CACHED_DTS_ROOT_BINDINGS is set in the cache to the 249 # challenging is this? Can we cache the dts dependencies?
|
/Zephyr-latest/dts/arm/ti/ |
D | cc13xx_cc26xx.dtsi | 50 /* VIMS RAM configurable in CCFG as GPRAM or cache for FLASH (default) */
|
/Zephyr-latest/doc/develop/west/ |
D | workspaces.rst | 106 them in memory temporarily using `git-credential-cache`_ instead. 117 .. _git-credential-cache: 118 https://git-scm.com/docs/git-credential-cache
|
D | build-flash-debug.rst | 66 build directory; ``west build`` can figure out the board from the CMake cache. 295 combine CMake's ``-C <initial-cache>`` option with ``build.cmake-args``. For 297 create a file named :file:`~/my-cache.cmake` with the following contents: 306 west config build.cmake-args "-C ~/my-cache.cmake" 494 The CMake cache contains default values West uses while flashing, such 608 The CMake cache contains default values West uses for debugging, such
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | Kconfig.icmsg | 100 reader and writer. It optionally embeds cache and memory barrier
|
/Zephyr-latest/dts/bindings/ |
D | binding-types.txt | 27 cache Cache
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.xilinx_axi_dma | 15 bool "Disable data cache while accessing Scatter-Gather Descriptors."
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 286 set -l cache_file $cache_folder/fish_boards_completion.cache 357 …west_seen_subcommand_from update" -l name-cache -ra "(__zephyr_west_complete_directories)" -d "nam… 358 …west_seen_subcommand_from update" -l path-cache -ra "(__zephyr_west_complete_directories)" -d "pat…
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 228 bool "Resource Time series data cache support" 240 This settings define how many different resources may have cache enabled. 247 bool "Drop new data when cache is full" 250 bool "Drop oldest data when cache is full"
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 328 clearing their Zephyr cache, as caching issues can occur from time to time. 329 Delete the cache as well as any applicable build directories and start from 335 rm -rf ~/.ccache ~/.cache/zephyr
|
/Zephyr-latest/boards/arduino/portenta_h7/doc/ |
D | index.rst | 11 with 2MBytes of Flash memory, 1MB RAM, 480 MHz CPU, Art Accelerator, L1 cache, external memory inte…
|
/Zephyr-latest/dts/xtensa/intel/ |
D | intel_adsp_ace20_lnl.dtsi | 20 i-cache-line-size = <64>; 21 d-cache-line-size = <64>;
|
/Zephyr-latest/modules/ |
D | Kconfig.stm32 | 107 Enable STM32Cube data cache (DCACHE) HAL module driver 310 Enable STM32Cube Instruction cache (ICACHE) HAL module driver 755 Enable STM32Cube Instruction cache (ICACHE) LL module driver
|
/Zephyr-latest/boards/ite/it8xxx2_evb/doc/ |
D | index.rst | 24 - 4KB instruction cache size
|
/Zephyr-latest/boards/ite/it82xx2_evb/doc/ |
D | index.rst | 24 - 4KB instruction cache size
|
/Zephyr-latest/boards/st/stm32h7b3i_dk/ |
D | stm32h7b3i_dk.dts | 59 /* Frame buffer memory cache will cause screen flickering. */
|
/Zephyr-latest/boards/toradex/verdin_imx8mp/doc/ |
D | index.rst | 36 memory system. Moreover, the cluster incorporates a unified L2 cache that offers supplementary 37 functions. This cache is housed within a single APR region. Facilitating debugging processes, the
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | default_appcpu.ld | 398 * when flash cache is disabled */ 531 /* logging sections should be placed in RAM area to avoid flash cache disabled issues */ 638 .cache.rodata_dummy (NOLOAD):
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt11xx_cm4.dtsi | 565 /* CAAM currently does not work on M4 because of cache API issues */
|
/Zephyr-latest/boards/st/b_u585i_iot02a/doc/ |
D | index.rst | 98 - 8-Kbyte instruction cache allowing 0-wait-state execution from Flash and 100 - 4-Kbyte data cache for external memories
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | nrf_common.py | 58 @functools.cache
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv4 | 169 int "Number of IPv4 PMTU destination cache entries"
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | Kconfig | 121 Updates to the cache segregation controls are only permitted before the caches
|
12345678910>>...13