nshlib: Now that NuttX automatically converts block to character devices, the implemention of the DD command no longer has to muck with block to character conversion

This commit is contained in:
Gregory Nutt
2015-11-21 11:57:41 -06:00
parent cbe1b3a415
commit 146f126ead
4 changed files with 24 additions and 296 deletions

View File

@@ -1,7 +1,7 @@
/****************************************************************************
* apps/nshlib/dbg_dbgcmds.c
*
* Copyright (C) 2008-2009, 2011-2012 Gregory Nutt. All rights reserved.
* Copyright (C) 2008-2009, 2011-2012, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without