zephyr/tests/kernel/interrupt/src
Sandeep Tripathy f54c57effe tests: kernel: interrupt: fix gic sgi priority
GICC_BPR has minimum legal values in secure and non-secure states.
'3' is the minimum BPR value leading to group and sub-group priority
as 'gggg.ssss'. In order to make an IRQ preemptible they need to
be in different priority group.

Hence to be generic priority values should be above '0x0f'.

IRQ0 - default priority  (low prio)
IRQ1 - 0x0   (highest prio)

Signed-off-by: Sandeep Tripathy <sandeep.tripathy@broadcom.com>
2020-07-01 08:02:57 -04:00
..
dynamic_isr.c tests: kernel: interrupt: Clean up dynamic_isr test 2020-03-31 13:53:35 +02:00
interrupt_util.h tests: kernel: interrupt: fix gic sgi priority 2020-07-01 08:02:57 -04:00
main.c
nested_irq.c tests: kernel: interrupt: fix gic sgi priority 2020-07-01 08:02:57 -04:00
prevent_irq.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00