Home
last modified time | relevance | path

Searched full:fuse (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/samples/subsys/shell/fs/
Dsample.yaml18 sample.filesystem.shell.fuse:
23 # This test cannot be run in CI as we lack the fuse library
DREADME.rst42 With FUSE access in the host filesystem
45 If you enable the :ref:`host FUSE filsystem access <native_fuse_flash>`
/Zephyr-latest/subsys/fs/
DCMakeLists.txt35 pkg_search_module(FUSE REQUIRED fuse)
DKconfig108 bool "FUSE based access to file system partitions"
111 Expose file system partitions to the host system through FUSE.
Dfuse_fs_access.c12 #include <fuse.h>
187 * directory but FUSE strips the trailing slashes from in fuse_fs_access_readdir()
534 printf("Failed to unmount fuse mount point\n"); in fuse_fs_access_exit()
/Zephyr-latest/drivers/hwinfo/
Dhwinfo_imxrt.c21 dev_id.id[0] = sys_cpu_to_be32(OCOTP->FUSEN[17].FUSE); in z_impl_hwinfo_get_device_id()
22 dev_id.id[1] = sys_cpu_to_be32(OCOTP->FUSEN[16].FUSE); in z_impl_hwinfo_get_device_id()
/Zephyr-latest/soc/telink/tlsr/tlsr951x/
DCMakeLists.txt13 zephyr_ld_options(-fuse-ld=bfd)
/Zephyr-latest/dts/bindings/ethernet/
Dnxp,enet-mac.yaml41 Use the MAC address from fuse shadow register.
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/
DREADME.rst51 OTP Fuse setting to wake from Deep Power Down and reset flash
74 reset. This fuse setting instructs the ROM bootloader to toggle PIO4_5
82 the Reference Manual for this MCU, and the OTP Fuse Map spreadsheet
/Zephyr-latest/cmake/linker/lld/
Dtarget.cmake9 list(APPEND TOOLCHAIN_LD_FLAGS -fuse-ld=lld)
10 list(APPEND CMAKE_REQUIRED_FLAGS -fuse-ld=lld)
/Zephyr-latest/samples/subsys/usb/mass/
DREADME.rst172 running a littlefs-FUSE-capable operating system. The output to the
202 accomplished using the `littlefs-FUSE`_ utility.
278 .. _littlefs-FUSE: https://github.com/littlefs-project/littlefs-fuse
/Zephyr-latest/cmake/linker/ld/
Dtarget.cmake12 list(APPEND TOOLCHAIN_LD_FLAGS -fuse-ld=bfd)
13 list(APPEND CMAKE_REQUIRED_FLAGS -fuse-ld=bfd)
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt1020.dtsi12 /* default fuse */
Dnxp_rt1024.dtsi12 /* default fuse */
Dnxp_rt1050.dtsi10 /* default fuse */
Dnxp_rt1064.dtsi12 /* default fuse */
Dnxp_rt1060.dtsi19 /* default fuse */
Dnxp_rt1010.dtsi11 /* default fuse */
Dnxp_rt11xx_cm7.dtsi37 /* same as default fuse value */
/Zephyr-latest/drivers/sensor/tdk/mpu9250/
Dak8963.c231 /* Change to FUSE access mode to access adjustment registers */ in ak8963_fetch_adj()
234 LOG_ERR("Failed to set chip in fuse access mode."); in ak8963_fetch_adj()
/Zephyr-latest/drivers/sensor/asahi_kasei/ak8975/
Dak8975.c101 LOG_ERR("Failed to set chip in fuse access mode."); in ak8975_read_adjustment_data()
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst654 :kconfig:option:`CONFIG_FUSE_FS_ACCESS`. This option enables a FUSE
662 option ``--flash-mount``. As this directory operates as a mount point for FUSE
674 Note that this feature requires a 32-bit version of the FUSE library, with a
676 correctly pickup the FUSE install path and compiler flags.
/Zephyr-latest/boards/nxp/mimxrt595_evk/
Dboard.c15 /* OTP fuse index. */
/Zephyr-latest/boards/espressif/esp32s3_eye/doc/
Dindex.rst82 …use an external battery, make sure it has built-in protection circuit and fuse. The recommended sp…
/Zephyr-latest/drivers/disk/nvme/
Dnvme_cmd.h19 uint8_t fuse : 2; /* fused operation */ member

12