commit | 1067c2fdb7c00bc40bd28d498605b26d90463149 | [log] [tgz] |
---|---|---|
author | Daniel DeGrasse <daniel.degrasse@nxp.com> | Tue Dec 07 10:39:32 2021 -0600 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Dec 13 20:13:21 2021 -0500 |
tree | 06564af939154b9fb8236e338ff5518b5d5090b0 | |
parent | 369a54514fbca30254fe319f22409b1b75c19fc3 [diff] |
tests: arch: arm: irq_vector_table Add correct ISR table for iMX.RT SOCs RT1xxx SOCs using the GPT timer require a custom ISR table for the arm irq_vector_table test, since they use a custom system timer implemented using the GPT peripheral. Implement the required vector tables within the irq_vector_table test to enable it to run. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>