| commit | a825e014d858eb2badd600da6f3163e413b6bf3f | [log] [tgz] |
|---|---|---|
| author | Łukasz Stępnicki <lukasz.stepnicki@nordicsemi.no> | Fri Oct 24 13:33:13 2025 +0200 |
| committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Oct 28 17:41:48 2025 +0200 |
| tree | 973df23a03c96431c6c3ceb8e28b743ac472ca87 | |
| parent | afa7b8c9e69088e457f58597249411c9e9a829c1 [diff] |
arch: riscv: core: vector_table alignement fix For RISCV vector table needs to be aligned depending on CONFIG_ARCH_IRQ_VECTOR_TABLE_ALIGN. This was missing when using LTO making issues when direct ISR were in use. Signed-off-by: Łukasz Stępnicki <lukasz.stepnicki@nordicsemi.no>