From 26841d617e8696c5f0cc1e4255e608d5d61be151 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 11 Sep 2012 20:33:58 +0000 Subject: [PATCH] Update to granule allocator; Update to ENC28j60 driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5130 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 59 ++++++++++++++----- configs/README.txt | 24 +++++++- configs/fire-stm32v2/nsh/defconfig | 1 + configs/shenzhou/nsh/defconfig | 86 +--------------------------- drivers/net/enc28j60.c | 57 ++++++++++-------- include/nuttx/gran.h | 8 +++ mm/Kconfig | 30 ++++++++++ mm/Makefile | 7 ++- mm/mm_gran.h | 26 ++++++++- mm/mm_granalloc.c | 20 +++++-- mm/mm_granfree.c | 35 ++++++++--- mm/mm_graninit.c | 11 +++- 12 files changed, 222 insertions(+), 142 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 0e169d60d5..f2c89dcbe9 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3907,21 +3907,8 @@ build -

General OS setup

+

Memory Management

+ +

General OS setup

+