/* * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 *//* ... *//* This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.*//* ... */#pragmaonce#include"driver/sdmmc_types.h"#include"wear_levelling.h"#include<stddef.h>#defineFLASH_BASE_PATH"/spiflash"#defineSD_BASE_PATH"/sdcard"externwl_handle_ts_wl_handle;voidspiflash_speed_test_raw_run(size_trounds);voidspiflash_speed_test_spiffs_run(size_trounds);voidspiflash_speed_test_fatfs_run(size_trounds);voidspiflash_speed_test_littlefs_run(size_trounds);voidsdcard_speed_test_raw_run(sdmmc_card_t*card,size_trounds);voidsdcard_speed_test_fatfs_run(size_trounds);voidsdcard_speed_test_littlefs_run(size_trounds);
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.