Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mongoose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Ganil-acq
GANILinux
linux-service
library
mongoose
Commits
c6b5343c
Commit
c6b5343c
authored
8 years ago
by
Deomid Ryabkov
Committed by
Cesanta Bot
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Target CC3200 example to production device
PUBLISHED_FROM=623dda0737c8426754044880713c1283c4b181b6
parent
7f4e2a93
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/c-api/mbuf.h/intro.md
+2
-2
2 additions, 2 deletions
docs/c-api/mbuf.h/intro.md
examples/CC3200/cc3200_example.ld
+2
-3
2 additions, 3 deletions
examples/CC3200/cc3200_example.ld
with
4 additions
and
5 deletions
docs/c-api/mbuf.h/intro.md
+
2
−
2
View file @
c6b5343c
...
@@ -3,9 +3,9 @@ title: "Memory Buffers"
...
@@ -3,9 +3,9 @@ title: "Memory Buffers"
symbol_kind
:
"
intro"
symbol_kind
:
"
intro"
decl_name
:
"
mbuf.h"
decl_name
:
"
mbuf.h"
items
:
items
:
-
{
name
:
mbuf_init.md
}
-
{
name
:
mbuf_free.md
}
-
{
name
:
mbuf_append.md
}
-
{
name
:
mbuf_append.md
}
-
{
name
:
mbuf_free.md
}
-
{
name
:
mbuf_init.md
}
-
{
name
:
mbuf_insert.md
}
-
{
name
:
mbuf_insert.md
}
-
{
name
:
mbuf_remove.md
}
-
{
name
:
mbuf_remove.md
}
-
{
name
:
mbuf_resize.md
}
-
{
name
:
mbuf_resize.md
}
...
...
This diff is collapsed.
Click to expand it.
examples/CC3200/cc3200_example.ld
+
2
−
3
View file @
c6b5343c
...
@@ -42,9 +42,8 @@ HEAP_SIZE = 0xB000;
...
@@ -42,9 +42,8 @@ HEAP_SIZE = 0xB000;
MEMORY
MEMORY
{
{
/* SRAM size of 240KB (0x3C000) for cc3200 ES 1.33 device onward,
/* SRAM size of 240KB (0x3C000) for cc3200 ES 1.33 device onward,
* 176KB (0x2C000) for XCC3200HZ (pre-release device).
* 176KB (0x2C000) for XCC3200HZ (pre-release device). */
* We use the latter for maximum compatibility. */
SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 0x3C000
SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 0x2C000
}
}
SECTIONS
SECTIONS
...
...
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