-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The 1176 imxrt-ral modules no longer provide an API for the NVIC or SCB. It's the same process as b1fee46, but applied to the 1176 modules. I re-introduced core interrupts by attaching them to the miscellaneous control module (MCM). All separate GPC peripheral blocks are logically within a single 'GPC' space, so selecting the standby sub-module was an arbitrary decision. Notice that this commit marks the GPU2D interrupt as reserved. This is intentional; the SVDs do not describe a GPU2D peripheral, so imxrt-ral doesn't have a corresponding module. This interrupt probably piggy-packed on the NVIC. We can re-introduce that interrupt when we describe the GPU2D peripheral.
- Loading branch information
Showing
9 changed files
with
84 additions
and
4,933 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.