Misc changes for clean built od mikroe-stm32f4 configurations
This commit is contained in:
parent
80fc728d66
commit
f2139ef029
@ -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>
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user