mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 05:09:00 +00:00
Add system/flash_eraseall NSH command
This commit is contained in:
parent
7ed7749a40
commit
bec2c3e162
2 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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 <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue