From bec2c3e162af2abe379db223ecea8e23f3ece033 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 1 May 2013 07:45:34 -0600 Subject: [PATCH] Add system/flash_eraseall NSH command --- configs/mikroe-stm32f4/usbnsh/defconfig | 4 ++-- include/sys/statfs.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/mikroe-stm32f4/usbnsh/defconfig b/configs/mikroe-stm32f4/usbnsh/defconfig index 3567353f5f..829ac2438a 100644 --- a/configs/mikroe-stm32f4/usbnsh/defconfig +++ b/configs/mikroe-stm32f4/usbnsh/defconfig @@ -807,12 +807,12 @@ CONFIG_SYSTEM_FLASH_ERASEALL=y # # FLASH Test Command # -CONFIG_SYSTEM_FLASH_TEST=y +CONFIG_EXAMPLES_FLASH_TEST=y # # SMART Filesystem Test Command # -CONFIG_SYSTEM_SMART_TEST=y +CONFIG_EXAMPLES_SMART_TEST=y # # readline() diff --git a/include/sys/statfs.h b/include/sys/statfs.h index c498a864f9..9b0b52fa84 100644 --- a/include/sys/statfs.h +++ b/include/sys/statfs.h @@ -1,7 +1,7 @@ /**************************************************************************** * include/sys/statfs.h * - * Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved. + * Copyright (C) 2007-2009, 2011-2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without