commit | 4223b71b77cf1c4c3d2bfcf4e7ffb8ca19fd519e | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Mon Feb 10 17:19:49 2020 +0100 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Feb 19 12:19:43 2020 -0800 |
tree | 805cd0285ef7a808d78507418a7cc78d70bdb32a | |
parent | f9d9b7642e1691ca17ccb74e23807392d9005e3d [diff] |
arch: aarch32: define macro for PendSV IRQ priority level We introduce a macro to define the IRQ priority level for PendsV, and use it in arch/arm/include/aarch32/exc.h to set the PendSV IRQ level. The commit does not change the behavior of PendSV interrupt. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>