Commit c6b5343c authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Cesanta Bot

Target CC3200 example to production device

PUBLISHED_FROM=623dda0737c8426754044880713c1283c4b181b6
parent 7f4e2a93
...@@ -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 }
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment