From 495aab470440d7044183dbb0210465b8def2ed20 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 12 Sep 2012 00:12:18 +0000 Subject: [PATCH] Misc ENC28J60 fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5132 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index f2c89dcbe9..d44bae4abd 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3930,8 +3930,8 @@ build CONFIG_HEAP2_BASE and CONFIG_HEAP2_SIZE: Some architectures use these settings to specify the size of a second heap region. -
  • +
  • CONFIG_GRAN: Enable granual allocator support. Allocations will be aligned to the granule size; allocations will be in units of the granule size. @@ -3940,8 +3940,8 @@ build NOTE: The current implementation also restricts the maximum allocation size to 32 granaules. That restriction could be eliminated with some additional coding effort. -
  • +
  • CONFIG_GRAN_SINGLE: Select if there is only one instance of the granule allocator (i.e., gran_initialize will be called only once. In this case, (1) there