diff options
| author | Evan Lojewski <github@meklort.com> | 2020-11-24 09:58:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-24 09:58:39 -0700 |
| commit | 2fc8e98fec9ebffdb8dc6600dde0b5c4ad4b7f9c (patch) | |
| tree | 2a0fc35fb144b23d34738d9e665c4d2d9b28929f /simulator/APE_NVIC.cpp | |
| parent | 289c1a221a9f5dfb35b7ab883847399b6e4eb3be (diff) | |
| download | bcm5719-ortega-2fc8e98fec9ebffdb8dc6600dde0b5c4ad4b7f9c.tar.gz bcm5719-ortega-2fc8e98fec9ebffdb8dc6600dde0b5c4ad4b7f9c.zip | |
ape: Fix NVIC access. (#176)
- Regenerate headers with correct address
- Enable NVIC access using the HAL
- Enable dumping NVIC registers using bcmregtool.
Diffstat (limited to 'simulator/APE_NVIC.cpp')
| -rw-r--r-- | simulator/APE_NVIC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulator/APE_NVIC.cpp b/simulator/APE_NVIC.cpp index 8796a65..cb8a237 100644 --- a/simulator/APE_NVIC.cpp +++ b/simulator/APE_NVIC.cpp @@ -10,7 +10,7 @@ /// //////////////////////////////////////////////////////////////////////////////// /// -/// @copyright Copyright (c) 2018, Evan Lojewski +/// @copyright Copyright (c) 2020, Evan Lojewski /// @cond /// /// All rights reserved. |

