zephyr/doc/kernel/nanokernel
Juan Manuel Cruz bc1a79c4c3 irq: removes priority parameter from IRQ_CONFIG macro
Removes the 'priority' parameter from the IRQ_CONFIG macro.
This parameter was not used anymore in any architecture.
The priority is handled in the IRQ_CONNECT macro.
The documentation is updated as well.

Change-Id: I24a293c5e41bd729d5e759113e0c4a8a6a61e0dd
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
2016-02-05 20:24:57 -05:00
..
nanokernel_data.rst nanokernel: add optional ring buffer data type 2016-02-05 20:15:34 -05:00
nanokernel_example.rst microkernel: remove last remnants of 'process' from text 2016-02-05 20:15:27 -05:00
nanokernel_fibers.rst doc: Change API tables to lists in the Kernel Primer. 2016-02-05 20:24:29 -05:00
nanokernel_fifos.rst doc: Fix warnings shown when building the documentation. 2016-02-05 20:24:36 -05:00
nanokernel_interrupts.rst irq: removes priority parameter from IRQ_CONFIG macro 2016-02-05 20:24:57 -05:00
nanokernel_kernel_event_logger.rst doc: Kernel event logger documentation 2016-02-05 20:24:34 -05:00
nanokernel_lifos.rst nanokernel: Add generic lifo routines 2016-02-05 20:24:53 -05:00
nanokernel_ring_buffers.rst doc: Fix ring buffer doc build errors 2016-02-05 20:24:54 -05:00
nanokernel_stacks.rst nanokernel: Add generic stack routines 2016-02-05 20:24:53 -05:00
nanokernel_synchronization.rst nanokernel: Add generic semaphore routines 2016-02-05 20:24:53 -05:00
nanokernel_tasks.rst nanokernel: Add task_sleep() 2016-02-05 20:24:53 -05:00
nanokernel_timers.rst nanokernel: Add generic timer routines 2016-02-05 20:24:53 -05:00
nanokernel.rst doc: Kernel event logger documentation 2016-02-05 20:24:34 -05:00