Searched refs:reuse (Results 1 – 25 of 41) sorted by relevance
12
/Zephyr-latest/samples/sensor/die_temp_polling/boards/ |
D | rpi_pico2_rp2350a_m33.overlay | 7 /* Pico 2 is compatible with the Pico 1, so reuse. */
|
/Zephyr-latest/cmake/compiler/host-gcc/ |
D | compiler_flags.cmake | 2 # Significant overlap with freestanding gcc compiler so reuse it
|
/Zephyr-latest/samples/boards/raspberrypi/rpi_pico/uart_pio/boards/ |
D | rpi_pico2_rp2350a_m33.overlay | 7 /* Pico 2 is compatible with the Pico 1, so reuse. */
|
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | rpi_pico2_rp2350a_m33.overlay | 7 /* Pico 2 is compatible with the Pico 1, so reuse. */
|
/Zephyr-latest/samples/drivers/led/pwm/boards/ |
D | rpi_pico2_rp2350a_m33.overlay | 7 /* Pico 2 is compatible with the Pico 1, so reuse. */
|
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/socs/ |
D | rp2350a_m33.overlay | 7 /* RP2350A is compatible with the RP2040, so reuse. */
|
/Zephyr-latest/tests/drivers/dma/loop_transfer/boards/ |
D | rpi_pico2_rp2350a_m33.overlay | 7 /* Pico 2 is compatible with the Pico 1, so reuse. */
|
/Zephyr-latest/tests/drivers/adc/adc_api/boards/ |
D | rpi_pico2_rp2350a_m33.overlay | 7 /* Pico 2 is compatible with the Pico 1, so reuse. */
|
/Zephyr-latest/doc/develop/toolchains/ |
D | host.rst | 7 a Linux host, you may be able to reuse the native development tools provided
|
/Zephyr-latest/tests/net/socket/tls_ext/ |
D | CMakeLists.txt | 28 # we reuse the same certificate / private key for client
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_native_posix_adapt.c | 266 int reuse = 1; in usbip_start() local 287 (const char *)&reuse, sizeof(reuse)) < 0) { in usbip_start()
|
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/ |
D | CMakeLists.txt | 11 # the SDK, but we can reuse the block for the RT1050 as FMURT6 also uses
|
/Zephyr-latest/tests/net/lib/http_server/tls/ |
D | CMakeLists.txt | 31 # we reuse the same certificate / private key for client
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | video.rst | 34 release or reuse.
|
/Zephyr-latest/doc/develop/manifest/external/ |
D | cannectivity.rst | 24 The CANnectivity firmware repository is a Zephyr :ref:`module <modules>` which allows for reuse of
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | websocket.rst | 66 the lifecycle(close/reuse) of tcp socket after websocket_disconnect.
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | CMakeLists.txt | 23 # the SDK, but we can reuse the block for the RT1050 as both boards use
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | Kconfig | 99 # Let's reuse the RTC sync options so applications which use it can be reused as is
|
/Zephyr-latest/doc/contribute/ |
D | index.rst | 79 available in other open source projects, and it is recommended and encouraged to reuse such code.
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | target.cmake | 160 # So we can reuse most of the ld configurations.
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | README | 71 doesn't reuse CONFIG_TIMER_TEST_MAX_DRIFT and
|
/Zephyr-latest/doc/services/portability/posix/overview/ |
D | index.rst | 33 - Enabling reuse (portability) of existing libraries based on POSIX APIs
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 148 Note, that the server may try to reuse the oldest declined address in
|
/Zephyr-latest/doc/develop/ |
D | beyond-GSG.rst | 218 .. note:: If you want to reuse an 340 reuse packages and package dependencies already installed on your computer.
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 121 drivers configured into the system and allows the reuse of drivers across
|
12