commit | e08d07c97d07235f0a21c1f34bad425f33bd9393 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Feb 15 13:40:17 2017 -0800 |
committer | Andrew Boie <andrew.p.boie@intel.com> | Thu Feb 16 19:27:59 2017 +0000 |
tree | 365539250d2e99f1c1c5aa0293dd03ec01e1764e | |
parent | 09648cf8ecc7cb1bc0dd8e44bafbbfac8d286b66 [diff] |
kernel: add flexibility to k_cycle_get_32() definition Some arches may want to define this as an inline function, or define in core arch code instead of timer driver code. Unfortunately, this means we need to remove from the footprint tests, but this is not typically a large function. Issue: ZEP-1546 Change-Id: Ic0d7a33507da855995838f4703d872cd613a2ca2 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>