summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-12 00:12:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-12 00:12:18 +0000
commite0eb054e9194a0df9b3f81fa74b3fe702505477c (patch)
treef8d171198bb20d4dbec10a7a8d033163423f304c /nuttx/Documentation/NuttxPortingGuide.html
parent3192d123fd3fabeac0a58eadb90ccd86411910d4 (diff)
downloadpx4-nuttx-e0eb054e9194a0df9b3f81fa74b3fe702505477c.tar.gz
px4-nuttx-e0eb054e9194a0df9b3f81fa74b3fe702505477c.tar.bz2
px4-nuttx-e0eb054e9194a0df9b3f81fa74b3fe702505477c.zip
Misc ENC28J60 fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5132 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index f2c89dcbe..d44bae4ab 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -3930,8 +3930,8 @@ build
<code>CONFIG_HEAP2_BASE</code> and <code>CONFIG_HEAP2_SIZE</code>:
Some architectures use these settings to specify the size of
a second heap region.
- <li>
</li>
+ <li>
<code>CONFIG_GRAN</code>:
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.
- <li>
</li>
+ <li>
<code>CONFIG_GRAN_SINGLE</code>:
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