Skip to content
Snippets Groups Projects
Commit 8610eced authored by David Sidrane's avatar David Sidrane Committed by Lorenz Meier
Browse files

Changes to sim for upstream Nuttx

parent b7cc04e0
No related branches found
No related tags found
No related merge requests found
############################################################################
# configs/sim/nsh/Make.defs
# nuttx-configs/sim/nsh/Make.defs
#
# Copyright (C) 2008, 2011-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
......@@ -102,7 +102,7 @@ ifeq ($(CONFIG_SIM_M32),y)
endif
MKDEP = $(TOPDIR)/tools/mkdeps.sh
MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)
HOSTCC = gcc
HOSTINCLUDES = -I.
......
......@@ -38,7 +38,7 @@ CONFIG_HOST_LINUX=y
#
# Debug Options
#
# CONFIG_DEBUG is not set
# CONFIG_DEBUG_FEATURES is not set
CONFIG_DEBUG_SYMBOLS=y
#
......@@ -162,7 +162,7 @@ CONFIG_SIG_SIGCONDTIMEDOUT=16
CONFIG_MAX_TASKS=64
CONFIG_MAX_TASK_ARGS=4
CONFIG_NPTHREAD_KEYS=4
CONFIG_NFILE_DESCRIPTORS=32
CONFIG_NFILE_DESCRIPTORS=51
CONFIG_NFILE_STREAMS=16
CONFIG_NAME_MAX=32
CONFIG_PREALLOC_MQ_MSGS=32
......
#!/bin/bash
# sim/nsh/setenv.sh
# nuttx-configs/sim/nsh/setenv.sh
#
# Copyright (C) 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
......
#define UDID_START 0x1FFF7A10
/*
* I2C busses
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment