USB test but closer to code in PR

This commit is contained in:
Joel Sherrill
2012-03-20 09:18:33 -05:00
parent 66e89993e0
commit 98c7ee3f10
5 changed files with 750 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
/**
* @file
*
* @ingroup demo
*
* @brief Shell configuration.
*/
/*
* Copyright (c) 2010 embedded brains GmbH. All rights reserved.
*
* embedded brains GmbH
* Obere Lagerstr. 30
* 82178 Puchheim
* Germany
* <rtems@embedded-brains.de>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*/
#ifndef DEMO_SHELL_BLOCK_DEVICES_H
#define DEMO_SHELL_BLOCK_DEVICES_H
#include "demo-shell-minimal.h"
#define CONFIGURE_SHELL_COMMAND_FDISK
#define CONFIGURE_SHELL_COMMAND_BLKSYNC
#define CONFIGURE_SHELL_COMMAND_MSDOSFMT
#endif /* DEMO_SHELL_BLOCK_DEVICES_H */