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
63b6d3bd
Commit
63b6d3bd
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Add NSH addroute and delroute commands
parent
0e447ff9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
drivers/Kconfig
+0
-2
0 additions, 2 deletions
drivers/Kconfig
net/Kconfig
+1
-2
1 addition, 2 deletions
net/Kconfig
net/net_allocroute.c
+1
-0
1 addition, 0 deletions
net/net_allocroute.c
with
2 additions
and
4 deletions
drivers/Kconfig
+
0
−
2
View file @
63b6d3bd
...
...
@@ -440,5 +440,3 @@ endif
comment "System Logging Device Options"
source drivers/syslog/Kconfig
This diff is collapsed.
Click to expand it.
net/Kconfig
+
1
−
2
View file @
63b6d3bd
...
...
@@ -68,8 +68,7 @@ config NET_SOCKOPTS
config NET_BUFSIZE
int "Network packet size"
default 562 if !NET_TCP && NET_UDP && !NET_SLIP
default 420 if NET_TCP && !NET_UDP && !NET_SLIP
default 562 if !NET_SLIP
default 296 if NET_SLIP
---help---
uIP buffer size. Default: 562
...
...
This diff is collapsed.
Click to expand it.
net/net_allocroute.c
+
1
−
0
View file @
63b6d3bd
...
...
@@ -41,6 +41,7 @@
#include
<stdint.h>
#include
<errno.h>
#include
<assert.h>
#include
<arch/irq.h>
...
...
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