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"
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 }
......
......@@ -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
......
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