From 997facae921492ea72e7da2195ff86535650cfbf Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 7 Nov 2008 16:59:36 +0000 Subject: [PATCH] reconcile architectures w/o interrupt controllers git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1153 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 4aee251aec7..a471ac72a7c 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1327,6 +1327,12 @@ The system can be re-made subsequently by just typing make. For use in C code
  • CONFIG_ENDIAN_BIG: Define if big endian (default is little endian).
  • +
  • CONFIG_ARCH_NOINTC: + Define if the architecture does not support an interrupt controller + or otherwise cannot support APIs like up_enable_irq() and up_disable_irq().
  • +
  • CONFIG_ARCH_IRQPRIO: + Define if the architecture suports prioritizaton of interrupts and the + up_prioritize_irq() API.