summaryrefslogtreecommitdiff
path: root/chip/host
diff options
context:
space:
mode:
authorAlexandru M Stan <amstan@chromium.org>2014-12-16 14:47:32 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-12-17 02:18:16 +0000
commit3b101e56a9e058aee19933f9adfae1c8bb2dbedd (patch)
treec8632f131f88b622d334651f063bc58f799f9228 /chip/host
parent3c0d9166cf1b1aa35152d3757fbd0566a9cbe6d5 (diff)
downloadchrome-ec-3b101e56a9e058aee19933f9adfae1c8bb2dbedd.tar.gz
NVIC: Adjust priority setting
Cortex-m0 we supports 2 bit priorities for the NVIC, yet we clear with 0x7 (3 bits). Change so we now clear with 0x3 Also limited priority to the max available (so we don't set extra bits we don't want or modulus the priority, otherwise setting priority 8 will actual give you priority 0) in both cortex-m and cortex-m0. BUG=None, discovered while looking at the code TEST=Should be no functional change, NVIC priorities should still work the same. BRANCH=None Change-Id: I31ba041449cae96983753b297e2631c310a406c4 Signed-off-by: Alexandru M Stan <amstan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/236086 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'chip/host')
0 files changed, 0 insertions, 0 deletions