mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-07 01:07:19 +08:00
Target CC3200 example to production device
PUBLISHED_FROM=623dda0737c8426754044880713c1283c4b181b6
This commit is contained in:
parent
7f4e2a93d0
commit
c6b5343c9b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user