commit | 4be4c5b826989bed67a16f6e5b931d8374589c08 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Wed Apr 27 10:06:00 2022 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Fri May 06 15:27:40 2022 -0700 |
tree | c3ac5fc9beab8cb4270920ac08e78a1aa97f4440 | |
parent | da60ecd6d8bf6551a0211714a5abb11711e0222c [diff] |
tests/tcg/xtensa: fix vectors and checks in timer test Timer test assumes that timer 0 IRQ has level 1 and other timers have higher level IRQs. This assumption is not correct and the levels may be arbitrary. Fix that assumption by providing TIMER*_VECTOR macro and using it for vector selection and by making the check for the timer exception cause conditional. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>