commit | bf53ebf2c85d0f9b8814f31deab9d4cc6a100b8c | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Apr 20 13:30:33 2017 -0500 |
committer | Kumar Gala <kumar.gala@linaro.org> | Fri Apr 21 12:08:12 2017 +0000 |
tree | 3b2c1312047f4a643f3fcc3bf38a90a2e9a43dbf | |
parent | 99a7168b083873238f6c26c54ef98457eabbdf14 [diff] |
arch: convert to using newly introduced integer sized types Convert code to use u{8,16,32,64}_t and s{8,16,32,64}_t instead of C99 integer types. There are few places we dont convert over to the new types because of compatiability with ext/HALs or for ease of transition at this point. Fixup a few of the PRI formatters so we build with newlib. Jira: ZEP-2051 Change-Id: I7d2d3697cad04f20aaa8f6e77228f502cd9c8286 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>