zephyr/tests
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
..
application_development zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arch soc: arm: Fix header inclusion from deprecated paths 2020-06-09 10:38:36 +02:00
benchmarks benchmarks: latency_measure: set number of CPU to 1 2020-07-01 10:13:33 +03:00
bluetooth Bluetooth: controller: Increase timeout for babblesim 2020-06-29 09:27:09 +02:00
boards samples: remove board_shell 2020-06-24 21:37:12 -04:00
crypto zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
deprecated zephyr: Use deprecated instead of legacy for Kconfig int types 2020-06-09 06:49:56 -05:00
drivers boards: nrf9160dk_nrf9160: Add "spi" as supported feature 2020-06-25 19:33:41 +02:00
kernel tests: kernel: interrupt: fix gic sgi priority 2020-07-01 08:02:57 -04:00
lib tests/lib/heap_align: improve test 2020-06-28 23:43:42 -04:00
misc/test_build kernel: logging: convert K_DEBUG to LOG_DBG 2020-06-25 16:12:36 -05:00
net tests: socket: getaddrinfo: Explicitly ignore return of sys_mutex_lock 2020-06-30 10:02:46 -04:00
portability tests: portability: cmsis_rtos_v1: Increase clock tolerance 2020-06-23 19:21:10 +02:00
posix test: posix: fix identifier 2020-06-25 22:36:17 -05:00
shell tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
subsys tests: fs: nvs: Add two test cases for testing nvs_gc 2020-06-26 12:07:13 -05:00
unit tests: dlist to add a testcase and add some tags 2020-06-23 18:55:47 -04:00
ztest cmake: make find_package(ZephyrUnittest...) REQUIRED 2020-06-12 11:10:23 +02:00