mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 14:35:08 +00:00
Fix MMC/SD support for Wildfire board; Granule allocator can now be used from intrrupt handler
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5134 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
6414b554cb
commit
5c8d7a9e4a
1 changed files with 7 additions and 0 deletions
|
|
@ -3948,6 +3948,13 @@ build
|
|||
are a few optimizations that can can be done and (2) the GRAN_HANDLE
|
||||
is not needed.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_GRAN_INTR</code>:
|
||||
Normally mutual exclusive access to granule allocator data is assured using a semaphore.
|
||||
If this option is set then, instead, mutual exclusion logic will disable interrupts.
|
||||
While this options is more invasive to system performance, it will also support use of the
|
||||
granule allocator from interrupt level logic.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_DEBUG_GRAM</code>:
|
||||
Just like <code>CONFIG_DEBUG_MM</code>, but only generates ouput from the gran
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue