Add Vectored Interrupt Support To SiFive RISC-V Demo (#871)

Update SiFive IAR demo to support vectored interrupts. This is a near copy of https://github.com/FreeRTOS/FreeRTOS/pull/797.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Kody Stribrny 2022-11-09 10:34:04 -08:00 committed by GitHub
parent 1fc8a8ee42
commit 54d4eeaa26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 175 additions and 163 deletions

View file

@ -4,7 +4,7 @@ description: "This is the standard distribution of FreeRTOS."
dependencies:
- name: "FreeRTOS-Kernel"
version: "b0a8bd8"
version: "f789a0e79"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"