/*------------------------------------------------------------------------------ * MDK Middleware - Component ::File System * Copyright (c) 2004-2019 Arm Limited (or its affiliates). All rights reserved. *------------------------------------------------------------------------------ * Name: FS_Debug.c * Purpose: File System Debug Configuration * Rev.: V1.0.0 *----------------------------------------------------------------------------*/ //-------- <<< Use Configuration Wizard in Context Menu >>> -------------------- // File System Debug // Enable File System event recording #define FS_DEBUG_EVR_ENABLE 0 // Core Management <0=>Off <1=>Errors <2=>Errors + API <3=>All // Configure FsCore: Core Management event recording #define FS_DEBUG_EVR_CORE 1 // FAT File System <0=>Off <1=>Errors <2=>Errors + API <3=>All // Configure FsFAT: FAT File System event recording #define FS_DEBUG_EVR_FAT 1 // EFS File System <0=>Off <1=>Errors <2=>Errors + API <3=>All // Configure FsEFS: EFS File System event recording #define FS_DEBUG_EVR_EFS 1 // I/O Control Interface <0=>Off <1=>Errors <2=>Errors + API <3=>All // Configure FsIOC: I/O Control Interface event recording #define FS_DEBUG_EVR_IOC 1 // NAND Flash Translation Layer <0=>Off <1=>Errors <2=>Errors + API <3=>All // Configure FsNFTL: NAND Flash Translation Layer event recording #define FS_DEBUG_EVR_NFTL 1 // NAND Device Interface <0=>Off <1=>Errors <2=>Errors + API <3=>All // Configure FsNAND: NAND Device Interface event recording #define FS_DEBUG_EVR_NAND 1 // Memory Card MCI <0=>Off <1=>Errors <2=>Errors + API <3=>All // Configure FsMcMCI: Memory Card MCI event recording #define FS_DEBUG_EVR_MC_MCI 1 // Memory Card SPI <0=>Off <1=>Errors <2=>Errors + API <3=>All // Configure FsMcSPI: Memory Card SPI event recording #define FS_DEBUG_EVR_MC_SPI 1 // #include "fs_debug.h"