Some renaming.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15414 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-01-27 14:08:57 +00:00
parent f7fddb9330
commit 6b6813ec90
3 changed files with 12 additions and 6 deletions

View File

@ -13,16 +13,22 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
/*
* Parts of this file are:
*
* Copyright (c) 2017, Arm Limited. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
*/
/**
* @file lfs_wspi.c
* @brief LittleFS bindings code.
* @file lfs_hal.c
* @brief LittleFS-HAL bindings code.
*
* @addtogroup LITTLEFS_BINDINGS
* @{
*/
#include "lfs_wspi.h"
#include "lfs_hal.h"
/*===========================================================================*/
/* Module local definitions. */

View File

@ -21,8 +21,8 @@
*/
/**
* @file lfs_wspi.h
* @brief LittleFS bindings header.
* @file lfs_hal.h
* @brief LittleFS-HAL bindings header.
*
* @addtogroup LITTLEFS_BINDINGS
* @{

View File

@ -1,5 +1,5 @@
# LittleFS files.
LITTLEFSSRC = $(CHIBIOS)/os/various/littlefs_bindings/lfs_wspi.c \
LITTLEFSSRC = $(CHIBIOS)/os/various/littlefs_bindings/lfs_hal.c \
$(CHIBIOS)/ext/littlefs/lfs.c \
$(CHIBIOS)/ext/littlefs/lfs_util.c