Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
5c03b214
Commit
5c03b214
authored
16 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
update
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@1607
42af7a65-404d-4744-a932-0658087f49c3
parent
acab184c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configs/ez80f910200zco/nsh/defconfig
+22
-8
22 additions, 8 deletions
configs/ez80f910200zco/nsh/defconfig
with
22 additions
and
8 deletions
configs/ez80f910200zco/nsh/defconfig
+
22
−
8
View file @
5c03b214
...
...
@@ -175,6 +175,7 @@ CONFIG_HAVE_LIBM=n
# that will be used in the build
# CONFIG_DEBUG - enables built-in debug options
# CONFIG_DEBUG_VERBOSE - enables verbose debug output
# CONFIG_DEBUG_NET - enables debug of the network subsystem
# CONFIG_MM_REGIONS - If the architecture includes multiple
# regions of memory to allocate from, this specifies the
# number of memory regions that the memory manager must
...
...
@@ -214,6 +215,7 @@ CONFIG_HAVE_LIBM=n
CONFIG_EXAMPLE=nsh
CONFIG_DEBUG=y
CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG_NET=n
CONFIG_MM_REGIONS=1
CONFIG_ARCH_LOWPUTC=y
CONFIG_RR_INTERVAL=200
...
...
@@ -221,7 +223,7 @@ CONFIG_SCHED_INSTRUMENTATION=n
CONFIG_TASK_NAME_SIZE=0
CONFIG_START_YEAR=2009
CONFIG_START_MONTH=3
CONFIG_START_DAY=1
CONFIG_START_DAY=1
4
CONFIG_JULIAN_TIME=n
CONFIG_HAVE_LOWUARTINIT=y
CONFIG_DEV_CONSOLE=y
...
...
@@ -589,8 +591,8 @@ CONFIG_NX_MXCLIENTMSGS=16
#
# Settings for examples/uip
CONFIG_EXAMPLE_UIP_IPADDR=(1
92
L<<24|
168
L<<16|0L<<8|
128
L)
CONFIG_EXAMPLE_UIP_DRIPADDR=(1
92
L<<24|
168
L<<16|0L<<8|1L)
CONFIG_EXAMPLE_UIP_IPADDR=(1
0
L<<24|
0
L<<16|0L<<8|
2
L)
CONFIG_EXAMPLE_UIP_DRIPADDR=(1
0
L<<24|
0
L<<16|0L<<8|1L)
CONFIG_EXAMPLE_UIP_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
CONFIG_EXAMPLE_UIP_SMTP=n
CONFIG_EXAMPLE_UIP_TELNETD=n
...
...
@@ -600,13 +602,25 @@ CONFIG_EXAMPLE_UIP_WEBCLIENT=n
#
# Settings for examples/nettest
# CONFIG_EXAMPLE_NETTEST_SERVER - The target board can act
# as either the client side or server side of the test
# CONFIG_EXAMPLE_NETTEST_PERFORMANCE - If set, then the
# client side simply receives messages forever, allowing
# measurement of throughput
# CONFIG_EXAMPLE_NETTEST_NOMAC - Set if the hardware has
# no MAC address; one will be assigned
# CONFIG_EXAMPLE_NETTEST_IPADDR - Target board IP address
# CONFIG_EXAMPLE_NETTEST_DRIPADDR - Default router address
# CONFIG_EXAMPLE_NETTEST_NETMASK - Network mask
# CONFIG_EXAMPLE_NETTEST_CLIENTIP - IP address of the
# client side of the test (may be target or host)
CONFIG_EXAMPLE_NETTEST_SERVER=n
CONFIG_EXAMPLE_NETTEST_PERFORMANCE=n
CONFIG_EXAMPLE_NETTEST_NOMAC=
n
CONFIG_EXAMPLE_NETTEST_IPADDR=(1
92
L<<24|
168
L<<16|0L<<8|
128
L)
CONFIG_EXAMPLE_NETTEST_DRIPADDR=(1
92
L<<24|
168
L<<16|0L<<8|1L)
CONFIG_EXAMPLE_NETTEST_NOMAC=
y
CONFIG_EXAMPLE_NETTEST_IPADDR=(1
0
L<<24|
0
L<<16|0L<<8|
2
L)
CONFIG_EXAMPLE_NETTEST_DRIPADDR=(1
0
L<<24|
0
L<<16|0L<<8|1L)
CONFIG_EXAMPLE_NETTEST_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
CONFIG_EXAMPLE_NETTEST_CLIENTIP=(1
92
L<<24|
168
L<<16|0L<<8|1
06
L)
CONFIG_EXAMPLE_NETTEST_CLIENTIP=(1
0
L<<24|
0
L<<16|0L<<8|1L)
#
# Settings for examples/ostest
...
...
@@ -657,7 +671,7 @@ CONFIG_EXAMPLES_NSH_CONSOLE=y
CONFIG_EXAMPLES_NSH_TELNET=n
CONFIG_EXAMPLES_NSH_IOBUFFER_SIZE=512
CONFIG_EXAMPLES_NSH_DHCPC=n
CONFIG_EXAMPLES_NSH_NOMAC=
n
CONFIG_EXAMPLES_NSH_NOMAC=
y
CONFIG_EXAMPLES_NSH_IPADDR=(10L<<24|0L<<16|0L<<8|2L)
CONFIG_EXAMPLES_NSH_DRIPADDR=(10L<<24|0L<<16|0L<<8|1L)
CONFIG_EXAMPLES_NSH_NETMASK=(255L<<24|255L<<16|255L<<8|0L)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment