Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
mongoose
Commits
c6b5343c
Commit
c6b5343c
authored
8 years ago
by
Deomid Ryabkov
Committed by
Cesanta Bot
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Target CC3200 example to production device
PUBLISHED_FROM=623dda0737c8426754044880713c1283c4b181b6
parent
7f4e2a93
master
6.18
6.17
6.16
6.15
6.14
6.13
6.12
6.11
6.10
6.9
6.8
6.7
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
intro.md
docs/c-api/mbuf.h/intro.md
+2
-2
cc3200_example.ld
examples/CC3200/cc3200_example.ld
+2
-3
No files found.
docs/c-api/mbuf.h/intro.md
View file @
c6b5343c
...
...
@@ -3,9 +3,9 @@ title: "Memory Buffers"
symbol_kind
:
"
intro"
decl_name
:
"
mbuf.h"
items
:
-
{
name
:
mbuf_init.md
}
-
{
name
:
mbuf_free.md
}
-
{
name
:
mbuf_append.md
}
-
{
name
:
mbuf_free.md
}
-
{
name
:
mbuf_init.md
}
-
{
name
:
mbuf_insert.md
}
-
{
name
:
mbuf_remove.md
}
-
{
name
:
mbuf_resize.md
}
...
...
This diff is collapsed.
Click to expand it.
examples/CC3200/cc3200_example.ld
View file @
c6b5343c
...
...
@@ -42,9 +42,8 @@ HEAP_SIZE = 0xB000;
MEMORY
{
/* SRAM size of 240KB (0x3C000) for cc3200 ES 1.33 device onward,
* 176KB (0x2C000) for XCC3200HZ (pre-release device).
* We use the latter for maximum compatibility. */
SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 0x2C000
* 176KB (0x2C000) for XCC3200HZ (pre-release device). */
SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 0x3C000
}
SECTIONS
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment