Misc changes for clean built od mikroe-stm32f4 configurations

This commit is contained in:
Gregory Nutt 2013-05-01 09:21:13 -06:00
parent 80fc728d66
commit f2139ef029
2 changed files with 5 additions and 1 deletions

View File

@ -50,6 +50,10 @@
#include <unistd.h> #include <unistd.h>
#include <errno.h> #include <errno.h>
#ifdef CONFIG_NSH_STRERROR
# include <string.h>
#endif
#include <nuttx/usb/usbdev_trace.h> #include <nuttx/usb/usbdev_trace.h>
/**************************************************************************** /****************************************************************************

View File

@ -6,7 +6,7 @@
config SYSTEM_FLASH_ERASEALL config SYSTEM_FLASH_ERASEALL
bool "FLASH eraseall tool" bool "FLASH eraseall tool"
default n default n
depends on MTD && NSH_BUILTIN_APPS & !NUTTX_KERNEL depends on MTD && NSH_BUILTIN_APPS && !NUTTX_KERNEL
---help--- ---help---
Enable support for the FLASH eraseall tool. Enable support for the FLASH eraseall tool.