zephyr/samples/microkernel/test
Andrew Boie 583126adf9 microkernel: remove task_irq_free() API
This is being removed for a few reasons:

- AFAICT this is the only API in Zephyr that follows an allocate/free
model.

- There are no public APIs in the interrupt subsystem for releasing
or reconfiguring an interrupt. This code was relying on arch-specific
private APIs. If we really want to keep this capability we should
make these APIs public and consistent across arches.

- The use-case for this API is not clear, as Zephyr is not intended
for hot-pluggable peripherals. Built-in hardware tends to need its
interrupt for its entire life cycle.

- The current implementation of dynamic interrupts on x86 does not
support freeing a dynamic IRQ that was reserved with
irq_connect_dynamic(), causing this code not to work. To add this
would require reimplementing _get_dynamic_stub() to use a bitfield
or set of bitfields to track unused stubs rather than the simple
counter it uses now.

Change-Id: I7a03c134fb3498b91a1816318a88b293e26b846c
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-02-05 20:25:21 -05:00
..
test_aes Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_bluetooth Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_cbc Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_critical Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_ctr Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_events nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
test_fifo Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_fifo_priv Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_fp_sharing nano_timers: Simplify nano_xxx_timer_test() API family 2016-02-05 20:25:15 -05:00
test_hmac Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_libs Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_mail Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_mail_priv Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_map Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_map_priv Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_mutex Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_pipe Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_pipe_priv Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_pool Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_prng Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
test_rand32 Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_sema nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
test_sema_priv Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_sha256 Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_sprintf Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_stackprot Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_static_idt Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_task Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_task_irq microkernel: remove task_irq_free() API 2016-02-05 20:25:21 -05:00
test_task_priv Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
test_tickless Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
test_timer nano_timers: Simplify nano_xxx_timer_test() API family 2016-02-05 20:25:15 -05:00
test_xip Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00