Searched +full:- +full:- +full:verify (Results 1 – 2 of 2) sorted by relevance
4 - CFLAGS=-Werror5 - MAKEFLAGS=-j11 - $HOME/.cache/apt14 _: &install-common16 - sudo apt-get install python3 python3-pip17 - sudo pip3 install toml18 # setup a ram-backed disk to speed up reentrant tests19 - mkdir disks20 - sudo mount -t tmpfs -o size=100m tmpfs disks21 - export TFLAGS="$TFLAGS --disk=disks/disk"[all …]
3 A little fail-safe filesystem designed for microcontrollers.6 | | | .---._____7 .-----. | |8 --|o |---| littlefs |9 --| |---| |10 '-----' '----------'16 filesystem that is resilient to power-loss and flash wear without using19 This document covers the high-level design of littlefs, how it is different21 low-level details covering every bit on disk, check out [SPEC.md](SPEC.md).25 The embedded systems littlefs targets are usually 32-bit microcontrollers with[all …]