Incorporate install app from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3594 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
541a4d9c0b
commit
0faef6c9f0
@ -66,13 +66,17 @@ CONFIGURED_APPS += vsn/sdcard
|
||||
# Provide RAMTRON tool
|
||||
CONFIGURED_APPS += vsn/ramtron
|
||||
|
||||
# Provide UNIX style free
|
||||
CONFIGURED_APPS += vsn/free
|
||||
|
||||
# Provide System Information Utilityu
|
||||
CONFIGURED_APPS += vsn/sysinfo
|
||||
|
||||
# Provide JAVA Virtual Machine (the Darjeeling JVM)
|
||||
#CONFIGURED_APPS += vsn/jvm
|
||||
|
||||
# Provide UNIX style free
|
||||
CONFIGURED_APPS += system/free
|
||||
|
||||
# Provide FLASH program installation support
|
||||
CONFIGURED_APPS += system/install
|
||||
|
||||
|
||||
|
||||
|
@ -80,7 +80,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#if CONFIG_FB_CMAP
|
||||
int nxbe_configure(FAR NX_DRIVERTYPE *dev, FAR struct nxbe_state_s *be)
|
||||
int nxbe_colormap(FAR NX_DRIVERTYPE *dev)
|
||||
{
|
||||
struct fb_cmap_s cmap;
|
||||
uint8_t *alloc;
|
||||
|
@ -89,9 +89,11 @@
|
||||
|
||||
int clock_gettime(clockid_t clock_id, struct timespec *tp)
|
||||
{
|
||||
#ifndef CONFIG_SYSTEM_UTC
|
||||
uint32_t msecs;
|
||||
uint32_t secs;
|
||||
uint32_t nsecs;
|
||||
#endif
|
||||
int ret = OK;
|
||||
|
||||
sdbg("clock_id=%d\n", clock_id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user