Searched full:share (Results 1 – 25 of 282) sorted by relevance
12345678910>>...12
/Zephyr-latest/scripts/west_commands/ |
D | export.py | 42 # The 'share' subdirectory of the top level zephyr repository. 43 share = Path(__file__).parents[2] / 'share' 45 self.run_cmake_export(share / 'zephyr-package' / 'cmake') 46 self.run_cmake_export(share / 'zephyrunittest-package' / 'cmake')
|
/Zephyr-latest/samples/boards/nordic/nrfx_prs/ |
D | README.rst | 4 Use nRF peripherals that share the same ID and base address. 9 This sample shows how to use in Zephyr nRF peripherals that share the same ID 11 share certain hardware resources, but it is possible to switch between them and
|
D | prj.conf | 2 # between those peripherals, as they share the same ID and hence cannot be used
|
/Zephyr-latest/dts/bindings/adc/ |
D | gd,gd32-adc.yaml | 8 # 2. adc0 and adc1 share the same irq number. 9 # 3. For gd32f4xx, adc2 share the same irq number with adc0 and adc1.
|
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nxp,gpio-cluster.yaml | 1 description: A group of GPIOs that share an interrupt.
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/tests/boards/nrf/coresight_stm/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/samples/sysbuild/hello_world/ |
D | Kconfig.sysbuild | 4 source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
|
/Zephyr-latest/soc/mediatek/mt8xxx/mt8186/ |
D | Kconfig.defconfig | 6 # FIXME: move this to 818x series code to share w/8188
|
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/samples/subsys/logging/multidomain/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/tests/bluetooth/tester/ |
D | Kconfig.sysbuild | 4 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/include/zephyr/drivers/ |
D | cache.h | 83 * share the same cache line being flushed, all the portions of the 104 * share the same cache line being invalidated, all the portions of the 126 * share the same cache line being flushed, all the portions of the 217 * share the same cache line being flushed, all the portions of the 238 * share the same cache line being invalidated, all the portions of the 260 * share the same cache line being flushed, all the portions of the
|
/Zephyr-latest/boards/shields/esp_8266/boards/ |
D | frdm_k64f.overlay | 7 /* ENET MUST be disabled because share
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/ |
D | Kconfig.sysbuild | 4 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/ |
D | Kconfig.sysbuild | 4 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/ |
D | Kconfig.sysbuild | 4 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/samples/drivers/mbox_data/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/tests/drivers/mbox/mbox_data/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | Kconfig.sysbuild | 4 source "share/sysbuild/Kconfig"
|
12345678910>>...12