Target CC3200 example to production device

PUBLISHED_FROM=623dda0737c8426754044880713c1283c4b181b6
This commit is contained in:
Deomid Ryabkov 2016-10-26 12:11:53 +02:00 committed by Cesanta Bot
parent 7f4e2a93d0
commit c6b5343c9b
2 changed files with 4 additions and 5 deletions

View File

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

View File

@ -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