summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Boie <andrew.p.boie@intel.com>2016-09-22 11:20:26 -0700
committerAndrew Boie <andrew.p.boie@intel.com>2016-09-23 15:36:51 +0000
commit325cae5c94863603ad98c80147a827fbd9488b87 (patch)
treed8c7713c7c55e6cf81cc64ba3be17b3864125ac1 /doc
parenta5b2682ce86be24e0a028c9bdb21d5926e6f2da5 (diff)
kernel: remove lingering irq_connect_dynamic() references
This API no longer exists. Change-Id: I724bee8c0ebfbbe2d47c00c7645977d817bbcd36 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/porting/arch.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/porting/arch.rst b/doc/porting/arch.rst
index ce2ff4ed4..1b47ef601 100644
--- a/doc/porting/arch.rst
+++ b/doc/porting/arch.rst
@@ -149,9 +149,7 @@ Each architecture also has to implement primitives for interrupt control:
.. note::
- Zephyr currently supports for connecting interrupts dynamically, i.e. at
- runtime using :c:func:`irq_connect_dynamic`: this is getting deprecated.
- :c:macro:`irq_connect` is a macro that uses assembler and/or linker script
+ :c:macro:`IRQ_CONNECT` is a macro that uses assembler and/or linker script
tricks to connect interrupts at build time, saving boot time and text size.
The vector table should contain a handler for each interrupt and exception that