Searched refs:mass (Results 1 – 25 of 89) sorted by relevance
1234
/Zephyr-latest/subsys/usb/device/class/ |
D | Kconfig.msc | 47 int "Set stack size for mass storage thread" 51 Stack size for mass storage disk operations thread 54 module-str = usb mass storage
|
/Zephyr-latest/samples/subsys/usb/mass/ |
D | README.rst | 1 .. zephyr:code-sample:: usb-mass 13 :zephyr_file:`samples/subsys/usb/mass` in the Zephyr project tree. 24 in :zephyr_file:`samples/subsys/usb/mass/boards` in the Zephyr project tree. 33 for testing USB mass storage class implementation. 36 :zephyr-app: samples/subsys/usb/mass 51 :zephyr-app: samples/subsys/usb/mass 63 :zephyr-app: samples/subsys/usb/mass 106 [00:00:00.077,423] <inf> main: The device is put in USB mass storage mode. 120 :zephyr-app: samples/subsys/usb/mass 130 :zephyr-app: samples/subsys/usb/mass [all …]
|
D | CMakeLists.txt | 5 project(mass) project
|
/Zephyr-latest/samples/subsys/fs/fs_sample/ |
D | CMakeLists.txt | 5 project(mass) project
|
/Zephyr-latest/samples/subsys/nvs/ |
D | CMakeLists.txt | 6 board_runner_args(dfu-util "--dfuse-modifiers=force:mass-erase")
|
/Zephyr-latest/boards/shields/frdm_kw41z/doc/ |
D | index.rst | 39 #. Connect the FRDM-KW41Z board to your computer with a USB cable. A USB mass 42 #. Program the binary to flash by copying it to the USB mass storage device.
|
/Zephyr-latest/boards/waveshare/rp2040_zero/doc/ |
D | index.rst | 17 - Drag-and-drop programming using mass storage over USB. 68 …n pressed while you connect the USB port, it will appear on the host as a mass storage device. In …
|
/Zephyr-latest/boards/silabs/starter_kits/slstk3401a/doc/ |
D | index.rst | 94 - A USB connection to the host computer, which exposes a mass storage device and a 111 should see a USB connection which exposes a mass storage device(SLSTK3401A).
|
/Zephyr-latest/boards/st/stm32vl_disco/doc/ |
D | index.rst | 111 USB mass storage issues 114 The ST-LINK/V1 includes a buggy USB mass storage gadget. To connect to the
|
/Zephyr-latest/boards/shields/v2c_daplink/doc/ |
D | index.rst | 41 manually by copying the resulting ``zephyr/zephyr.bin`` file to the USB mass
|
/Zephyr-latest/boards/silabs/starter_kits/slstk3701a/doc/ |
D | index.rst | 105 - A USB connection to the host computer, which exposes a mass storage device and a 122 should see a USB connection which exposes a mass storage device(STK3701A) and
|
/Zephyr-latest/boards/raspberrypi/rpi_pico2/doc/ |
D | index.rst | 20 - Drag-and-drop programming using mass storage over USB
|
/Zephyr-latest/boards/pimoroni/pico_plus2/doc/ |
D | index.rst | 19 - Drag-and-drop programming using mass storage over USB
|
/Zephyr-latest/boards/adafruit/qt_py_rp2040/doc/ |
D | index.rst | 66 button pressed, it will appear on the host as a mass storage device. The
|
/Zephyr-latest/boards/adafruit/kb2040/doc/ |
D | index.rst | 64 button pressed, it will appear on the host as a mass storage device. The
|
/Zephyr-latest/boards/silabs/starter_kits/slstk3402a/doc/ |
D | index.rst | 111 - A USB connection to the host computer, which exposes a mass storage device and a 128 should see a USB connection which exposes a mass storage device(STK3402A).
|
/Zephyr-latest/boards/seeed/xiao_ble/doc/ |
D | index.rst | 52 double tap the reset botton to the left of the USB connector. A mass storage 55 of the ``XIAO BLE`` mass storage device. The XIAO BLE will automatically reset
|
/Zephyr-latest/boards/seeed/xiao_rp2040/doc/ |
D | index.rst | 73 the ``BOOTSEL`` button pressed, it will appear on the host as a mass storage
|
/Zephyr-latest/doc/services/file_system/ |
D | index.rst | 57 - :zephyr:code-sample:`usb-mass` example of USB Mass Storage device that uses FAT FS driver with RAM
|
/Zephyr-latest/soc/nxp/s32/s32k1/ |
D | Kconfig | 93 backdoor key access, mass erase, factory access, and flash security
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.stm32 | 68 protection. On STM32 devices it will trigger flash mass erase!
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | dfu.rst | 81 5. You might need to take precautions to avoid mass erasing the flash and also
|
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/doc/ |
D | index.rst | 123 the ``BOOTSEL`` button pressed, it will appear on the host as a mass storage
|
/Zephyr-latest/boards/st/stm32c0116_dk/doc/ |
D | index.rst | 20 - On-board ST-LINK/V2-1 debugger/programmer with USB re-enumeration capability: mass storage and de…
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | probes.rst | 297 #. After you power on the board, release the reset button. A USB mass storage 303 #. Copy the OpenSDA firmware binary to the USB mass storage device. 307 device (debug port), and a mass storage device (drag-and-drop flash 335 #. After you power on the board, release the reset button. A USB mass storage 341 #. Copy the OpenSDA firmware binary to the USB mass storage device.
|
1234